Skip to content

Commit

Permalink
feat(esp32-c5): Add ECO1 magic number
Browse files Browse the repository at this point in the history
  • Loading branch information
radimkarnis committed Dec 2, 2024
1 parent de1d1ce commit 6cc002c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esptool/targets/esp32c5.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ class ESP32C5ROM(ESP32C6ROM):

UARTDEV_BUF_NO = 0x4085F51C # Variable in ROM .bss which indicates the port in use

# Magic value for ESP32C5
CHIP_DETECT_MAGIC_VALUE = [0x1101406F]
# Magic values for ESP32C5 ECO0 and ECO1, respectively
CHIP_DETECT_MAGIC_VALUE = [0x1101406F, 0x63E1406F]

FLASH_FREQUENCY = {
"80m": 0xF,
Expand Down

0 comments on commit 6cc002c

Please sign in to comment.