Skip to content

Commit 7ff0a07

Browse files
committed
Merge branch 'feat/h21_introduce_step2_3' into 'master'
feat(esp32h21): add soc register header files (stage 2/8, part 3/3) See merge request espressif/esp-idf!35492
2 parents e06c234 + d798f6f commit 7ff0a07

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+14003
-5193
lines changed

components/bootloader_support/test_apps/.build-test-rules.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ components/bootloader_support/test_apps/rtc_custom_section:
44
enable:
55
- if: SOC_RTC_MEM_SUPPORTED == 1
66
reason: this feature is supported on chips that have RTC memory
7+
disable:
8+
- if: IDF_TARGET == "esp32h21"
9+
temporary: true
10+
reason: IDF-11534

0 commit comments

Comments
 (0)