aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/teensy36.s
diff options
context:
space:
mode:
authorEthan Reesor <[email protected]>2020-02-18 01:09:16 -0600
committerRon Evans <[email protected]>2020-07-08 21:58:15 +0200
commit59218cd78483c1f2896b16bc4df7a11f03a2b11a (patch)
tree3497d738d786e45fbf02ce285a3ba2e1e7a5ddff /targets/teensy36.s
parent079a789d492431cff100824421aa276a731ac369 (diff)
downloadtinygo-59218cd78483c1f2896b16bc4df7a11f03a2b11a.tar.gz
tinygo-59218cd78483c1f2896b16bc4df7a11f03a2b11a.zip
Working on NXP/Teensy support
Diffstat (limited to 'targets/teensy36.s')
-rw-r--r--targets/teensy36.s19
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