4 Commits
Author SHA1 Message Date
Hajo NoerenbergandMichael Ehrenreich 126e5fe472 Add ESP32-C5-DevKitC-1 N4 board support with SPI EPPP link (#19)
Co-authored-by: Michael Ehrenreich <michideep@gmail.com>
2026-06-08 23:28:26 +02:00
Hajo NoerenbergandMichael Ehrenreich 6c5c28698a Add ESP_LOGI() after console_init() to ensure TAG is referenced unconditionally — otherwise it becomes unused (and errors out under -Werror) when CONFIG_SNIFFER_STORE_HISTORY is disabled, since the ESP_LOGE inside initialize_filesystem() was the only prior use. (#15)
Co-authored-by: Michael Ehrenreich <michideep@gmail.com>
2026-06-08 20:44:02 +02:00
Hajo NoerenbergandMichael Ehrenreich e46d78ba89 Add partition table for 4M ESP32-C5 chips (#17)
Co-authored-by: Michael Ehrenreich <michideep@gmail.com>
2026-06-08 20:38:55 +02:00
Hajo Noerenberg a37ac57247 fix spi.c TAG reference
Add #else branch to initialize_spi() that logs "SPI bus not initialized" so that TAG is referenced in all config combinations — previously, builds with both CONFIG_SNIFFER_SD_SPI_MODE and CONFIG_ETHERNET_SPI_SUPPORT disabled would fail under -Werror due to unused TAG.
2026-05-12 23:16:14 +02:00