1837 Commits (6ec868710bc70ba1e40413f23df5bbc4f8cd889a)
 

Author SHA1 Message Date
deadprogram 6ec868710b machine/microbit-v2: add initial support based on work done by @alankrantas thank you! 4 years ago
deadprogram 086645153e tools/gen: ignore cluster registers with no actual clusters in them, and handle parsing binary integer fields in versions of Go before 1.13 4 years ago
deadprogram cf930f652e nrfx: updare submodule to latest commit 4 years ago
Quentin Smith 0dcff35d3a machine/p1am-100: rename MISO/MOSI 4 years ago
Quentin Smith 75f13491b6 Add support for the P1AM-100 (similar to Arduino MKR) 4 years ago
Wu Han 533d2c9ce0 README: fix bluepill link 4 years ago
Jacques Supcik 2f4200a01b
Add support for additional openocd commands (#1492) 4 years ago
deadprogram 939b393325 machine/clue: correct volume name and add alias for release version of Adafruit Clue board 4 years ago
deadprogram a5ee1ba4b3 machine/nrf52840: ensure that USB CDC interface is only initialized once 4 years ago
Ayke van Laethem fb0bb69f62 compiler: fix non-int integer constants 4 years ago
Ayke van Laethem 5917b8baa2 interp: fix alignment of untyped globals 4 years ago
Ayke van Laethem 30df912565 interp: rewrite entire package 4 years ago
Ayke van Laethem e9d549d211 compiler: fix incorrect "exported function" panic 4 years ago
Ayke van Laethem 6ad631539d compiler: fix undefined behavior in wordpack 4 years ago
Ayke van Laethem cda5fffd98 nrf: use SPIM peripheral instead of the legacy SPI peripheral 4 years ago
Ayke van Laethem ce539ce583 nrf: refactor code a bit to reduce duplication 4 years ago
kenbell 43a31467d3
Nucleo f722ze (#1526) 4 years ago
Ayke van Laethem ae92ea149c esp32: enable the FPU 4 years ago
Ayke van Laethem 4568de556e esp32: use the compiler-rt library for extra routines 4 years ago
ardnew 7a4ccd916f
matrixportal-m4: Add support for board Adafruit Matrix Portal M4 (#1529) 4 years ago
Ayke van Laethem 4cc1cdf672 main: support gdb debugging with AVR 5 years ago
Ayke van Laethem bb27bbcb41 all: switch to LLVM 11 for static builds 4 years ago
deadprogram 9c2d2b662b build: remove release build job for arch release until it can be debugged 4 years ago
Ayke van Laethem 098f900363 esp8266: implement task based scheduler 4 years ago
Ayke van Laethem caf35cfc41 esp32: implement task based scheduler 4 years ago
Ayke van Laethem abb09e869e runtime, internal/task: refactor to simplify stack switching 4 years ago
Ayke van Laethem bb58783158 ci: switch to Go 1.15 for MacOS builds 4 years ago
fleshin 7abc67107d
sam: add support for the MKR1000 board 4 years ago
sago35 2540172cc5
atsam: add a length check to findPinPadMapping 4 years ago
sago35 0c4f0b1ebf version: update TinyGo version to 0.17.0-dev 4 years ago
Ayke van Laethem 15361c829e main: release 0.16.0 4 years ago
Ayke van Laethem 3f680b75f3 sam: remove redundant build tags 4 years ago
Ayke van Laethem 9a7e633997 teensy36: add to smoketest 4 years ago
ardnew 39b1f8b6f5 teensy40: UART: add missing godocs, rename Flush to Sync 4 years ago
ardnew 9aa50853b8 teensy40: add UART support 4 years ago
Ayke van Laethem 9ca0e3f2d1 Makefile: fix issue with Go 1.15.5 4 years ago
ardnew 3cdc110462 teensy40: use implicit const defs (PinMode/PinChange) 4 years ago
ardnew 7cc687d416 teensy40: Add GPIO external interrupt support 4 years ago
Ron Evans ce57a034c3
ci: update CircleCI, Azure, and Docker builds to Go 1.15 4 years ago
ardnew 30bee3afef add better fault identification for Cortex-M3/M33/M4/M7 hardfault handlers, add fault description registers to SCB_Type 4 years ago
ardnew b1d24a72c1 teensy40: fix typo in target JSON 4 years ago
ardnew 6e24c86320 teensy40: remove FPU spec in target JSON list of cflags 4 years ago
ardnew 19a0270303 teensy40: refactor to remove unnecessary code and constants 4 years ago
ardnew 47410a4b54 teensy40: init RTC and use ARM cycle counter for improved SysTick accuracy 4 years ago
ardnew 0d9c46b59e teensy40: fix PIT clock, which actually uses 24 MHz OSC 4 years ago
ardnew f93b28057a mimxrt1062: move device-specific files to "device/nxp" package 4 years ago
ardnew 691185f5f4 teensy40: initial implementation 4 years ago
Ayke van Laethem 163df7670a main: update go-llvm to fix LLVM build tags for Linux 4 years ago
deadprogram 77c70d2758 machine/qtpy: add board definition for Adafruit QTPy 4 years ago
Ayke van Laethem 7c4e83f5c0 machine: clarify caller's responsibility in SetInterrupt 4 years ago