Darian Leung
|
c12da6b77d
feat(freertos/idf): Add taskVALID_CORE_ID() macro
|
2 years ago |
Sudeep Mohanty
|
289913daaf
fix(freertos/idf): Define configLIST_VOLATILE for list elements
|
2 years ago |
Darian
|
c4eea80c07
Merge branch 'change/freertos_local_crit_section_macro' into 'master'
|
2 years ago |
Sudeep Mohanty
|
ebeea3df60
Merge branch 'revert/freertos_same_priority_preemption_disabled' into 'master'
|
2 years ago |
Darian Leung
|
52a929521d
refactor(freertos/idf): Update thread safety convenience macros
|
2 years ago |
Sudeep Mohanty
|
0a0c7ef40f
fix(freertos/idf): Updated IDLE task names for each core to have the coreID as a suffix
|
2 years ago |
Sudeep Mohanty
|
3fb23c85b6
Revert "fix(freertos/idf): Add workaround for same priority preemption in xTaskIncrementTick()"
|
2 years ago |
Darian Leung
|
0d846ffe26
fix(freertos/idf): Add missing vPortSetStackWatchpoint() call
|
2 years ago |
Darian Leung
|
6c6a6ad44a
fix(freertos/idf): Add workaround for same priority preemption in xTaskIncrementTick()
|
2 years ago |
Darian Leung
|
4d14717e77
fix(freertos/idf): Add work around vTaskResumeAll() compiler optimization
|
2 years ago |
Darian Leung
|
0c15815c2b
fix(freertos/idf): vTaskStepTick assertions in SMP
|
2 years ago |
Darian Leung
|
ec1ba78b7c
fix(freertos/idf): Fix utility function performance
|
2 years ago |
Darian Leung
|
5c0449a63a
change(freertos/idf): Update single-core macros to prevent unused variable error
|
2 years ago |
Darian Leung
|
2025a77dd6
change(freertos/idf): Move v10.5.1 kernel files
|
2 years ago |
Darian Leung
|
fe5a577198
change(freertos/idf): Remove v10.4.3 kernel files
|
2 years ago |
Sudeep Mohanty
|
a76a1465b6
fix(freertos): Updated IDLE task names for each core to have the coreID as a suffix
|
2 years ago |
Darian Leung
|
035423eb37
refactor(freertos/idf): Move task creation "PinnedToCore" API to addition headers
|
2 years ago |
Darian Leung
|
e612db7d32
refactor(freertos/idf): Move weak xTimerCreateTimerTask() to IDF additions header
|
2 years ago |
Darian Leung
|
a5f9a2505e
refactor(freertos/idf): Remove application hook prototypes
|
2 years ago |
Darian Leung
|
7b4dba4ffd
refactor(freertos/idf): Move vTaskSetThreadLocalStoragePointerAndDelCallback()
|
2 years ago |
Darian Leung
|
5de6a9aff6
refactor(freertos/idf): Move compatibility functions
|
2 years ago |
Darian Leung
|
0db40f9e6c
refactor(freertos/idf): Move IDF task utility functions to API addition headers
|
2 years ago |
Darian Leung
|
db9d9658f9
refactor(freertos/idf): Move xTaskIncrementTickOtherCores() to IDF additition headers
|
2 years ago |
Darian Leung
|
8825c8dda9
refactor(freertos/idf): Move critical section API to IDF addition headers
|
2 years ago |
Darian Leung
|
57eb41ce83
refactor(freertos): Call TLSP deletion callback from portCLEAN_UP_TCB()
|
2 years ago |
Darian Leung
|
5f2443b7d1
refactor(freertos): Remove portCLEAN_UP_COPROC()
|
2 years ago |
Sudeep Mohanty
|
4e51c6b049
feat(freertos): Added changes for multi-core RISC-V port for FreeRTOS
|
2 years ago |
Darian Leung
|
1620d97299
change(freertos): Optimized xTaskRemoveFromEventList()
|
2 years ago |
Darian Leung
|
5947314431
fix(freertos): Fix vTaskRemoveFromUnorderedEventList()
|
2 years ago |
Darian Leung
|
fdcab76128
fix(freertos): taskCAN_BE_SCHEDULED macro parenthesis
|
2 years ago |