Refactor: move regi2c_*.h header files from esp_hw_support to soc component

When creating G0 layer, some regi2c_*.h headers were moved out from
esp_hw_support (G1) to soc (G0). In order to be consistent with that change,
move all the remaining regi2c_*.h headers to soc too.
This commit is contained in:
Omar Chebib
2022-06-24 12:12:33 +08:00
parent be4d13d888
commit cd48baf979
47 changed files with 37 additions and 515 deletions

View File

@@ -13,9 +13,9 @@
#include "soc/rtc_cntl_reg.h"
#include "soc/dport_reg.h"
#include "soc/syscon_reg.h"
#include "esp_private/regi2c_ctrl.h"
#include "regi2c_bbpll.h"
#include "regi2c_apll.h"
#include "hal/regi2c_ctrl.h"
#include "soc/regi2c_bbpll.h"
#include "soc/regi2c_apll.h"
#include "hal/assert.h"
#include "esp32s2/rom/rtc.h"