esp-idf/components/driver
morris c113507ad7 feat(gptimer): add gptimer 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-08-14 02:31:16 +00:00
..
analog_comparator driver: Fix ana_cmpr negative enum comparison 2023-05-08 17:11:52 +08:00
dac i2s: fixed i2s_ll compiling failure under C++ evironment 2023-06-26 15:42:36 +08:00
deprecated adc: port gh pr to current adc continuous mode driver 2023-07-12 16:41:24 +08:00
gpio fix(gpio): fix potential crash when processing gpio isr 2023-07-26 12:42:11 +00:00
gptimer feat(gptimer): add gptimer linker.lf to control the placement of driver and hal 2023-08-14 02:31:16 +00:00
i2c i2c: introduce chip specific cmd register number 2023-07-11 14:55:46 +08:00
i2s i2s: fixed i2s_ll compiling failure under C++ evironment 2023-06-26 15:42:36 +08:00
include/esp_private spi_slave: support spi slave hd append mode on chips other than s2 2023-03-21 11:30:17 +08:00
ledc Merge branch 'bringup/esp32h2_light_sleep_for_rebase_backport_v5.1' into 'release/v5.1' 2023-07-12 13:39:49 +08:00
mcpwm mcpwm: fix bldc example force output level inverted 2023-05-12 14:40:10 +08:00
parlio esp_clk_tree: Rename clk_tree_xxx to esp_clk_tree_xxx, add compilation warning to clk_tree.h 2023-04-27 11:11:18 +00:00
pcnt driver: fix typo "destroy" 2023-03-01 00:43:14 +00:00
rmt rmt: check filter and idle threashold 2023-05-05 19:07:59 +08:00
sdio_slave driver: pack peripherals 2023-02-02 18:19:58 +08:00
sdmmc sdmmc: incrementally increase delay of vTaskDelay 2023-05-19 14:01:43 +02:00
sigma_delta esp_clk_tree: Rename clk_tree_xxx to esp_clk_tree_xxx, add compilation warning to clk_tree.h 2023-04-27 11:11:18 +00:00
spi spi_master: fix the assertion on a NULL desired_dev 2023-06-01 02:50:45 +00:00
temperature_sensor temperature_sensor: Apply new-shared interface in temperature sensor driver 2023-07-10 11:16:09 +08:00
test_apps Merge branch 'feature/use_esp_rom_delay_us_to_test_the_accuracy_of_gptimer_v5.1' into 'release/v5.1' 2023-07-13 17:38:40 +08:00
touch_sensor driver: pack peripherals 2023-02-02 18:19:58 +08:00
twai esp_clk_tree: Rename clk_tree_xxx to esp_clk_tree_xxx, add compilation warning to clk_tree.h 2023-04-27 11:11:18 +00:00
uart esp_clk_tree: Rename clk_tree_xxx to esp_clk_tree_xxx, add compilation warning to clk_tree.h 2023-04-27 11:11:18 +00:00
usb_serial_jtag usb_serial_jtag: Improve the code for the issue of usb cdc device unable to work during sleep 2023-02-27 12:10:49 +08:00
.build-test-rules.yml ana_cmpr: add an example and test cases 2023-03-17 11:38:32 +08:00
CMakeLists.txt feat(gptimer): add gptimer linker.lf to control the placement of driver and hal 2023-08-14 02:31:16 +00:00
Kconfig Merge branch 'feature/heap-in-flash_v5.1' into 'release/v5.1' 2023-05-12 15:57:31 +08:00
linker.lf feat(gptimer): add gptimer linker.lf to control the placement of driver and hal 2023-08-14 02:31:16 +00:00
sdkconfig.rename mcpwm: rename MCPWM_ISR_IN_IRAM to MCPWM_ISR_IRAM_SAFE 2022-06-02 15:01:18 +08:00