Age | Commit message (Expand) | Author |
2023-04-24 | device/gba: additional IO mapping for sound, DMA, SIO, and sprites | deadprogram |
2023-03-16 | device/gba: add mostly complete hand-written register definitions | deadprogram |
2023-03-05 | Refactor EnableInterrupts and DisableInterrupts | Justin A. Wilson |
2022-12-19 | build: drop deprecated build tags | Yurii Soldak |
2022-08-04 | all: rename assembly files to .S extension | Ayke van Laethem |
2022-08-04 | all: format code according to Go 1.19 rules | Ayke van Laethem |
2022-06-19 | all: run gofmt on all source code | Ayke van Laethem |
2022-04-21 | mimxrt1062: simplify arm.AsmFull to arm.Asm | Ayke van Laethem |
2022-02-04 | all: update build constraints to Go 1.17 | Ayke van Laethem |
2021-12-30 | Interrupt based time. Adjust tick cost when timer-0 is reconfigured (the time... | Dmitriy |
2021-11-16 | device: add build tag for go1.17 | sago35 |
2021-10-23 | add support for CPU interrupts for ESP32-C3 | Dmitriy |
2021-10-06 | qemu: signal correct exit code to QEMU | Ayke van Laethem |
2021-10-04 | riscv: use MSTATUS.MIE bit instead of MIE to disable interrupts | Ayke van Laethem |
2021-09-16 | esp32c3: add support for this chip | Ayke van Laethem |
2021-09-13 | teensy40: enable hardware UART reconfiguration, fix receive watermark interrupt | ardnew |
2021-04-24 | cortexm: disable FPU on Cortex-M4 | Ayke van Laethem |
2021-04-15 | atsame54: add initial support for atsame54-xpro | sago35 |
2021-01-09 | stm32: use stm32-rs SVDs which are of much higher quality | Ayke van Laethem |
2020-12-11 | esp32: enable the FPU | Ayke van Laethem |
2020-12-05 | esp32: implement task based scheduler | Ayke van Laethem |
2020-11-11 | add better fault identification for Cortex-M3/M33/M4/M7 hardfault handlers, a... | ardnew |
2020-11-11 | teensy40: refactor to remove unnecessary code and constants | ardnew |
2020-11-11 | mimxrt1062: move device-specific files to "device/nxp" package | ardnew |
2020-10-03 | arm64: Add support for system calls (SVC) | Lucas Teske |
2020-09-09 | esp8266: add support for this chip | Ayke van Laethem |
2020-09-01 | machine/stm32f4: refactor common code and add new build tag stm32f4 (#1332) | ardnew |
2020-08-31 | esp: add support for the Espressif ESP32 chip | Ayke van Laethem |
2020-08-30 | device/atsamd51x: add all remaining bitfield values for PCHCTRLm Mapping | deadprogram |
2020-08-30 | runtime/atsamd51x: use PCHCTRL_GCLK_SERCOMX_SLOW for setting clocks on all SE... | deadprogram |
2020-08-30 | machine/atsamd51x,runtime/atsamd51x: fixes needed for full support for all PW... | deadprogram |
2020-08-27 | arm: automatically determine stack sizes | Ayke van Laethem |
2020-07-11 | builder: try to determine stack size information at compile time | Ayke van Laethem |
2020-07-08 | Working on NXP/Teensy support | Ethan Reesor |
2020-07-08 | risc-v: disable linker relaxations during gp init | Yannis Huber |
2020-07-08 | maixbit: changes according to feedback | Yannis Huber |
2020-07-08 | riscv: refactor assembly files to support RV64 and F extension | Yannis Huber |
2020-07-08 | riscv: fix offset in 64bit scheduler | Yannis Huber |
2020-07-08 | maixbit (uart): serial is working with echo example | Yannis Huber |
2020-06-22 | device/arm: do not mask fault handlers in critical sections | Jaden Weiss |
2020-06-14 | device: add new cross-arch Asm and AsmFull functions | Ayke van Laethem |
2020-05-28 | compiler: add support for atomic operations | Ayke van Laethem |
2020-04-29 | arm: allow nesting in DisableInterrupts and EnableInterrupts | Ayke van Laethem |
2020-04-29 | all: replace ReadRegister with AsmFull inline assembly | Ayke van Laethem |
2020-04-07 | machine: move errors.New calls to globals | Ayke van Laethem |
2020-03-25 | stm32 add SPI for stm32f4 | GeoffThomas |
2020-03-07 | stm32f4: refactor GPIO, in prep for adding SPI, I2C, PWM etc | gwtnz |
2020-01-10 | riscv: add bare-bones interrupt support | Ayke van Laethem |
2020-01-10 | compiler,riscv: implement CSR operations as intrinsics | Ayke van Laethem |
2019-12-24 | riscv: improve startup assembly | Ayke van Laethem |