esp-idf/tools/ldgen
Alex Lisitsyn eaa892bebf 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 23:14:31 +08:00
..
samples esp32, esp32s2: move panic handling code to new component 2020-03-10 19:56:24 +08:00
test ldgen: determinism in mapping rule order 2020-04-30 18:20:00 +08:00
__init__.py tools: implement linker script generation 2018-11-16 12:42:02 +08:00
fragments.py ldgen: change other accesses of exception message 2020-06-11 08:19:02 +08:00
generation.py freertos: optionally place selected freertos functions into flash memory instead of IRAM 2020-09-15 23:14:31 +08:00
ldgen_common.py ldgen: rename common module 2019-04-13 08:59:32 +08:00
ldgen.py Update kconfiglib to upstream version and replace mconf-idf 2019-10-29 10:40:04 +01:00
sdkconfig.py Generate source files for kconfiglib from the build system 2019-11-15 15:25:09 +00:00