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
Patrick Cook 18e2937239
Fix circular dependency in CMake project (#700)
* Fix circular dependency in cmake project

Fix for https://github.com/FreeRTOS/FreeRTOS-Kernel/issues/687
In order for custom ports to also break the cycle, they must link
against freertos_kernel_include instead of freertos_kernel.

* Simplify include path
2 years ago
..
CMakeLists.txt Fix circular dependency in CMake project (#700) 2 years ago
FreeRTOS.h Use portTASK_FUNCTION_PROTO to replace portNORETURN (#688) 2 years ago
StackMacros.h Normalize line endings and whitespace in source files 2 years ago
atomic.h Normalize line endings and whitespace in source files 2 years ago
croutine.h Remove empty expression statement compiler warning (#692) 2 years ago
deprecated_definitions.h Normalize line endings and whitespace in source files 2 years ago
event_groups.h Add functions to get the buffers of statically created objects (#641) 2 years ago
list.h Feature/fixing clang gnu compiler warnings (#620) 2 years ago
message_buffer.h Add functions to get the buffers of statically created objects (#641) 2 years ago
mpu_prototypes.h Normalize line endings and whitespace in source files 2 years ago
mpu_wrappers.h Normalize line endings and whitespace in source files 2 years ago
newlib-freertos.h Paranthesize expression-like macro (#668) 2 years ago
picolibc-freertos.h Fix TLS and stack alignment when using picolibc (#637) 2 years ago
portable.h Normalize line endings and whitespace in source files 2 years ago
projdefs.h Add missing FreeRTOS+ defines 2 years ago
queue.h Add back croutines by reverting PR#590 (#685) 2 years ago
semphr.h Remove empty expression statement compiler warning (#692) 2 years ago
stack_macros.h Remove empty expression statement compiler warning (#692) 2 years ago
stdint.readme Normalize line endings and whitespace in source files 2 years ago
stream_buffer.h Add functions to get the buffers of statically created objects (#641) 2 years ago
task.h add a missing comma (#651) 2 years ago
timers.h Add functions to get the buffers of statically created objects (#641) 2 years ago