mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
4750635a20
- Fix UART & putChar - Timer-based sleep - Enable systick in abort - Buffered, interrupt-based UART TX - Use the new interrupt API and fix sleepTicks - Make pins behave more like other boards - Use the MCU's UART numbering - Allow interrupts to wake the scheduler (#1214)
20 lines
303 B
ArmAsm
20 lines
303 B
ArmAsm
.section .flash_config
|
|
.global __flash_config
|
|
__flash_config:
|
|
.byte 0xFF
|
|
.byte 0xFF
|
|
.byte 0xFF
|
|
.byte 0xFF
|
|
.byte 0xFF
|
|
.byte 0xFF
|
|
.byte 0xFF
|
|
.byte 0xFF
|
|
.byte 0xFF
|
|
.byte 0xFF
|
|
.byte 0xFF
|
|
.byte 0xFF
|
|
.byte 0xDE
|
|
.byte 0xF9
|
|
.byte 0xFF
|
|
.byte 0xFF
|