.. |
ahb_dma_ll.h
|
feat(gdma): can read interrupt raw status
|
2023-11-20 17:25:57 +08:00 |
ana_cmpr_ll.h
|
feat(ana_cmpr): supported etm in analog comparator example
|
2023-09-25 19:57:34 +08:00 |
axi_dma_ll.h
|
feat(gdma): can read interrupt raw status
|
2023-11-20 17:25:57 +08:00 |
cache_ll.h
|
feat(spi_master): p4 add master driver supported
|
2023-10-08 14:45:12 +08:00 |
clk_gate_ll.h
|
feat(lcd): pre-support rgb and i80 lcd driver on esp32p4
|
2023-11-21 10:46:52 +08:00 |
clk_tree_ll.h
|
refactor(apll): move the apll soc caps to clk_tree_ll
|
2023-09-28 15:03:27 +08:00 |
ds_ll.h
|
feat(ds): use RCC atomic block to enable/reset the DS peripheral
|
2023-10-11 14:59:04 +05:30 |
dw_gdma_ll.h
|
feat(dw_gdma): initial low level driver
|
2023-09-28 02:17:08 +00:00 |
ecc_ll.h
|
feat(ecc): use RCC atomic block to enable/reset the ECC peripheral
|
2023-10-11 14:59:04 +05:30 |
ecdsa_ll.h
|
fix(ecdsa): remove unused k_mode from the ECDSA HAL/LL API
|
2023-11-15 09:42:26 +05:30 |
efuse_hal.h
|
feat(esp32p4): added hal support
|
2023-07-10 16:11:47 +08:00 |
efuse_ll.h
|
feat(efuse): Support eFuses and doc for ESP32P4
|
2023-09-12 17:58:17 +08:00 |
etm_ll.h
|
feat(etm): add core driver support for esp32-p4
|
2023-08-23 15:11:56 +08:00 |
gdma_ll.h
|
feat(gdma): support ETM subsystem on esp32p4
|
2023-12-06 18:02:43 +08:00 |
gpio_etm_ll.h
|
feat(etm): add core driver support for esp32-p4
|
2023-08-23 15:11:56 +08:00 |
gpio_ll.h
|
refactor(gpio): make gpio driver as component, and fix astyle
|
2023-11-03 15:42:23 +08:00 |
gpspi_flash_ll.h
|
fix(ll): fix cpp compile error
|
2023-09-14 14:48:12 +08:00 |
hmac_ll.h
|
feat(hmac): use RCC atomic block to enable/reset the HMAC peripheral
|
2023-10-11 14:59:04 +05:30 |
huk_hal.h
|
feat(hal): Added HAL and LL layer for Key Manager
|
2023-10-16 09:26:37 +05:30 |
huk_ll.h
|
feat(hal): Added HAL and LL layer for HUK
|
2023-10-16 09:26:14 +05:30 |
i2c_ll.h
|
Merge branch 'feat/i2c_rcc_support' into 'master'
|
2023-10-28 10:01:06 +08:00 |
i2s_ll.h
|
fix(i2s_platform): merge the i2s platform acquire API
|
2023-09-28 15:03:27 +08:00 |
isp_ll.h
|
change(ll): update color space types, ll changes
|
2023-10-30 17:32:46 +08:00 |
key_mgr_hal.h
|
feat(hal): Added HAL and LL layer for Key Manager
|
2023-10-16 09:26:37 +05:30 |
key_mgr_ll.h
|
feat(hal): Added HAL and LL layer for Key Manager
|
2023-10-16 09:26:37 +05:30 |
lcd_ll.h
|
feat(lcd): pre-support rgb and i80 lcd driver on esp32p4
|
2023-11-21 10:46:52 +08:00 |
ledc_ll.h
|
feat(ledc): support ledc on esp32p4
|
2023-10-17 16:40:04 +08:00 |
lp_core_ll.h
|
feat(ulp/lp_core): Added basic support for building and running a LP-Core app on ESP32P4
|
2023-11-29 10:50:40 +08:00 |
lp_timer_ll.h
|
feat(ulp/lp_core): Added basic support for building and running a LP-Core app on ESP32P4
|
2023-11-29 10:50:40 +08:00 |
lpwdt_ll.h
|
feat(lp_wdt): add lp wdt HAL support on C6, H2 and P4
|
2023-09-06 11:39:27 +08:00 |
mcpwm_ll.h
|
feat(mcpwm): support update timer period dynamically
|
2023-10-20 16:57:25 +08:00 |
mmu_ll.h
|
change(mmu): improve mmu_ll_entry_id_to_paddr_base on p4
|
2023-09-08 11:26:41 +08:00 |
mpi_ll.h
|
feat(mpi): use RCC atomic block to enable/reset the MPI peripheral
|
2023-10-11 14:59:03 +05:30 |
mpu_ll.h
|
fix(ll): fix cpp compile error
|
2023-09-14 14:48:12 +08:00 |
mwdt_ll.h
|
fix(wdt): move non-auto generated wdt values to ll
|
2023-09-05 11:52:34 +08:00 |
parlio_ll.h
|
feat(parlio_tx): supported parlio tx on p4
|
2023-09-25 10:42:30 +08:00 |
pcnt_ll.h
|
feat(pcnt): replace periph_module func with new ll func
|
2023-09-20 15:06:04 +08:00 |
psram_ctrlr_ll.h
|
change(psram): atomic set clock and reset
|
2023-08-31 17:10:34 +08:00 |
regi2c_ctrl_ll.h
|
change(header): modify p4 headers issues from check_header_py
|
2023-08-04 14:13:59 +02:00 |
rmt_ll.h
|
feat(rmt): support calling rmt_receive in ISR callback
|
2023-11-03 15:42:56 +08:00 |
rtc_io_ll.h
|
feat(gpio): add a dump API to dump IO configurations
|
2023-10-12 17:34:20 +08:00 |
rwdt_ll.h
|
feat(esp32p4): added hal support
|
2023-07-10 16:11:47 +08:00 |
sar_ctrl_ll.h
|
feat(esp32p4): added hal support
|
2023-07-10 16:11:47 +08:00 |
sdm_ll.h
|
feat(sdm): add driver support for esp32p4
|
2023-12-01 10:03:09 +08:00 |
sdmmc_ll.h
|
fix(sdmmc): fix ll layer wrong assertion
|
2023-10-25 06:03:25 +00:00 |
spi_flash_encrypted_ll.h
|
feat(soc): Updated soc cap for flash encryption
|
2023-12-05 11:03:48 +05:30 |
spi_flash_ll.h
|
fix(spi_flash): Fix spi_flash write fail on 26M C2(including OTA fail on this chip)
|
2023-09-07 17:30:15 +08:00 |
spi_ll.h
|
refac(spi): update periph_module_xxx with rcc_automic_lock for periph bus
|
2023-10-17 11:32:23 +08:00 |
spimem_flash_ll.h
|
feat(spi_flash): Enable auto suspend on when flash works under 120M
|
2023-11-15 17:27:42 +08:00 |
systimer_ll.h
|
feat(esp_timer): Support systimer for ESP32P4
|
2023-09-13 19:13:38 +08:00 |
timer_ll.h
|
feat(etm): add core driver support for esp32-p4
|
2023-08-23 15:11:56 +08:00 |
touch_sensor_ll.h
|
feat(touch): support touch driver on p4 (soc)
|
2023-11-16 11:13:02 +00:00 |
twai_ll.h
|
feat(twai): support legacy twai(can) driver for esp32p4
|
2023-10-26 16:20:45 +08:00 |
uart_ll.h
|
fix(console): enable to select UART1 port for console output
|
2023-11-09 22:32:49 +08:00 |