Skip to content

Commit c1a1de8

Browse files
committed
Add native app support for ESP32-C61
1 parent e57125c commit c1a1de8

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

boards/esp32c61_generic.cfg

Lines changed: 0 additions & 1 deletion
This file was deleted.

boards/esp32c61_generic_native.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-DSDKCONFIG_DEFAULTS=sdkconfig.defaults;boards/esp32c61_generic_native.defaults
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# OTA overlay: two OTA app slots.
2+
CONFIG_PARTITION_TABLE_CUSTOM=y
3+
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.ota.csv"

catalog.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"flash_size": "4MB"
2121
},
2222
{
23-
"name": "wendy_mcu_esp32c61",
23+
"name": "esp32c61_native",
2424
"target": "esp32c61",
25-
"board": "esp32c61_generic",
25+
"board": "esp32c61_generic_native",
2626
"flash_size": "4MB"
2727
},
2828
{
@@ -100,9 +100,10 @@
100100
"target": "esp32c6"
101101
},
102102
{
103-
"name": "esp32c61_generic",
104-
"display_name": "Generic ESP32-C61 board, 4MB flash",
105-
"binary": "wendy_mcu_esp32c61"
103+
"name": "esp32c61_generic_native",
104+
"display_name": "Generic ESP32-C61 board, 4MB flash, native app support",
105+
"binary": "esp32c61_native",
106+
"target": "esp32c61"
106107
},
107108
{
108109
"name": "esp32p4_waveshare_lcd_4b",

0 commit comments

Comments
 (0)