This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
esp-idf
kopia lustrzana
https://github.com/espressif/esp-idf
Obserwuj
1
Polub
0
Forkuj
You've already forked esp-idf
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
63a7a8489b
esp-idf
/
tools
/
unit-test-app
/
configs
/
freertos_flash
3 wiersze
98 B
Plaintext
Czysty
Zwykły widok
Historia
Unescape
Escape
esp_ringbuf: add kconfig opt to move ringbuffer functions into flash
2021-01-19 23:32:31 +00:00
TEST_COMPONENTS=freertos driver spi_flash esp_ringbuf
freertos: optionally place selected freertos functions into flash memory instead of IRAM correct generation.py script to be silent when file: function is not in the object list (just ignore placement) correct linker.lf to place task functions into flash if CONFIG_FREERTOS_TASK_FUNCTIONS_INTO_FLASH is active otherwise into IRAM update kconfig option to place functions into IRAM update linker file after tests fix spi_device_polling_end crash when xTaskGetTickCount() in flash disable "yield from lower priority task, other CPU" test case when placing rtos functions into flash upadate ut app config freertos_flash combine spi_flash driver and freertos ut configs into one file remove TEST_EXCLUDE_COMPONENTS ci: fix ut job remove functions that are called from ISR funcs add port module functions to place into Flash place snapshot funcs into Flash when ESP_PANIC_HANDLER_IRAM is not set ci: add job with tags UT_T1_GPIO,ESP32_IDF
2020-09-15 15:14:31 +00:00
CONFIG_FREERTOS_TASK_FUNCTIONS_INTO_FLASH=y