tinygo/src
Ayke van Laethem add014f21b avr: add support for tasks scheduler
This adds support for the `-scheduler=tasks` flag for AVR. On most AVR
chips you wouldn't want to run a real scheduler but it may be useful in
some cases, especially on devices with more RAM. It is disabled by
default.
2020-03-20 15:12:05 +01:00
..
device stm32f4: refactor GPIO, in prep for adding SPI, I2C, PWM etc 2020-03-07 15:34:42 +01:00
examples machine: rename CPU_FREQUENCY -> CPUFrequency() 2019-12-16 20:34:39 +01:00
internal avr: add support for tasks scheduler 2020-03-20 15:12:05 +01:00
machine machine/adafruit: make all USB vendor and product names string descriptors consistent 2020-03-18 12:08:15 +01:00
os Add initial FreeBSD support 2019-12-29 10:48:28 +01:00
reflect add implementaion of array alignment in reflect 2019-10-25 15:18:03 +02:00
runtime avr: add support for tasks scheduler 2020-03-20 15:12:05 +01:00
sync properly handle nil New func in sync.Pool 2019-10-16 15:12:27 +02:00
syscall all: use baremetal build tag 2019-08-04 17:12:07 +02:00
testing Add common test logging methods such as Errorf/Fatalf/Printf 2019-08-13 20:59:09 +02:00