787 Commits (768a15c1dd83a462f77a835581357572e3962dbc)

Author SHA1 Message Date
jreamy 04f65f1189
Adding support for the Arduino Zero (#1365) 4 years ago
Ayke van Laethem 2ce17a1892 esp8266: add support for this chip 5 years ago
Lucas Teske 0b9b293651
nintendoswitch: Fix invalid memory read / write in print calls 4 years ago
Ayke van Laethem f20c932bb9 nrf52840: use higher priority for USB-CDC code 4 years ago
Ayke van Laethem 98dbbbfda6 esp32: export machine.PortMask* for bitbanging implementations 4 years ago
Ayke van Laethem c810628a20 loader: rewrite/refactor much of the code to use go list directly 4 years ago
ardnew 7f829fe153
machine/stm32f4: refactor common code and add new build tag stm32f4 (#1332) 4 years ago
Ayke van Laethem 753162f4e0 esp32: add support for basic GPIO 4 years ago
Ayke van Laethem 3ee47a9c1b esp: add support for the Espressif ESP32 chip 4 years ago
Ayke van Laethem 47a975a44f nrf: add SoftDevice support for the Circuit Playground Bluefruit 4 years ago
deadprogram 83252448b0 device/atsamd51x: add all remaining bitfield values for PCHCTRLm Mapping 4 years ago
deadprogram 222977a642 runtime/atsamd51x: use PCHCTRL_GCLK_SERCOMX_SLOW for setting clocks on all SERCOM ports 4 years ago
deadprogram 58565fa46d machine/atsamd51x,runtime/atsamd51x: fixes needed for full support for all PWM pins. Also adds some useful constants to clarify peripheral clock usage 4 years ago
Ayke van Laethem a21a039ac7 arm: automatically determine stack sizes 4 years ago
Ron Evans 29d65cb637
machine/itsybitsy-nrf52840: add support for Adafruit Itsybitsy nrf52840 (#1243) 4 years ago
Ayke van Laethem 9d625a1ccb nrf: call sd_app_evt_wait when the SoftDevice is enabled 4 years ago
Ayke van Laethem b75f042c23 runtime: use waitForEvents when appropriate 4 years ago
deadprogram 9575fe628f internal/bytealg: naive attempt to copy the main Go 1.15 implementatation 4 years ago
BCG 0a7e74045a feather-nrf52840: corrected USB identifier constants 4 years ago
Lucas Teske 3650c2c739 nintendoswitch: Add experimental Nintendo Switch support without CRT 5 years ago
deadprogram d1c4ed664e all: changeover to eliminate all direct use of master/slave terminology 4 years ago
Ayke van Laethem 50a677e9b7 arm: use CFI directives for stack usage 4 years ago
Ethan Reesor 6ad6f14a04 Use a jump table instead of if-then-else 4 years ago
Ethan Reesor ca1a282495 Use runtime/volatile.T.ReplaceBits 4 years ago
BCG ad6adfd8ff Added board definition for Feather nRF52840 Express 4 years ago
Ayke van Laethem d606315515 builder: try to determine stack size information at compile time 4 years ago
Ethan Reesor 04d097f4ea Implement custom abort and fault handler for debugging 4 years ago
Ethan Reesor 4750635a20 Viable NXP/Teensy support 5 years ago
Ethan Reesor 59218cd784 Working on NXP/Teensy support 5 years ago
Ethan Reesor 079a789d49 Minimal NXP/Teensy support 5 years ago
Branden Timm 33024d4aa2
Fix portL mappings for atmega2560 (#1222) 4 years ago
Yannis Huber 7ed7e6cb11 risc-v: disable linker relaxations during gp init 4 years ago
Yannis Huber 0b94e486c1 maixbit: changes according to feedback 4 years ago
Yannis Huber 5ff76aacab runtime: reuse common code between 32 and 64-bit RISC-V 4 years ago
Yannis Huber 43a66b39cc riscv: refactor assembly files to support RV64 and F extension 4 years ago
Yannis Huber 66b21b4c86 maixbit (interruptions): fix fpioa function test 4 years ago
Yannis Huber f2fbd1dd7e maixbit (gpio): fix pin configuration 4 years ago
Yannis Huber 21a9aa8102 maixbit (i2c): fix rx fifo buffer length 4 years ago
Yannis Huber a685217743 maixbit: add I2C support 4 years ago
Yannis Huber ad0c15080a maixbit: add SPI support 4 years ago
Yannis Huber 5446c6927e maixbit: add GPIOHS pin interrupt support 4 years ago
Yannis Huber 53c83fa445 maixbit: support both GPIO and GPIOHS controllers 4 years ago
Yannis Huber 804dc8b1f9 maixbit: init fpioa clock at reset 4 years ago
Yannis Huber e1ceca1931 maixbit: remove atomic operations 4 years ago
Yannis Huber 6620c4d2aa maixbit: add chip datasheet link and reformat code 4 years ago
Yannis Huber ccc604d2e0 riscv: fix offset in 64bit scheduler 4 years ago
Yannis Huber dfab1aa717 maixbit (uart): serial is working with echo example 4 years ago
Yannis Huber d599959711 maixbit (uart): working on data tx 4 years ago
Yannis Huber 7814964693 maixbit: add board definition and dummy runtime 4 years ago
sago35 1a6bed3305
machine/samd51: add DAC support (#1198) 4 years ago