esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos
Darian Leung 8088c7216e fix(freertos): Fixed bug with prvENTER/EXIT_CRITICAL_OR_MASK_ISR() macro
Fixed an undiscovered bug with prvENTER_CRITICAL_OR_MASK_ISR() and
prvEXIT_CRITICAL_OR_MASK_ISR() where the `uxInterruptStatus` argument was not
used.

However, all calls of this macro provide a local `uxSavedInterruptStatus`
variable, leading to this bug being hidden.
2023-09-12 20:18:23 +08:00
..
atomic.h freertos: Uncrustify IDF FreeRTOS 2022-11-02 19:49:40 +08:00
croutine.h freertos: Uncrustify IDF FreeRTOS 2022-11-02 19:49:40 +08:00
deprecated_definitions.h freertos: Uncrustify IDF FreeRTOS 2022-11-02 19:49:40 +08:00
event_groups.h freertos: Add GetStaticBuffer functions 2023-04-24 11:44:46 +08:00
FreeRTOS.h freertos(IDF): Add preprocessor check for configNUM_CORES configuration 2022-11-28 13:55:03 +08:00
list.h freertos: Uncrustify IDF FreeRTOS 2022-11-02 19:49:40 +08:00
message_buffer.h freertos: Add GetStaticBuffer functions 2023-04-24 11:44:46 +08:00
mpu_prototypes.h freertos: Uncrustify IDF FreeRTOS 2022-11-02 19:49:40 +08:00
mpu_wrappers.h freertos(IDF): Sync cosmetic differences to v10.4.3 2022-11-10 18:37:42 +08:00
portable.h freertos(IDF): Refactor port heap functions 2023-03-06 16:00:29 +08:00
projdefs.h freertos: Uncrustify IDF FreeRTOS 2022-11-02 19:49:40 +08:00
queue.h freertos: Add GetStaticBuffer functions 2023-04-24 11:44:46 +08:00
semphr.h freertos: Add GetStaticBuffer functions 2023-04-24 11:44:46 +08:00
stack_macros.h freertos: Uncrustify IDF FreeRTOS 2022-11-02 19:49:40 +08:00
StackMacros.h freertos: Uncrustify IDF FreeRTOS 2022-11-02 19:49:40 +08:00
stdint.readme freertos: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00
stream_buffer.h freertos: Add GetStaticBuffer functions 2023-04-24 11:44:46 +08:00
task.h fix(freertos): Fixed bug with prvENTER/EXIT_CRITICAL_OR_MASK_ISR() macro 2023-09-12 20:18:23 +08:00
timers.h freertos: Add GetStaticBuffer functions 2023-04-24 11:44:46 +08:00