Skip to content

Commit

Permalink
feat(esp32h21): Add Microsoft UF2 family ID
Browse files Browse the repository at this point in the history
  • Loading branch information
radimkarnis committed Feb 7, 2025
1 parent 6d04155 commit cb0d334
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions esptool/targets/esp32h21.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class ESP32H21ROM(ESP32H2ROM):
CHIP_NAME = "ESP32-H21"
IMAGE_CHIP_ID = 25

UF2_FAMILY_ID = 0xB6DD00AF

DR_REG_LP_WDT_BASE = 0x600B1C00
RTC_CNTL_WDTCONFIG0_REG = DR_REG_LP_WDT_BASE + 0x0 # LP_WDT_RWDT_CONFIG0_REG
RTC_CNTL_WDTWPROTECT_REG = DR_REG_LP_WDT_BASE + 0x001C # LP_WDT_RWDT_WPROTECT_REG
Expand Down

0 comments on commit cb0d334

Please sign in to comment.