build: fix USB-JTAG API, PRI macros, linker symbols for ESP-IDF 5.5

This commit is contained in:
Clawdia
2026-05-20 06:36:35 +02:00
parent 76d50165c4
commit 5248ff7b82
15 changed files with 1976 additions and 2273 deletions
+1268 -1152
View File
File diff suppressed because it is too large Load Diff
+33 -9
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
-1
View File
@@ -163,5 +163,4 @@ $<TARGET_FILE:idf::spiffs>
$<TARGET_FILE:idf::wifi_provisioning>
$<TARGET_FILE:__idf_json>
$<TARGET_FILE:idf::main>
$<TARGET_FILE:__idf_ieee802154>
$<TARGET_FILE:__idf_fatfs>
+4 -4
View File
@@ -1,7 +1,7 @@
{
"version": "1.2",
"project_name": "cits-sniffer",
"project_version": "b657a2d-dirty",
"project_version": "76d5016-dirty",
"project_path": "/home/claw/.openclaw/agents/wisp/workspace/cits-sniffer",
"idf_path": "/home/claw/esp/esp-idf",
"build_dir": "/home/claw/.openclaw/agents/wisp/workspace/cits-sniffer/build",
@@ -1221,11 +1221,11 @@
"type": "LIBRARY",
"lib": "__idf_main",
"reqs": [],
"priv_reqs": [ "esp_timer", "nvs_flash", "driver", "ieee802154", "console", "fatfs", "wear_levelling", "esp_driver_usb_serial_jtag" ],
"priv_reqs": [ "esp_timer", "nvs_flash", "driver", "esp_wifi", "fatfs", "console" ],
"managed_reqs": [],
"managed_priv_reqs": [],
"file": "/home/claw/.openclaw/agents/wisp/workspace/cits-sniffer/build/esp-idf/main/libmain.a",
"sources": [ "/home/claw/.openclaw/agents/wisp/workspace/cits-sniffer/main/app_main.c" ],
"sources": [ "/home/claw/.openclaw/agents/wisp/workspace/cits-sniffer/main/block1_hardware_init.c", "/home/claw/.openclaw/agents/wisp/workspace/cits-sniffer/main/block2_cits_parser.c", "/home/claw/.openclaw/agents/wisp/workspace/cits-sniffer/main/block3_csv_writer.c", "/home/claw/.openclaw/agents/wisp/workspace/cits-sniffer/main/block4_integration.c" ],
"include_dirs": [ "." ]
},
"mbedtls": {
@@ -2893,7 +2893,7 @@
"dir": "/home/claw/.openclaw/agents/wisp/workspace/cits-sniffer/main",
"lib": "__idf_main",
"reqs": [],
"priv_reqs": [ "esp_timer", "nvs_flash", "driver", "ieee802154", "console", "fatfs", "wear_levelling", "esp_driver_usb_serial_jtag" ],
"priv_reqs": [ "esp_timer", "nvs_flash", "driver", "esp_wifi", "fatfs", "console" ],
"managed_reqs": [],
"managed_priv_reqs": [],
"include_dirs": [ "." ]