add tinygo device files

This commit is contained in:
Li Jie
2025-08-20 10:27:01 +08:00
parent 1b8b500fd7
commit 246278ff80
787 changed files with 85978 additions and 55 deletions

View File

@@ -5,7 +5,7 @@
"automatic-stack-size": false,
"linkerscript": "targets/mimxrt1062-teensy40.ld",
"extra-files": [
"src/device/nxp/mimxrt1062.s",
"targets/device/nxp/mimxrt1062.s",
"targets/teensy40.s"
],
"flash-command": "teensy_loader_cli -mmcu=imxrt1062 -v -w {hex}"