esp-idf/components/freertos
Darian Leung ee0ee4887f change(freertos/idf): Remove xCoreID TCB member for single-core
This commit does the following:

- removes the xCoreID member from the TCB when building for single-core
- xCoreID is no longer hard set to 0 when calling "PinnedToCore" task creation
functions in single-core
- Tidy up or add missing xCoreID asserts for functions that take xCoreID as an
argument:
    - Functions that set/query a variable of a particular core will call
      taskVALID_CORE_ID() to ensure ) 0 <= xCoreID < configNUMBER_OF_CORES
    - Task creation functions that accept xCoreID also call taskVALID_CORE_ID()
      but also allow tskNO_AFFINITY.
- Fix TaskStatus_t
    - Remove xCoreID from TaskStatus_t if configTASKLIST_INCLUDE_COREID is not
      defined.
    - Set xCoreID to 0 when calling vTaskGetInfo() in single-core builds
2023-12-04 15:03:55 +08:00
..
config Merge branch 'feature/add_run_time_counter_type_option_v5.2' into 'release/v5.2' 2023-11-17 11:25:37 +08:00
esp_additions change(freertos/idf): Remove xCoreID TCB member for single-core 2023-12-04 15:03:55 +08:00
FreeRTOS-Kernel change(freertos/idf): Remove xCoreID TCB member for single-core 2023-12-04 15:03:55 +08:00
FreeRTOS-Kernel-SMP feat(riscv): implement coprocessors save area and FPU support 2023-10-23 11:10:28 +08:00
test_apps feat(freertos/idf): Add configRUN_TIME_COUNTER_TYPE option 2023-11-16 10:16:00 +08:00
app_startup.c fix(esp_system): Fix mixing logs, remove early info logs for 2nd CPU 2023-10-02 12:50:40 +00:00
CMakeLists.txt change(freertos/idf): Make v10.5.1 the default kernel 2023-10-21 04:39:16 +08:00
heap_idf.c change(freertos/idf): Update version number, licenses, and sbom to v10.5.1 2023-10-21 04:39:16 +08:00
Kconfig feat(freertos/idf): Add configRUN_TIME_COUNTER_TYPE option 2023-11-16 10:16:00 +08:00
linker_common.lf change(freertos/idf): Make v10.5.1 the default kernel 2023-10-21 04:39:16 +08:00
linker_smp.lf change(freertos): Deprecate usage of vPortCleanUpTCB() by applications 2023-08-23 17:50:08 +08:00
linker.lf change(freertos/idf): Make v10.5.1 the default kernel 2023-10-21 04:39:16 +08:00
port_common.c freertos(IDF): Refactor port heap functions 2023-03-06 16:00:29 +08:00
port_systick.c feat(esp_timer): Support systimer for ESP32P4 2023-09-13 19:13:38 +08:00
port_systick.h freertos: Move port_systick to common directory 2023-04-28 23:03:00 +08:00
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00