You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/include
Gaurav-Aggarwal-AWS d5771a7a60
Add configUSE_MUTEXES to function declarations in header (#504)
This commit adds the configUSE_MUTEXES guard to the function
declarations in semphr.h which are only available when configUSE_MUTEXES
is set to 1.

It was reported here - https://forums.freertos.org/t/mutex-missing-reference-to-configuse-mutexes-on-the-online-documentation/15231

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
3 years ago
..
FreeRTOS.h Add callback overrides for stream buffer and message buffers (#437) 3 years ago
StackMacros.h Fix warning message error. (#443) 3 years ago
atomic.h Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
croutine.h Replace <pre> with @code - remaining files (#388) 3 years ago
deprecated_definitions.h Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
event_groups.h Fix some warnings in doxygen comments (#453) 3 years ago
list.h Add configUSE_MINI_LIST_ITEM configuration option to enable the MiniListItem_t type. (#433) 3 years ago
message_buffer.h Add callback overrides for stream buffer and message buffers (#437) 3 years ago
mpu_prototypes.h Add callback overrides for stream buffer and message buffers (#437) 3 years ago
mpu_wrappers.h Correct spelling mistake in mpu_wrappers.h 3 years ago
portable.h Declare vApplicationMallocFailedHook function in task.h instead in each C heap file (#483) 3 years ago
projdefs.h Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
queue.h queue.h: cTaskWokenByPost -> xTaskWokenByReceive (#491) 3 years ago
semphr.h Add configUSE_MUTEXES to function declarations in header (#504) 3 years ago
stack_macros.h Run uncrustify with github workflows (#369) 4 years ago
stdint.readme Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
stream_buffer.h Add callback overrides for stream buffer and message buffers (#437) 3 years ago
task.h Update documentation of uxTaskGetTaskNumber function (#460) 3 years ago
timers.h Clean some spell check words. (#439) 3 years ago