cits-sniffer: IEEE 802.15.4 Promiscuous Mode Sniffer mit Ringpuffer und JTAG-Konsolencommands

- Ringpuffer (128 Pakete) für JTAG-Auslesung implementiert
- Konsolencommands: status, read_pkts [n], chan <ch>, packets <n>
- USB-Serial/JTAG als Primary Console aktiviert
- esp_log_set_vprintf für JTAG-Log-Ausgabe
- Block4-Integration entfernt, alles in app_main.c
- CMakeLists.txt angepasst
- partitions_8M.csv und sdkconfig aktualisiert
This commit is contained in:
Clawdia
2026-05-19 10:57:00 +02:00
parent 0339314b6c
commit b657a2d0a3
5 changed files with 620 additions and 164 deletions
+2 -4
View File
@@ -2,7 +2,5 @@
nvs, data, nvs, , 0x4000,
otadata, data, ota, , 0x2000,
phy_init, data, phy, , 0x1000,
factory, app, factory, , 0x3E0000,
ota_0, app, ota_0, , 0x3E0000,
ota_1, app, ota_1, , 0x3E0000,
storage, data, fat, , 0x200000,
factory, app, factory, , 0x3C0000,
storage, data, fat, , 0x400000,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x4000
3 otadata data ota 0x2000
4 phy_init data phy 0x1000
5 factory app factory 0x3E0000 0x3C0000
6 ota_0 storage app data ota_0 fat 0x3E0000 0x400000
ota_1 app ota_1 0x3E0000
storage data fat 0x200000