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.
 
 
 
 
 

12 lines
350 B

{
"inherits": ["cortex-m7"],
"build-tags": ["teensy41", "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}"
}