mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
0bac33ed41
- 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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
test_adc_driver_iram.c | ||
test_adc_driver.c | ||
test_adc_performance.c | ||
test_adc.c | ||
test_app_main.c | ||
test_common_adc.c | ||
test_common_adc.h |