esp-idf/components/esp_hw_support/include
morris 57879e772d feat(gdma): support channel allocator on esp32p4
There's two GDMA groups on ESP32P4, one is connected to AHB bus,
and another one is connected AXI bus.
We now have two seperate APIs for allocating DMA channels,
depends on the bus type.
2023-07-19 18:18:07 +08:00
..
esp_private feat(gdma): support channel allocator on esp32p4 2023-07-19 18:18:07 +08:00
hal esp_system: Remove deprecate section from esp_cpu.h 2022-07-22 00:06:06 +08:00
soc esp32p4: introduce the target 2023-06-13 15:16:11 +08:00
clk_ctrl_os.h ledc: Add basic support for esp32c6 2022-12-07 18:40:50 +08:00
dport_access.h dport: Move DPORT workaround to G0 2022-05-31 13:44:18 +08:00
esp_async_memcpy.h gdma: support etm extension 2022-11-23 15:32:34 +08:00
esp_chip_info.h esp32p4: introduce the target 2023-06-13 15:16:11 +08:00
esp_clk_tree.h 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
esp_cpu.h Update esp_cpu.h 2023-05-11 21:23:57 +02:00
esp_crc.h esp_hw_support: update copyright notice 2021-08-05 16:30:10 +02:00
esp_dpa_protection.h crypto: add support for DPA protection configuration in C6/H2 2023-06-08 11:09:23 +05:30
esp_ds_err.h soc/esp_ds.h: Unify esp_ds error codes for all targets 2022-10-27 11:09:25 +05:30
esp_ds.h [Docs] specify Digital Signature byte order, and esp_ds_sign() clarification 2022-12-19 21:30:03 -08:00
esp_etm.h etm: added etm channel allocator 2022-11-23 15:31:33 +08:00
esp_fault.h replacing reset by register operations with ROM interfaces to decouple the effects of register name changes 2022-08-31 01:59:36 +00:00
esp_hmac.h esp_hw_support: Merge esp_hmac.h file for different targets into one 2022-10-27 10:59:54 +05:30
esp_interface.h esp_wifi: Add support for NAN Discovery and Datapath 2023-03-10 11:18:23 +05:30
esp_intr_alloc.h intr_alloc: fixed freed interrupt sources not being able to be allocated again with different flags 2022-11-04 06:39:00 +00:00
esp_mac.h mac_addr(C6 and H2): Fix byte order of MAC_EXT and change format of IEEE802154 MAC 2023-06-08 23:11:32 +08:00
esp_memory_utils.h fix(esp_hw_support): Fix different signed comparison in esp_ptr_in_drom 2023-07-13 18:35:42 +05:30
esp_memprot_err.h System/Security: Memprot API unified (ESP32S3) 2022-06-20 02:36:44 +00:00
esp_memprot_types.h System/Security: Memprot API unified (ESP32C3) 2021-12-21 01:50:36 +01:00
esp_memprot.h System/Security: Memprot API unified (ESP32S3) 2022-06-20 02:36:44 +00:00
esp_random.h esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 2022-03-07 11:18:08 +05:30
esp_sleep.h sleep: enable sleep reject when entering deep sleep and return err if sleep request is rejected 2023-06-21 11:27:40 +08:00
esp_wake_stub.h add example deep sleep wake stub 2023-01-10 17:03:50 +08:00
intr_types.h esp_hw_support: move driver/intr_types.h to esp_hw_support to make it available to all g1+ components 2023-02-15 19:52:06 +08:00
rtc_wdt.h esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 2022-03-07 11:18:08 +05:30
spinlock.h esp_hw_support: Update spinlocks to use esp_cpu_compare_and_set() 2022-07-22 00:06:06 +08:00