Release v1.1.0: Optimized for ESP32-C5 (ITS-G5/802.11p) with stable PHY configuration and buffer management

This commit is contained in:
Clawdia
2026-05-19 20:28:07 +02:00
parent b657a2d0a3
commit 76d50165c4
32 changed files with 3216 additions and 2350 deletions
@@ -1,2 +1,2 @@
--flash_mode dio --flash_freq 80m --flash_size 2MB
--flash_mode dio --flash_freq 80m --flash_size 8MB
0x2000 bootloader/bootloader.bin
+1 -1
View File
@@ -1,2 +1,2 @@
--flash_mode dio --flash_freq 80m --flash_size 2MB
--flash_mode dio --flash_freq 80m --flash_size 8MB
0x10000 $<TARGET_PROPERTY:__idf_build_target,EXECUTABLE_NAME>.bin
@@ -1,20 +1,22 @@
{
"write_flash_args" : [ "--flash_mode", "dio",
"--flash_size", "2MB",
"--flash_size", "8MB",
"--flash_freq", "80m" ],
"flash_settings" : {
"flash_mode": "dio",
"flash_size": "2MB",
"flash_size": "8MB",
"flash_freq": "80m"
},
"flash_files" : {
"0x2000" : "bootloader/bootloader.bin",
"0x10000" : "$<TARGET_PROPERTY:__idf_build_target,EXECUTABLE_NAME>.bin",
"0x8000" : "partition_table/partition-table.bin"
"0x8000" : "partition_table/partition-table.bin",
"0xd000" : "ota_data_initial.bin"
},
"bootloader" : { "offset" : "0x2000", "file" : "bootloader/bootloader.bin", "encrypted" : "false" },
"app" : { "offset" : "0x10000", "file" : "$<TARGET_PROPERTY:__idf_build_target,EXECUTABLE_NAME>.bin", "encrypted" : "false" },
"partition-table" : { "offset" : "0x8000", "file" : "partition_table/partition-table.bin", "encrypted" : "false" },
"otadata" : { "offset" : "0xd000", "file" : "ota_data_initial.bin", "encrypted" : "false" },
"extra_esptool_args" : {
"after" : "hard_reset",
"before" : "default_reset",
@@ -1,2 +1,2 @@
--flash_mode dio --flash_freq 80m --flash_size 2MB
--flash_mode dio --flash_freq 80m --flash_size 8MB
0x8000 partition_table/partition-table.bin