esp-idf/tools/mocks/freertos
Darian Leung 66499f17a5 freertos: Refactor component structure
This commit refactors the "freertos" component's structure as follows:

- "FreeRTOSConfig.h" related files moved to "./config" directory
- Refactored CMakeLists.txt file in preparation for v10.5.1 upgrade
    - Grouped list appends based on component organization
    - Removed some unecessarily public "include_dirs"
- Removed FreeRTOS-openocd.c
    - uxTopUsedPriority has been added back to tasks.c since v10.4.2
    - Thus the workaround in FreeRTOS-openocd.c is no longer needed and can
      be removed.
2023-05-08 18:40:03 +08:00
..
mock [MQTT] Simplifies MQTT CMakeLists file 2022-09-19 09:11:15 +00:00
CMakeLists.txt freertos: Refactor component structure 2023-05-08 18:40:03 +08:00
Kconfig fix(linux): fix build errors and warnings, remove ignore file 2023-01-18 09:24:28 +08:00