esp-idf/components/esp_hw_support/port
Guillaume Souchere 0bac33ed41 esp_system: Remove deprecate section from esp_cpu.h
- Remove esp_cpu_in_ocd_mode() from esp_cpu.h. Users should call esp_cpu_dbgr_is_attached() instead.
- Remove esp_cpu_get_ccount() from esp_cpu.h. Users should call esp_cpu_get_cycle_count() instead.
- Remove esp_cpu_set_ccount() from esp_cpu.h. Users should call esp_cpu_set_cycle_count() instead.
- Other IDF components updated to call esp_cpu_dbgr_is_attached(), esp_cpu_get_cycle_count() and esp_cpu_set_cycle_count() as well.
2022-07-22 00:06:06 +08:00
..
esp32 hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 2022-07-22 00:06:06 +08:00
esp32c2 hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 2022-07-22 00:06:06 +08:00
esp32c3 esp_system: Remove deprecate section from esp_cpu.h 2022-07-22 00:06:06 +08:00
esp32h2 hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 2022-07-22 00:06:06 +08:00
esp32s2 esp_system: Remove deprecate section from esp_cpu.h 2022-07-22 00:06:06 +08:00
esp32s3 esp_system: Remove deprecate section from esp_cpu.h 2022-07-22 00:06:06 +08:00
include esp_psram: new psram component 2022-06-14 15:44:27 +08:00
async_memcpy_impl_cp_dma.c dma: move from driver to hw_support 2022-06-28 14:17:12 +08:00
async_memcpy_impl_gdma.c global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
esp_memprot_conv.c System/Security: Memprot API unified (ESP32S3) 2022-07-09 22:57:51 +02:00