Age | Commit message (Expand) | Author |
2020-04-13 | runtime (chan): fix blocking select on a nil channel | Jaden Weiss |
2020-04-09 | runtime (gc): split marking into two phases | Jaden Weiss |
2020-04-09 | runtime (gc): remove recursion from "conservative" GC | Jaden Weiss |
2020-04-07 | machine: switch to modern interrupt registration method | Ayke van Laethem |
2020-04-07 | hifive1-qemu: fix compile error and add smoke test | Ayke van Laethem |
2020-04-07 | machine: move errors.New calls to globals | Ayke van Laethem |
2020-04-07 | runtime (gc): scan callee-saved registers while marking stack | Jaden Weiss |
2020-04-05 | all: change //go:export to //export | Ayke van Laethem |
2020-04-02 | machine/atsamd21,atsamd51: clear the USB packet size before setting it again ... | Ron Evans |
2020-04-01 | riscv: add I2C support for the SiFive HiFive1 Rev B board | Yannis Huber |
2020-03-30 | runtime (gc): add garbage collector that uses an external allocator | Jaden Weiss |
2020-03-30 | runtime: export implementations of malloc/free for use from C | BCG |
2020-03-29 | machine/atsamd21,atsamd51,nrf52840: refactor USB CDC device descriptor to red... | Ron Evans |
2020-03-29 | machine/atsamd21,atsamd51,nrf52840: correct USB CDC composite descriptors | Ron Evans |
2020-03-28 | compiler: implement spec-compliant shifts | Jaden Weiss |
2020-03-27 | compiler,runtime: translate memzero calls to LLVM memset intrinsics | Ayke van Laethem |
2020-03-27 | compiler,runtime: use LLVM intrinsics for memcpy/memmove | Ayke van Laethem |
2020-03-27 | machine: avoid binary size regression after LLVM memory intrinsics | Ayke van Laethem |
2020-03-27 | sync: implement sync.Map | Ayke van Laethem |
2020-03-27 | compiler, transform: remove runtime.isnil hack | Ayke van Laethem |
2020-03-26 | riscv: implement VirtIO target | Ayke van Laethem |
2020-03-25 | avr: clean up ATtiny definitions | Ayke van Laethem |
2020-03-25 | stm32 add SPI for stm32f4 | GeoffThomas |
2020-03-24 | avr: add Arduino Mega 2560 | Travis McLane |
2020-03-24 | machine: set USB CDC identifiers to Particle ones | Wojtek Siudzinski |
2020-03-22 | all: include picolibc for bare metal targets | Ayke van Laethem |
2020-03-22 | refactor stm32 UART code | GeoffThomas |
2020-03-21 | machine/stm32f103xx: enable clock on configure of GPIO pin | Ron Evans |
2020-03-20 | avr: add support for tasks scheduler | Ayke van Laethem |
2020-03-18 | machine/adafruit: make all USB vendor and product names string descriptors co... | Ron Evans |
2020-03-18 | machine/nrf52840: use correct USB device descriptor and string descriptor for... | Ron Evans |
2020-03-18 | machine/nrf52840: add correct USB VID and PID for all nrf52840 based boards | Ron Evans |
2020-03-18 | machine/atsamd21 and atsamd51: corrections needed to return valid UCB CDC dev... | Ron Evans |
2020-03-18 | machine/usb: set the vid and pid to valid values supplied by Adafruit and Ard... | Ron Evans |
2020-03-17 | internal/task: fix build tags on src/internal/task/task_stack_cortexm.go | Jaden Weiss |
2020-03-17 | run init in a goroutine | Jaden Weiss |
2020-03-17 | generalize -scheduler=none to support most platforms | Jaden Weiss |
2020-03-17 | avr: add atmega1284 chip support | Ayke van Laethem |
2020-03-17 | refactor coroutine lowering and tasks | Jaden Weiss |
2020-03-13 | compiler,runtime: check for channel size limits | Ayke van Laethem |
2020-03-11 | runtime: return the correct type from the copy builtin | Ayke van Laethem |
2020-03-07 | stm32f4: refactor GPIO, in prep for adding SPI, I2C, PWM etc | gwtnz |
2020-03-01 | added support for ADC1 on atsamd51 (PB04 / PB05 / PB06 / PB07) | Daniel Esteban |
2020-02-26 | compiler,runtime: support operations on nil map | Ayke van Laethem |
2020-02-22 | machine/nrf: implement auto-reset over USB for nrf52840 | BCG |
2020-02-20 | machine: remove old comment on volatile behavior | Ayke van Laethem |
2020-02-18 | Apply review suggestions | Wojtek Siudzinski |
2020-02-18 | Fix UART variables | Wojtek Siudzinski |
2020-02-18 | Add GPIOs and fix errors | Wojtek Siudzinski |
2020-02-18 | Add the missing Pin type | Wojtek Siudzinski |