Merge branch 'feature/use_cpu_time_for_tests' into 'master'

Cache compensated timer

See merge request espressif/esp-idf!6087
This commit is contained in:
Angus Gratton
2019-11-20 08:33:27 +08:00
33 changed files with 1151 additions and 35 deletions

View File

@@ -42,7 +42,7 @@ else()
# driver is a public requirement because esp_sleep.h uses gpio_num_t & touch_pad_t
# app_update is added here because cpu_start.c uses esp_ota_get_app_description() function.
set(priv_requires app_trace app_update bootloader_support log mbedtls nvs_flash pthread
spi_flash vfs wpa_supplicant espcoredump esp_common esp_wifi)
spi_flash vfs wpa_supplicant espcoredump esp_common esp_wifi perfmon)
set(fragments linker.lf ld/esp32_fragments.lf)
idf_component_register(SRCS "${srcs}"

View File

@@ -188,6 +188,7 @@ SECTIONS
*(.gnu.linkonce.s2.*)
*(.jcr)
mapping[dram0_data]
_data_end = ABSOLUTE(.);