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.

21 lines
522 B

{
"inherits": ["cortex-m"],
"llvm-target": "armv7em-none-eabi",
"cpu": "cortex-m7",
"build-tags": ["teensy40", "teensy", "mimxrt1062", "nxp"],
"automatic-stack-size": false,
"default-stack-size": 4096,
"cflags": [
"--target=armv7em-none-eabi",
"-Qunused-arguments",
"-mfloat-abi=soft"
],
"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}"
}