26 lines
826 B
JSON
26 lines
826 B
JSON
{
|
|
"inherits": [
|
|
"xtensa"
|
|
],
|
|
"cpu": "esp32",
|
|
"features": "+atomctl,+bool,+clamps,+coprocessor,+debug,+density,+dfpaccel,+div32,+exception,+fp,+highpriinterrupts,+interrupt,+loop,+mac16,+memctl,+minmax,+miscsr,+mul32,+mul32high,+nsa,+prid,+regprotect,+rvector,+s32c1i,+sext,+threadptr,+timerint,+windowed",
|
|
"build-tags": [
|
|
"esp32",
|
|
"esp"
|
|
],
|
|
"scheduler": "tasks",
|
|
"serial": "uart",
|
|
"linker": "ld.lld",
|
|
"default-stack-size": 2048,
|
|
"rtlib": "compiler-rt",
|
|
"libc": "newlib-esp32",
|
|
"linkerscript": "targets/esp32.memory.elf.ld",
|
|
"extra-files": [],
|
|
"binary-format": "esp32",
|
|
"flash-command": "esptool.py --chip=esp32 --port {port} write_flash 0x1000 {bin} -ff 80m -fm dout",
|
|
"emulator": "qemu-system-xtensa -machine esp32 -nographic -drive file={img},if=mtd,format=raw",
|
|
"gdb": [
|
|
"xtensa-esp32-elf-gdb"
|
|
]
|
|
}
|