FreeRTOS-Kernel/include
alfred gedeon f62dfa20c8
Fix: C++ compiler warning ()
..
FreeRTOS.h Recently vTaskDelayUntil() was updated to xTaskDelayUntil() because the function now returns a value. The PR didn't make the same change in the MPU port, or update the constants required to include the xTaskDelayUntil() function in the build. ()
StackMacros.h Update version number to 10.4.1 ()
atomic.h Update version number to 10.4.1 ()
croutine.h Update version number to 10.4.1 ()
deprecated_definitions.h Update version number to 10.4.1 ()
event_groups.h Update version number to 10.4.1 ()
list.h Update version number to 10.4.1 ()
message_buffer.h Update version number to 10.4.1 ()
mpu_prototypes.h Recently vTaskDelayUntil() was updated to xTaskDelayUntil() because the function now returns a value. The PR didn't make the same change in the MPU port, or update the constants required to include the xTaskDelayUntil() function in the build. ()
mpu_wrappers.h Recently vTaskDelayUntil() was updated to xTaskDelayUntil() because the function now returns a value. The PR didn't make the same change in the MPU port, or update the constants required to include the xTaskDelayUntil() function in the build. ()
portable.h Update version number to 10.4.1 ()
projdefs.h Update version number to 10.4.1 ()
queue.h Fix some broken/redirected URL ()
semphr.h Update version number to 10.4.1 ()
stack_macros.h Update version number to 10.4.1 ()
stdint.readme Re-sync with upstream and stripping away none kernel related.
stream_buffer.h Update version number to 10.4.1 ()
task.h Fix: C++ compiler warning ()
timers.h Update version number to 10.4.1 ()