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.
19 lines
447 B
19 lines
447 B
{
|
|
"inherits": ["cortex-m"],
|
|
"llvm-target": "armv7em-none-eabi",
|
|
"cpu": "cortex-m4",
|
|
"build-tags": ["teensy36", "teensy", "mk66f18", "nxp"],
|
|
"cflags": [
|
|
"--target=armv7em-none-eabi",
|
|
"-Qunused-arguments",
|
|
"-mfloat-abi=hard",
|
|
"-mfpu=fpv4-sp-d16"
|
|
],
|
|
"linkerscript": "targets/nxpmk66f18.ld",
|
|
"extra-files": [
|
|
"src/device/nxp/mk66f18.s",
|
|
"targets/teensy36.s"
|
|
],
|
|
"flash-command": "teensy_loader_cli -mmcu=mk66fx1m0 -v -w {hex}"
|
|
}
|
|
|
|
|