Home
last modified time | relevance | path

Searched refs:STARTUP_ENTRIES_FILE (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/esp_system/
Dcheck_system_init_priorities.py22 STARTUP_ENTRIES_FILE = 'components/esp_system/system_init_fn.txt' variable
83 with open(os.path.join(idf_path, STARTUP_ENTRIES_FILE), 'r') as startup_entries_expected_file: