esp-idf/tools/ci/config
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
..
assign-test.yml mdns, dns, dhcp, dhcps: update fuzzer test to work in CI 2020-09-10 18:17:30 +00:00
build.yml fix the bug that will cause sonarqube fail when got issue to report but can't get CI_MERGE_REQUEST_IID because it's not a MR pipeline 2020-09-01 16:37:17 +08:00
deploy.yml ci: use the retry script to download 2020-07-20 15:18:32 +07:00
host-test.yml Add sonarqube code static analysis for idf project 2020-08-24 14:39:15 +08:00
post_check.yml Add sonarqube code static analysis for idf project 2020-08-24 14:39:15 +08:00
post_deploy.yml build_docs: fix incorrect arguments for linkcheck 2020-07-24 19:27:52 +08:00
pre_check.yml add code owners list 2020-09-02 18:04:27 +02:00
target-test.yml freertos: optionally place selected freertos functions into flash memory instead of IRAM 2020-09-15 23:14:31 +08:00