esp-idf/components/driver/gpio
Chen Jichang cdd18fd232 refactor(gpio):add gpio linker.lf to control the placement of driver and hal
since the linker placement of the hal functions are controlled by the Kconfig in the driver component,
we should create the linker.lf in the driver component, not in the hal component.
2023-07-11 20:44:36 +08:00
..
include/driver refactor(driver/rtcio): Re-wrap RTCIO APIs with more accurate soc_caps 2023-07-05 11:47:51 +08:00
dedic_gpio.c Dedicated GPIO: add examples implementing software I2C, UART and SPI on RISC-V targets. 2022-11-22 14:17:40 +08:00
glitch_filter_priv.h glitch_filter: support derive clock source form IO MUX 2022-12-29 14:46:16 +08:00
gpio_etm.c gpio: support runtime preserve 2023-03-17 11:59:49 +08:00
gpio_flex_glitch_filter.c esp_clk_tree: Rename clk_tree_xxx to esp_clk_tree_xxx, add compilation warning to clk_tree.h 2023-04-25 14:12:06 +08:00
gpio_glitch_filter_ops.c gpio: support glitch filter 2022-12-09 11:33:42 +08:00
gpio_pin_glitch_filter.c esp_clk_tree: Rename clk_tree_xxx to esp_clk_tree_xxx, add compilation warning to clk_tree.h 2023-04-25 14:12:06 +08:00
gpio.c refactor(driver/rtcio): Re-wrap RTCIO APIs with more accurate soc_caps 2023-07-05 11:47:51 +08:00
linker.lf refactor(gpio):add gpio linker.lf to control the placement of driver and hal 2023-07-11 20:44:36 +08:00
rtc_io.c refactor(driver/rtcio): Re-wrap RTCIO APIs with more accurate soc_caps 2023-07-05 11:47:51 +08:00