feat(esp32h4): add G0 component support (stage5)

This commit is contained in:
Chen Jichang
2025-02-28 14:44:28 +08:00
parent 64113b8e86
commit b16095cf00
29 changed files with 6864 additions and 46 deletions

View File

@@ -74,5 +74,3 @@ PROVIDE ( LP_TIMER = 0x600B5000 );
PROVIDE ( LP_WDT = 0x600B5400 );
PROVIDE ( TOUCH_SENS = 0x600B5800 );
PROVIDE ( TOUCH_AON = 0x600B5C00 );
PROVIDE ( LP_UART = 0x600B1400 ); /* TODO: IDF-12445 [ESP32H4] inherit from verify code, need remove */