esp-idf/components/driver
2023-08-09 19:33:25 +08:00
..
analog_comparator driver: Fix ana_cmpr negative enum comparison 2023-04-28 14:52:50 +08:00
dac feat(driver): updated drivers to use CreateWithCaps() API 2023-08-08 04:26:42 +00:00
deprecated feat(esp32p4): introduced new target esp32p4, supported hello_world 2023-08-09 19:33:25 +08:00
gpio feat(esp32p4): introduced new target esp32p4, supported hello_world 2023-08-09 19:33:25 +08:00
gptimer fix(gptimer): hal function placement under wrong condition 2023-08-08 04:26:02 +00:00
i2c feat(driver): updated drivers to use CreateWithCaps() API 2023-08-08 04:26:42 +00:00
i2s feat(driver): updated drivers to use CreateWithCaps() API 2023-08-08 04:26:42 +00: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 refactor(freertos): Refactor usage of portBASE_TYPE to BaseType_t 2023-07-31 17:10:34 +02:00
mcpwm feat(mcpwm): add support for ESP32P4 2023-08-08 18:12:58 +08:00
parlio feat(driver): updated drivers to use CreateWithCaps() API 2023-08-08 04:26:42 +00:00
pcnt driver: minor code clean up to pass coverity scan test 2023-06-10 16:21:12 +08:00
rmt feat(driver): updated drivers to use CreateWithCaps() API 2023-08-08 04:26:42 +00:00
sdio_slave refactor(freertos): Refactor usage of portBASE_TYPE to BaseType_t 2023-07-31 17:10:34 +02:00
sdmmc Added support for write protection polarity for SDCard 2023-06-28 13:20:36 +02:00
sigma_delta driver: minor code clean up to pass coverity scan test 2023-06-10 16:21:12 +08:00
spi Added support for write protection polarity for SDCard 2023-06-28 13:20:36 +02:00
temperature_sensor bugfix(temperature_sensor): Fix issue that get the value is negative 2023-08-03 11:16:42 +08:00
test_apps feat(mcpwm): add support for ESP32P4 2023-08-08 18:12:58 +08:00
touch_sensor driver: minor code clean up to pass coverity scan test 2023-06-10 16:21:12 +08:00
twai feat(driver): updated drivers to use CreateWithCaps() API 2023-08-08 04:26:42 +00:00
uart feat(driver): updated drivers to use CreateWithCaps() API 2023-08-08 04:26:42 +00:00
usb_serial_jtag refactor(freertos): Refactor usage of portBASE_TYPE to BaseType_t 2023-07-31 17:10:34 +02:00
.build-test-rules.yml ana_cmpr: add an example and test cases 2023-03-17 11:38:32 +08:00
CMakeLists.txt feat(twai): Add twai linker.lf to control the placement of driver and hal 2023-08-07 10:21:47 +08:00
Kconfig Merge branch 'feature/esp32p4_mcpwm_support' into 'master' 2023-08-09 11:00:00 +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
sdkconfig.rename mcpwm: rename MCPWM_ISR_IN_IRAM to MCPWM_ISR_IRAM_SAFE 2022-06-02 15:01:18 +08:00