1138 Commits (66ed03faa2812b15544febea58457b9a6e68bc85)
 

Author SHA1 Message Date
Ayke van Laethem 66ed03faa2 machine/hifive1b: fix compiling in simulation (wasm) 5 years ago
Ron Evans 46d468b79d machine/hifive1b: add support for SPI1 5 years ago
Ayke van Laethem 373fa6d69b main: halt GDB on start 5 years ago
Ayke van Laethem a4642ddf59 Makefile: add simulated boards to smoke tests 5 years ago
Ayke van Laethem ceece08959 nrf: add support for the PineTime64 devkit 5 years ago
Ron Evans 7014f90120 machine/samd21: correct handling of pins > 32 based on bugfix for samd51 submitted by @Infinoid 5 years ago
Infinoid f7dde33842 machine/atsamd51: pin method cleanup (#659) 5 years ago
Jun Takeda 2f059ac91e machine/atmega: add PORT C GPIO support 5 years ago
Mark Glines e139a9dd71 machine/atsamd51: pin function selection bugs 5 years ago
Ayke van Laethem 8dc0deaf46 Makefile: add systick example to smoke tests 5 years ago
Jaden Weiss 388d11eecf use error returns to generate detailed error messages in the IR checker 5 years ago
Ron Evans adff391bd2 runtime/samd51: correct initialization for RTC 5 years ago
Ayke van Laethem a7794de99d compiler: fix interface lowering miscompilation with reflect 5 years ago
Jaden Weiss 4339cbd56f add implementaion of array alignment in reflect 5 years ago
Infinoid 6b1faeb882 device/arm: add system timer registers (#654) 5 years ago
Infinoid 2c15f36702 runtime/atsamd51: fix clock init code (#650) 5 years ago
Ayke van Laethem 9d21bfce8c ci: avoid rebuilding LLVM on Azure (Windows) 5 years ago
Jaden Weiss c4dff990d9 skip calling ticks when the sleep queue is empty 5 years ago
Jaden Weiss b66b15d02c main: switch to version 0.10.0-dev 5 years ago
Ayke van Laethem 8a771e3f89 main: version 0.9.0 5 years ago
Ayke van Laethem 5ad251b2bd main: add go version to tinygo version 5 years ago
Ron Evans 5324fb7a40 build: add Azure build pipeline badge 5 years ago
Ayke van Laethem 7369a0e7f2 all: add support for Windows 6 years ago
Jaden Weiss 8906192690 fix goroutine lowering type errors 5 years ago
Jaden Weiss 20a55e7944 fix miscompile of function nil panics 5 years ago
Jaden Weiss a2c7112b1f properly handle nil New func in sync.Pool 5 years ago
Ron Evans 3eec878a11 docs: correct the count of supported boards, and put into strict alpha order 5 years ago
Ayke van Laethem e6cab6c327 main: add go env subcommand 5 years ago
Ayke van Laethem 2463153a8c main: refactor environment variables into a separate package 5 years ago
Ayke van Laethem 2a71aa90bc targets: refactor flash/gdb target configuration 5 years ago
Ayke van Laethem 52bac4d75b compiler: support recursive types 5 years ago
Ron Evans be9e4f439c machine/spi: do not compare slices against nil, same as #612 but for all platforms that use shared SPI implementation for Tx 5 years ago
Ron Evans ba49148644 flash: support flashing boards using Mass Storage Device (MSD) operation for uf2 and daplink bootloaders 5 years ago
Ron Evans 02facb8568 flash: add ability to perform 1200baud port reset for MCUs that can detect this in order to go into bootloader mode for flashing without pressing any buttons. Also add support for this to the Arduino Nano33 IoT board target 5 years ago
Ayke van Laethem 4164c39a4a machine/nrf: do not compare slices against nil 5 years ago
Ron Evans 832f301a74 docs: add SiFive HiFive1 to list of supported boards 5 years ago
Ron Evans 2168b1b516 machine/hifive1: add GPIO Get() implementation and update other implementation to match latest SVD wrappers 5 years ago
Ron Evans 92e07ec8af machine/samd51: update to accomodate differences in updated SVD files for from main CMSIS-SVD repo 5 years ago
Ron Evans be40c383c8 cmsis: update to latest version of SVD files 5 years ago
Ron Evans b730590059 runtime/all: add implementation of bytealg.CountString to complete #424 5 years ago
Ron Evans fb1a476033 generator: handle fields that use bitRange element and ensure all caps for attributes that are not already capitalized or start with number. 5 years ago
Ayke van Laethem 4397152108 machine/samd21: switch UART to use new pin configuration 5 years ago
Ayke van Laethem d266e44bc5 machine/samd21: use pins specified in I2CConfig 5 years ago
Jaden Weiss 8fe126b1f6 raise timeouts on USB on atsamd and fix slice sizing 5 years ago
parasquid ab50f823dd arduino: fix avr hex not working when flashed 5 years ago
Ayke van Laethem 3fa926c512 machine/atsamd21: refactor SPI pin handling to only look at pin numbers 5 years ago
Ayke van Laethem 01e58691a1 compiler: support constant indices with a named type 5 years ago
Jaden Weiss 81c0f9af4e try adding assertions to CI 5 years ago
Jaden Weiss b5ecd9cab0 fix LLVM assertions from improved blocking 5 years ago
Elliott Sales de Andrade 9aace79298 Allow overridding Python used for generators. 5 years ago