esp-idf/components/esp_adc/test_apps/adc/main
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
..
CMakeLists.txt esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
test_adc_driver_iram.c esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
test_adc_driver.c esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
test_adc_performance.c esp_system: Remove deprecate section from esp_cpu.h 2022-07-22 00:06:06 +08:00
test_adc.c esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
test_app_main.c esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
test_common_adc.c esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
test_common_adc.h esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00