1402 Commits (7446413dc925721772b4f9e9e45168bd00714eb7)
 

Author SHA1 Message Date
Elliott Sales de Andrade 7446413dc9 wasm_exec: Sync polyfills with Go 1.14.1. 5 years ago
Travis McLane 83426edcdc
avr: add Arduino Mega 2560 5 years ago
Ayke van Laethem 26aba72729 transform: replace panics with source locations 5 years ago
Ayke van Laethem 25fcf3e18e interp: better support interface operations 5 years ago
Wojtek Siudzinski 5133604b51
machine: set USB CDC identifiers to Particle ones 5 years ago
Ayke van Laethem 04cec56141 main: extend test timeout from 1s to 10s 5 years ago
Ayke van Laethem f316ebc23b all: include picolibc for bare metal targets 5 years ago
Ayke van Laethem 9ec426e25e builder: refactor compiler-rt library 5 years ago
Ayke van Laethem 854092c7bc avr: add emulator to atmega1284p 5 years ago
GeoffThomas c61c5e5799 refactor stm32 UART code 5 years ago
Ron Evans 046efdd93a machine/stm32f103xx: enable clock on configure of GPIO pin 5 years ago
Ayke van Laethem 9d3de55229 compiler: move Optimizer function to transform package 5 years ago
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