1812 Commits (abb09e869e3d4a6f5a192e58abcc6a086af9d7ab)
 

Author SHA1 Message Date
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
jypelle db27541b1a Fix #1483 4 years ago
tom-horn 3bb994da9f
Allow interrupts in stm32f103xx (#1466) 4 years ago
Elliott Sales de Andrade b3bd891ee0 Make lib64 clang include path check more robust. 4 years ago
Lucas Teske 387bca8e32 nintendoswitch: Add env parser and removed unused stuff 4 years ago
Nia Weiss d424b3d7ea add missing return pointer restore for regular coroutine tail calls 4 years ago
deadprogram c20328472b make: fixes error detecting llvm-nm tool for wasi-libc build 4 years ago
Ayke van Laethem 171f793c1e avr: properly support the .rodata section 4 years ago
Nia Weiss 3364da6f25 improve autodetection of LLVM tooling 4 years ago
Ayke van Laethem e99b8a24fe runtime: allow ranging over a nil map 4 years ago
Ayke van Laethem 69e1aa4878 testing: add Run method 4 years ago
Ayke van Laethem 7a78b2dc0e all: replace underscores with dashes in target names 4 years ago
Ayke van Laethem 2b1d4ce96e main: update go.sum 4 years ago
Ayke van Laethem 3e40b08ba0 compiler: implement negate for complex numbers 4 years ago
Takeshi Yoneda ffeff55706
wasm: use the fixed length buffer for putchar 4 years ago
Takeshi Yoneda 1dec9dcbc4
implement reflect.Swapper 4 years ago
Martin Tournoij ff833ef998 Add os.LookupEnv() stub 4 years ago
Connor 6eeebfeb5c
WIP: Esp8266 Get Function (#1438) 4 years ago
Ayke van Laethem 6ab0106af3 nrf: fix nrf52832 flash size 4 years ago
蒼時弦也 e690ff0d8c Add instanceof support for WebAssembly 4 years ago
Ayke van Laethem 06564cbdb2 Switch default frequency to 4MHz 4 years ago
Ayke van Laethem 47dc76fc34 nrf: give more flexibility in picking SPI speeds 4 years ago
deadprogram d382f3a259 esp8266: add target for d1mini board and add pin mappings for SPI/I2C to help out implementers 4 years ago
Ayke van Laethem 47dc1087e8 ci: work around bug in Go 1.15.3 4 years ago
deadprogram c7d8223ab7 machine/esp32, targets/esp32: correct board definitions for actual boards not processor variants, also define all labeled pins 4 years ago
ardnew 3eb33dff5d
feather-stm32f405: add I2C support (#1378) 4 years ago