aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/runtime/runtime_atsamd51.go
AgeCommit message (Expand)Author
2022-07-10samd21,samd51,nrf52840: move usbcdc to machine/usb/cdc (#2972)sago35
2022-07-06samd21,samd51,nrf52840: refactor usb initializationsago35
2022-07-05serial: use common initialization for serialsago35
2022-06-01os, runtime: enable os.Stdin for baremetal targetsago35
2022-03-10samd21,samd51: fix usbcdc initialization when -serial=uart (#2631)sago35
2022-02-04all: update build constraints to Go 1.17Ayke van Laethem
2022-01-02avr: fix time.Sleep() in init codeAyke van Laethem
2021-10-06qemu: signal correct exit code to QEMUAyke van Laethem
2021-05-13machine: define Serial as the default outputAyke van Laethem
2021-05-08runtime: remove the asyncScheduler constantAyke van Laethem
2021-05-08runtime: improve timers on nrf, and samd chipsAyke van Laethem
2021-04-29atsamd51, atsame5x: unify samd51 and same5xsago35
2021-04-24cortexm: disable FPU on Cortex-M4Ayke van Laethem
2020-08-30machine/atsamd51x,runtime/atsamd51x: fixes needed for full support for all PW...deadprogram
2020-08-24nrf: call sd_app_evt_wait when the SoftDevice is enabledAyke van Laethem
2020-08-24runtime: use waitForEvents when appropriateAyke van Laethem
2020-07-04runtime (atsamd51): allow interrupts to wake the schedulerJaden Weiss
2020-05-25runtime: refactor time handlingAyke van Laethem
2020-04-05all: change //go:export to //exportAyke van Laethem
2020-03-17generalize -scheduler=none to support most platformsJaden Weiss
2020-03-17refactor coroutine lowering and tasksJaden Weiss
2020-01-20all: add compiler support for interruptsAyke van Laethem
2020-01-05runtime: fix atsamd51 volatile usageAyke van Laethem
2019-10-25runtime/samd51: correct initialization for RTCRon Evans
2019-10-24runtime/atsamd51: fix clock init code (#650)Infinoid
2019-10-09machine/samd51: update to accomodate differences in updated SVD files for fro...Ron Evans
2019-09-18runtime/samd51: set minimum sleep to 260us due to minimum delay in register s...Ron Evans
2019-09-14machine/atsamd51: add support for ATSAMD51 processor using Adafruit ItsyBitsy...Ron Evans