Code for ESP32
Go to file
Robert McMahon 128596bd67 Clean up repository and improve console initialization
- Remove Emacs backup files (cmd_ip.c~, cmd_wifi.c~)
- Add new_rules.part to .gitignore (temp file used by gen_udev_rules.py)
- Update version to 2.1.0-CONSOLE-DEBUG for debugging
- Add debug logging around console REPL initialization
- Improve error handling for console initialization failures
- Remove unreachable code after esp_console_start_repl()
2025-12-27 17:56:46 -08:00
components Add error handling for UART and GPIO configurations in gps_sync_init 2025-12-27 17:07:45 -08:00
doc add AI strategy docs 2025-12-08 09:40:06 -08:00
main Clean up repository and improve console initialization 2025-12-27 17:56:46 -08:00
.gdbinit collapse detector with gdb support 2025-12-05 17:05:24 -08:00
.gitignore Clean up repository and improve console initialization 2025-12-27 17:56:46 -08:00
BUILD.txt build.txt file 2025-12-16 18:14:40 -08:00
CMakeLists.txt build system and --target all work 2025-12-11 10:34:02 -08:00
add_license.py update license 2025-12-19 18:13:49 -08:00
async_find_failed.py add asyncio based scripts 2025-12-07 20:57:08 -08:00
control_iperf.py more on scaling 2025-12-15 16:56:14 -08:00
dependencies.lock Clean up repository and improve console initialization 2025-12-27 17:56:46 -08:00
detect_esp32.py fix detect chiptype 2025-11-09 20:15:41 -08:00
esp32_deploy.py Remove deprecated Python scripts and clean up repository 2025-12-27 16:42:09 -08:00
gen_udev_rules.py Remove deprecated Python scripts and clean up repository 2025-12-27 16:42:09 -08:00
identiy_port.py more on builds at scale 2025-12-11 12:25:23 -08:00
leddiff.txt Remove deprecated Python scripts and clean up repository 2025-12-27 16:42:09 -08:00
mass_deploy.sh support scripts 2025-11-11 14:57:56 -08:00
mass_deploy_enhanced.sh support scripts 2025-11-11 14:57:56 -08:00
new_rules.part Remove deprecated Python scripts and clean up repository 2025-12-27 16:42:09 -08:00
parse_csi.py add csi parser 2025-11-21 13:34:56 -08:00
partitions.csv support for both monitor and sta modes, set in NVS using config_device. 2025-12-07 17:29:59 -08:00
partitions_c5.csv more on support for esp32, C5 and S3 2025-12-08 14:43:48 -08:00
partitions_esp32.csv more on support for esp32, C5 and S3 2025-12-08 14:43:48 -08:00
partitions_s3.csv more on support for esp32, C5 and S3 2025-12-08 14:43:48 -08:00
sdkconfig.defaults more cmd stuff 2025-12-22 15:00:54 -08:00
sdkconfig.defaults.ampdu Refactor build configs to match new deployment script targets 2025-12-11 10:22:47 -08:00
sdkconfig.defaults.esp32 build system and --target all work 2025-12-11 10:34:02 -08:00
sdkconfig.defaults.esp32c5 Fix naming: Switch from .s3/.c5 to .esp32s3/.esp32c5 2025-12-11 10:24:29 -08:00
sdkconfig.defaults.esp32c5csi Fix naming: Switch from .s3/.c5 to .esp32s3/.esp32c5 2025-12-11 10:24:29 -08:00
sdkconfig.defaults.esp32csi build system and --target all work 2025-12-11 10:34:02 -08:00
sdkconfig.defaults.esp32s3 Fix naming: Switch from .s3/.c5 to .esp32s3/.esp32c5 2025-12-11 10:24:29 -08:00
sdkconfig.defaults.esp32s3csi Fix naming: Switch from .s3/.c5 to .esp32s3/.esp32c5 2025-12-11 10:24:29 -08:00
sdkconfig.defaults.noampdu Refactor build configs to match new deployment script targets 2025-12-11 10:22:47 -08:00
test_devices.sh support scripts 2025-11-11 14:57:56 -08:00