refactor(esp_hal_regi2c): move regi2c implementation from esp_rom to esp_hal_regi2c

This commit is contained in:
Song Ruo Jing
2026-02-05 21:07:45 +08:00
parent 17133fbc0e
commit 600bf5b6d7
176 changed files with 1975 additions and 1825 deletions
@@ -26,6 +26,7 @@ set(esp_hal_components
esp_hal_clock
esp_hal_security
esp_hal_systimer
esp_hal_regi2c
)
set(COMPONENTS ${g0_components} ${g1_components} ${esp_hal_components} main)