refactor(periph_ctrl): remove orphaned clk_gate_ll.h

and deprecate the legacy periph_module_xxx functions for new targets
This commit is contained in:
morris
2024-03-28 10:27:57 +08:00
parent f29351b99a
commit 8e64a59fac
13 changed files with 49 additions and 209 deletions

View File

@@ -13,7 +13,6 @@
#include "soc/gpio_periph.h"
#include "soc/gpio_sig_map.h"
#include "soc/rtc.h"
#include "hal/clk_gate_ll.h"
#include "hal/gpio_hal.h"
#if CONFIG_IDF_TARGET_ESP32S2
#include "esp32s2/rom/usb/cdc_acm.h"