Age | Commit message (Expand) | Author |
2024-04-19 | Run Nick G's spellchecker github.com/client9/misspell, carefuly fix what it f... | dkegel-fastly |
2023-03-09 | machine/samd51: implement Flash interface | deadprogram |
2023-02-27 | runtime/atsamd51: enable CMCC cache for greatly improved performance on SAMD51 | deadprogram |
2022-12-19 | build: drop deprecated build tags | Yurii Soldak |
2022-07-10 | samd21,samd51,nrf52840: move usbcdc to machine/usb/cdc (#2972) | sago35 |
2022-07-06 | samd21,samd51,nrf52840: refactor usb initialization | sago35 |
2022-07-05 | serial: use common initialization for serial | sago35 |
2022-06-01 | os, runtime: enable os.Stdin for baremetal target | sago35 |
2022-03-10 | samd21,samd51: fix usbcdc initialization when -serial=uart (#2631) | sago35 |
2022-02-04 | all: update build constraints to Go 1.17 | Ayke van Laethem |
2022-01-02 | avr: fix time.Sleep() in init code | Ayke van Laethem |
2021-10-06 | qemu: signal correct exit code to QEMU | Ayke van Laethem |
2021-05-13 | machine: define Serial as the default output | Ayke van Laethem |
2021-05-08 | runtime: remove the asyncScheduler constant | Ayke van Laethem |
2021-05-08 | runtime: improve timers on nrf, and samd chips | Ayke van Laethem |
2021-04-29 | atsamd51, atsame5x: unify samd51 and same5x | sago35 |
2021-04-24 | cortexm: disable FPU on Cortex-M4 | Ayke van Laethem |
2020-08-30 | machine/atsamd51x,runtime/atsamd51x: fixes needed for full support for all PW... | deadprogram |
2020-08-24 | nrf: call sd_app_evt_wait when the SoftDevice is enabled | Ayke van Laethem |
2020-08-24 | runtime: use waitForEvents when appropriate | Ayke van Laethem |
2020-07-04 | runtime (atsamd51): allow interrupts to wake the scheduler | Jaden Weiss |
2020-05-25 | runtime: refactor time handling | Ayke van Laethem |
2020-04-05 | all: change //go:export to //export | Ayke van Laethem |
2020-03-17 | generalize -scheduler=none to support most platforms | Jaden Weiss |
2020-03-17 | refactor coroutine lowering and tasks | Jaden Weiss |
2020-01-20 | all: add compiler support for interrupts | Ayke van Laethem |
2020-01-05 | runtime: fix atsamd51 volatile usage | Ayke van Laethem |
2019-10-25 | runtime/samd51: correct initialization for RTC | Ron Evans |
2019-10-24 | runtime/atsamd51: fix clock init code (#650) | Infinoid |
2019-10-09 | machine/samd51: update to accomodate differences in updated SVD files for fro... | Ron Evans |
2019-09-18 | runtime/samd51: set minimum sleep to 260us due to minimum delay in register s... | Ron Evans |
2019-09-14 | machine/atsamd51: add support for ATSAMD51 processor using Adafruit ItsyBitsy... | Ron Evans |