1540 Commits (1570adac1c28cf0f492e35fe62af7da6b57e42dc)
 

Author SHA1 Message Date
Ayke van Laethem 78bd7e094f compiler: move funcImplementation to compileopts 5 years ago
Ayke van Laethem 2f88c7aab4 compiler: move IR checker to separate package 5 years ago
Ron Evans 599670cef6 license: update license year for 2020. No other changes. 5 years ago
Ayke van Laethem 9222bda9c6 interp: add support for constant type asserts 5 years ago
Ayke van Laethem 213a6240a1 avr: move data address space to 0x800000 5 years ago
Ayke van Laethem add014f21b avr: add support for tasks scheduler 5 years ago
Ayke van Laethem c5cb2cec9b compiler: move NonConstGlobals pass to transform package 5 years ago
Ayke van Laethem b6314fa6ab compiler: move ApplyFunctionSections to transform package 5 years ago
Ron Evans 945ff4d160
build: use go1.13.8 instead of image default which is now go1.14 5 years ago
Ron Evans fa861085c0 machine/adafruit: make all USB vendor and product names string descriptors consistent 5 years ago
Ron Evans a02d4e0b77 machine/nrf52840: use correct USB device descriptor and string descriptor for nrf52840 based boards 5 years ago
Ron Evans 9f597bbbc3 machine/nrf52840: add correct USB VID and PID for all nrf52840 based boards 5 years ago
Ron Evans c03e3616a2 machine/atsamd21 and atsamd51: corrections needed to return valid UCB CDC device and string descriptors 5 years ago
Ron Evans 0312f12696 machine/usb: set the vid and pid to valid values supplied by Adafruit and Arduino for boards that support USB CDC 5 years ago
Ayke van Laethem fbb8efd24c Makefile: allow overriding the llvm-project directory 5 years ago
Ayke van Laethem a8da601672 cgo: make -I and -L paths absolute 5 years ago
Jaden Weiss 9cef23c318 internal/task: fix build tags on src/internal/task/task_stack_cortexm.go 5 years ago
Jaden Weiss 0759b70c50 run init in a goroutine 5 years ago
Jaden Weiss 5d869f6042 generalize -scheduler=none to support most platforms 5 years ago
Ayke van Laethem 5089d1a5a7 avr: add atmega1284 chip support 5 years ago
Ayke van Laethem 66afcb3b39 avr: pass the correct -mmcu flag to the linker 5 years ago
Ayke van Laethem 5bace979ea avr: use the correct RAM start address 5 years ago
Ayke van Laethem 63cfb09e9e main: move some duplicate code to a single place 5 years ago
Jaden Weiss 6a50f25a48 refactor coroutine lowering and tasks 5 years ago
Ron Evans 2521cacb51 docker: use git submodule sync to handle case where repo url changes 5 years ago
Ayke van Laethem 7ac531906b main: update go-llvm dependency 5 years ago
Ayke van Laethem 982b2d06ab main: improve error reporting while running go test 5 years ago
Ayke van Laethem ad8996c4ee arm: fix linker script 5 years ago
Ayke van Laethem 571a412266 compiler: merge some redundant assertion code 5 years ago
Ayke van Laethem 79dae62c78 compiler,runtime: check for channel size limits 5 years ago
Ayke van Laethem 1a7369af6e runtime: return the correct type from the copy builtin 5 years ago
Ayke van Laethem 928a970782 ci: move Go version tests to buster containers 5 years ago
Ayke van Laethem 0c73d56861 compiler: add debug info for local variables 5 years ago
gwtnz c8a4994feb
stm32f4: refactor GPIO, in prep for adding SPI, I2C, PWM etc 5 years ago
Daniel Esteban 3aaa029c70 added support for ADC1 on atsamd51 (PB04 / PB05 / PB06 / PB07) 5 years ago
Justin Clift aeb7539f67 wasm: add js.copyBytesToJS() 5 years ago
Ayke van Laethem 978a0cd9b0 Makefile: fix LLVM tools detection for wasi-libc 5 years ago
Jaden Weiss 6896b0014b compiler: fix deferred calls to exported functions 5 years ago
Ayke van Laethem 4dfc289ae5 compiler,runtime: support operations on nil map 5 years ago
Ayke van Laethem 53688c86c8 gameboy-advance: enable debugging with GDB 5 years ago
Ron Evans 100cbad65e main: increment version to 0.13.0-dev 5 years ago
Ayke van Laethem b3d3debd4c main: check for error after starting the OCD daemon 5 years ago
Ayke van Laethem e83d1a02b6 avr: support `tinygo run` with simavr 5 years ago
Ayke van Laethem 1a2f051bee main: use gdb-multiarch for debugging Cortex-M chips 5 years ago
Jaden Weiss 2ca0f0d0c6 compiler/llvmutil: move constant pointer packs into constant globals 5 years ago
Ayke van Laethem 4da137d7c8 compiler: check for non-static allocas 5 years ago
Jaden Weiss c622cbac39
compiler: mark abort as noreturn 5 years ago
Jaden Weiss 67229af879
transform: do not track const globals 5 years ago
Johann Freymuth c0b8716d7f targets/wasm: update wasm_exec.js for go 1.13 5 years ago
BCG 0655086048
machine/nrf: implement auto-reset over USB for nrf52840 5 years ago