aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-06-30main: release version 0.19.0v0.19.0Ayke van Laethem
2021-06-29targets: add serial and serial-port key to JSON files for seeed boardssago35
2021-06-29targets: add serial and serial-port key to JSON files for adafruit boardssago35
2021-06-28machine/feather-nrf52840-sense: fix msd-volume-namesago35
2021-06-26machine/feather-nrf52840-sense: add board definition for Adafruit Feather nRF...sago35
2021-06-25targets: add serial key to JSON files for newly added rp2040 boards, and also...deadprogram
2021-06-25all: add a flag to the command line to select the serial implementationAyke van Laethem
2021-06-25os: implement process related functionsAyke van Laethem
2021-06-25compiler: implement syscall.rawSyscallNoError in inline assemblyAyke van Laethem
2021-06-24rp2040: fix for nano-rp2040 boardYurii Soldak
2021-06-24smoke&readme: add missing boardsYurii Soldak
2021-06-24compiler: add function and global section pragmasAyke van Laethem
2021-06-24compiler: add tests for pragmasAyke van Laethem
2021-06-22wasi: remove wasm build tagAyke van Laethem
2021-06-21crypto/rand: replace this package with a TinyGo versionAyke van Laethem
2021-06-21interp: fix a bug in pointer cast workaroundAyke van Laethem
2021-06-21net: os: add more stubs for 1.15Federico G. Schwindt
2021-06-19main: detect specific serial port IDs based on USB vid/pidAyke van Laethem
2021-06-19rp2040: support Adafruit Feather RP2040Kenneth Bell
2021-06-18cortexm: bump default stack size to 2048 bytesAyke van Laethem
2021-06-18nrf52840: add support for flashing with the BOSSA toolAyke van Laethem
2021-06-18syscall: fix int type in libc versionAyke van Laethem
2021-06-17gdb: use "extended-remote" instead of "remote", allows connect from another c...Yurii Soldak
2021-06-17compiler: refactor method namesAyke van Laethem
2021-06-17rp2040: patch elf to checksum 2nd stage bootKenneth Bell
2021-06-16machine/rp2040: implement UART0/UART1, can be used on all rp2040 boardsdeadprogram
2021-06-16machine: add definition for ws2812sago35
2021-06-15main: make flash-command portable and safer to useAyke van Laethem
2021-06-14board/nano-33-ble: pins, blinking leds and serialYurii Soldak
2021-06-11stm32: support pin input interruptsKenneth Bell
2021-06-11bluepill: GPIO PinInputPullup / PinInputPulldownKenneth Bell
2021-06-10runtime: expose memory statsYurii Soldak
2021-06-10Add more net compatibilityFederico G. Schwindt
2021-06-09board/nano-rp2040: pins and blinking ledYurii Soldak
2021-06-09machine/rp2040: gpio and adc pin definitionsYurii Soldak
2021-06-08support flashing pca10059 from windowsOlaf Flebbe
2021-06-08machine/rp2040: add basic support for ADCdeadprogram
2021-06-08docker: use github actions to build/publish tinygo-dev dockerfiledeadprogram
2021-06-02main: escape commands while printing them with the -x flagAyke van Laethem
2021-06-02loader: fix testing a main packageAyke van Laethem
2021-06-02main: add -test flag for `tinygo list`Ayke van Laethem
2021-06-02main: don't consider compile-only tests as failingAyke van Laethem
2021-06-02reflect: add stubs required for net/httpFederico G. Schwindt
2021-06-01Add os stubs required for net/httpFederico G. Schwindt
2021-06-01Add runtime stubs required for net/httpFederico G. Schwindt
2021-06-01Add sync.NewCondFederico G. Schwindt
2021-06-01scheduler: task.Data made 64bit to avoid overflowKenneth Bell
2021-06-01increase stack size for access to sdcardsago35
2021-05-31machine/rp2040: add support for GPIO inputdeadprogram
2021-05-30nrf: don't trigger a heap allocation in SPI.TransferAyke van Laethem