diff options
author | Ethan Reesor <[email protected]> | 2020-02-18 01:09:16 -0600 |
---|---|---|
committer | Ron Evans <[email protected]> | 2020-07-08 21:58:15 +0200 |
commit | 59218cd78483c1f2896b16bc4df7a11f03a2b11a (patch) | |
tree | 3497d738d786e45fbf02ce285a3ba2e1e7a5ddff /targets/teensy36.s | |
parent | 079a789d492431cff100824421aa276a731ac369 (diff) | |
download | tinygo-59218cd78483c1f2896b16bc4df7a11f03a2b11a.tar.gz tinygo-59218cd78483c1f2896b16bc4df7a11f03a2b11a.zip |
Working on NXP/Teensy support
Diffstat (limited to 'targets/teensy36.s')
-rw-r--r-- | targets/teensy36.s | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/targets/teensy36.s b/targets/teensy36.s new file mode 100644 index 000000000..4e17e7c9d --- /dev/null +++ b/targets/teensy36.s @@ -0,0 +1,19 @@ + +.section .flash_config +.global __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
\ No newline at end of file |