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

@@ -10,8 +10,7 @@
"libc": "picolibc",
"linkerscript": "targets/esp8266.ld",
"extra-files": [
"targets/device/esp/esp8266.S",
"src/internal/task/task_stack_esp8266.S"
"targets/device/esp/esp8266.S"
],
"binary-format": "esp8266",
"flash-command": "esptool.py --chip=esp8266 --port {port} write_flash 0x00000 {bin} -fm qio"