esp-idf/components/esp_hw_support/include/hal
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
..
cpu_hal.h hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 2022-07-22 00:06:06 +08:00
cpu_ll.h esp_system: Remove deprecate section from esp_cpu.h 2022-07-22 00:06:06 +08:00
interrupt_controller_hal.h hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 2022-07-22 00:06:06 +08:00
soc_hal.h hal: Deprecate soc_hal.h and soc_ll.h interface 2022-07-22 00:06:06 +08:00
soc_ll.h hal: Deprecate soc_hal.h and soc_ll.h interface 2022-07-22 00:06:06 +08:00