esp-idf/components/driver
Chen Jichang 0ce2683d81 feature(MCPWM): Add MCPWM trigger driver and test
Each MCPWM operator has two Trigger (named T0 and T1), and they can be
routed to GPIO fault signal or timer sync event.Generator can be set up
to perform different action on Trigger event.
This commit add a trigger driver and a test for the driver.
2023-11-15 05:57:37 +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 fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-07 14:09:21 +08:00
gpio change(driver/rtcio): Describe RTCIO CAPS with more accurate note 2023-08-03 16:46:55 +08:00
gptimer Merge branch 'feature/gptimer_interrupt_priority_v5.1' into 'release/v5.1' 2023-08-24 10:07:48 +08: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 feature(MCPWM): Add MCPWM trigger driver and test 2023-11-15 05:57:37 +00:00
parlio fix(parlio_tx): fix wrong dma descriptor setup 2023-09-27 14:53:53 +08:00
pcnt feat(pcnt): support set interrupt priority 2023-08-25 17:47:52 +08:00
rmt fix(rmt): fixed unstable transfer during DFS 2023-09-27 16:56:47 +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 fix(spi_master): polling_transmit forgot release bus lock when alloc DMA buffer failed 2023-08-31 21:15:14 +08:00
temperature_sensor fix(temperature_snesor): Put clock gate enable/disable in to sar_periph_ctrl together 2023-09-25 10:57:06 +08:00
test_apps feature(MCPWM): Add MCPWM trigger driver and test 2023-11-15 05:57:37 +00:00
touch_sensor driver: pack peripherals 2023-02-02 18:19:58 +08:00
twai twai: twai_driver_install() returns error on interrupt allocation failure 2023-08-15 03:26:10 +00:00
uart UART: UART_SELECT_WRITE_NOTIF event added in UART driver 2023-09-25 10:36:44 +02:00
usb_serial_jtag fix(usb_serial_jtag): Clean-up usb_serial_jtag lose byte fix, Closes https://github.com/espressif/esp-idf/pull/11344 2023-09-25 11:05:05 +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 fix(gptimer): hal function placement under wrong condition 2023-08-14 02:31:16 +00:00
linker.lf feat(mcpwm): support update timer period dynamically 2023-10-24 10:11:47 +08:00
sdkconfig.rename mcpwm: rename MCPWM_ISR_IN_IRAM to MCPWM_ISR_IRAM_SAFE 2022-06-02 15:01:18 +08:00