tinygo/src/device
Ayke van Laethem 154c7c691b stm32: use stm32-rs SVDs which are of much higher quality
This commit changes the number of wait states for the stm32f103 chip to
2 instead of 4. This gets it back in line with the datasheet, but it
also has the side effect of breaking I2C. Therefore, another (seemingly
unrelated) change is needed: the i2cTimeout constant must be increased
to a higher value to adjust to the lower flash wait states - presumably
because the lower number of wait states allows the chip to run code
faster.
2021-01-09 21:45:07 +01:00
..
arm add better fault identification for Cortex-M3/M33/M4/M7 hardfault handlers, add fault description registers to SCB_Type 2020-11-11 18:34:47 +01:00
arm64 arm64: Add support for system calls (SVC) 2020-10-03 20:07:51 +02:00
avr all: replace ReadRegister with AsmFull inline assembly 2020-04-29 18:25:16 +02:00
esp esp32: enable the FPU 2020-12-11 12:11:46 +01:00
nrf Automatically convert .svd files to Go source files 2018-05-05 19:02:43 +02:00
nxp teensy40: refactor to remove unnecessary code and constants 2020-11-11 18:34:47 +01:00
riscv risc-v: disable linker relaxations during gp init 2020-07-08 01:58:12 +02:00
sam device/atsamd51x: add all remaining bitfield values for PCHCTRLm Mapping 2020-08-30 09:27:17 +02:00
asm.go device: add new cross-arch Asm and AsmFull functions 2020-06-14 14:44:22 -04:00