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:
+2
-4
@@ -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,
|
||||
|
||||
|
Reference in New Issue
Block a user