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.
This commit is contained in:
Darian Leung
2023-05-08 16:37:59 +08:00
parent 9652d8ed6f
commit 66499f17a5
11 changed files with 166 additions and 122 deletions

View File

@@ -3321,7 +3321,7 @@ core 0 during startup.
void vTaskStartSchedulerOtherCores( void );
#endif // configNUM_CORES > 1
#include "idf_additions.h"
#include "freertos/idf_additions.h"
#endif //ESP_PLATFORM