Skip to content

Commit

Permalink
add c3 magic values
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Jan 25, 2024
1 parent f51b15e commit c2ecad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esptool.py
Original file line number Diff line number Diff line change
Expand Up @@ -2345,8 +2345,8 @@ class ESP32C3ROM(ESP32ROM):

BOOTLOADER_FLASH_OFFSET = 0x0

# Magic value for ESP32C3 eco 1+2 and ESP32C3 eco3 respectivly
CHIP_DETECT_MAGIC_VALUE = [0x6921506f, 0x1b31506f]
# Magic values for ESP32-C3 eco 1+2, eco 3, eco 6, and eco 7 respectively
CHIP_DETECT_MAGIC_VALUE = [0x6921506f, 0x1b31506f, 0x4881606f, 0x4361606f]

UART_DATE_REG_ADDR = 0x60000000 + 0x7c

Expand Down

0 comments on commit c2ecad3

Please sign in to comment.