mirror of https://github.com/tinygo-org/tinygo.git
wasmstm32webassemblymicrocontrollerarmavrspiwasiadafruitarduinocircuitplayground-expressgpioi2cllvmmicrobitnrf51nrf52nrf52840samd21tinygo
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
351 B
13 lines
351 B
{
|
|
"inherits": ["cortex-m7"],
|
|
"build-tags": ["teensy40", "teensy", "mimxrt1062", "nxp"],
|
|
"serial": "uart",
|
|
"automatic-stack-size": false,
|
|
"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}"
|
|
}
|
|
|
|
|