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
Soren Ptak 58f0d36e76
Export MPU Section Attributes (#931)
Export the PRIVILEGED_FUNCTION, PRIVILEGED_DATA, and FREERTOS_SYSTEM_CALL
attributes to make it easier for end users to add their own privileged functions and
system calls.
1 year ago
..
CMakeLists.txt Fix circular dependency in CMake project (#700) 2 years ago
FreeRTOS.h Add portTASK_SWITCH_HOOK (#867) 1 year 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 Add parameter name for function type (#845) 1 year ago
deprecated_definitions.h Normalize line endings and whitespace in source files 2 years ago
event_groups.h Fix MISRA C 2012 Rule 11.1 deviations (#856) 1 year ago
list.h Remove lint suppression comment (#920) 1 year ago
message_buffer.h Add functions to get the buffers of statically created objects (#641) 2 years ago
mpu_prototypes.h Update system call entry mechanism (#898) 1 year ago
mpu_syscall_numbers.h Update system call entry mechanism (#898) 1 year ago
mpu_wrappers.h Export MPU Section Attributes (#931) 1 year ago
newlib-freertos.h Paranthesize expression-like macro (#668) 2 years ago
picolibc-freertos.h Fix pxTopOfStack calculation in configINIT_TLS_BLOCK for picolib (#739) 2 years ago
portable.h Remove lint suppression comment (#920) 1 year ago
projdefs.h Add parameter name for function type (#845) 1 year ago
queue.h Update comments related to portYIELD_FROM_ISR() in queue.h #925 1 year ago
semphr.h Update xSemaphoreGetStaticBuffer prototype in comment (#704) 2 years ago
stack_macros.h Add constanst suffix to prevent potential type conversion (#921) 1 year ago
stdint.readme Normalize line endings and whitespace in source files 2 years ago
stream_buffer.h Fix MISRA C 2012 rule 8.6 errors (#862) 1 year ago
task.h Remove lint suppression comment (#920) 1 year ago
timers.h Remove lint suppression comment (#920) 1 year ago