mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-19 03:54:01 +00:00
Working on NXP/Teensy support
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
],
|
||||
"linkerscript": "targets/nxpmk66f18.ld",
|
||||
"extra-files": [
|
||||
"src/device/nxp/mk66f18.s"
|
||||
"src/device/nxp/mk66f18.s",
|
||||
"targets/teensy36.s"
|
||||
],
|
||||
"flash-command": "teensy_loader_cli -mmcu=mk66fx1m0 -v -w {hex}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user