mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-20 12:29:03 +00:00
board: add definition for Teensy 4.1 (#2618)
* board: add definition for Teensy 4.1
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"inherits": ["cortex-m7"],
|
||||
"build-tags": ["teensy41", "teensy", "mimxrt1062", "nxp"],
|
||||
"serial": "uart",
|
||||
"automatic-stack-size": false,
|
||||
"default-stack-size": 4096,
|
||||
"linkerscript": "targets/mimxrt1062-teensy40.ld",
|
||||
"extra-files": [
|
||||
"src/device/nxp/mimxrt1062.s",
|
||||
"targets/teensy40.s"
|
||||
],
|
||||
"flash-command": "teensy_loader_cli -mmcu=imxrt1062 -v -w {hex}"
|
||||
}
|
||||
Reference in New Issue
Block a user