fix targets extra files

This commit is contained in:
Li Jie
2025-08-22 08:43:04 +08:00
parent c8eb871252
commit 50d8dbee05
17 changed files with 45 additions and 38 deletions

View File

@@ -11,8 +11,7 @@
"libc": "picolibc",
"linkerscript": "targets/esp32.ld",
"extra-files": [
"targets/device/esp/esp32.S",
"src/internal/task/task_stack_esp32.S"
"targets/device/esp/esp32.S"
],
"binary-format": "esp32",
"flash-command": "esptool.py --chip=esp32 --port {port} write_flash 0x1000 {bin} -ff 80m -fm dout",