
This matches the flash-command and is generally a bit easier to work with. This commit also prepares for allowing multiple formats to be used in the emulator command, which is necessary for the esp32.
9 строки
246 Б
JSON
9 строки
246 Б
JSON
{
|
|
"inherits": ["cortex-m3"],
|
|
"build-tags": ["qemu", "lm3s6965"],
|
|
"linkerscript": "targets/lm3s6965.ld",
|
|
"extra-files": [
|
|
"targets/cortex-m-qemu.s"
|
|
],
|
|
"emulator": "qemu-system-arm -machine lm3s6965evb -semihosting -nographic -kernel {}"
|
|
}
|