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/FreeRTOS/Source/include
Richard Barry 16639d2d63 Update to the latest atomic.h.
Improve commenting in RISC-V GCC port.
Fix IAR RISC-V port so the first task starts with interrupts enabled.
Add references to third party page ref using newlib with FreeRTOS into the tasks.c file in each place newlib is referenced.
Move the position of the traceTASK_DELETE() trace macro in case of use with a memory allocator that writes over freed memory even when inside a critical section.
Efficiency improvement:  Make sure xTaskIncrementTick() does not return pdTRUE when the scheduler is locked.  This just prevents an unnecessary yield interrupt (unnecessary as it is ignored) when xYieldPending happens to be pdTRUE.
5 years ago
..
FreeRTOS.h Minor formatting change in comment only. 5 years ago
StackMacros.h Update version number ready for next release. 6 years ago
atomic.h Update to the latest atomic.h. 5 years ago
croutine.h Update version number ready for next release. 6 years ago
deprecated_definitions.h Update version number ready for next release. 6 years ago
event_groups.h Update version number ready for next release. 6 years ago
list.h Add link to dual core blog post into STM32H745I demo. 6 years ago
message_buffer.h Correct code comments that referred to taskYIELD_FROM_ISR to portYIELD_FROM_ISR. 5 years ago
mpu_prototypes.h + Moved the History.txt file from the website git repo into the source code SVN repo. 6 years ago
mpu_wrappers.h + Moved the History.txt file from the website git repo into the source code SVN repo. 6 years ago
portable.h Add vPortGetHeapStats() function to query heap statistics. 6 years ago
projdefs.h Update version number ready for next release. 6 years ago
queue.h Correct code comments that referred to taskYIELD_FROM_ISR to portYIELD_FROM_ISR. 5 years ago
semphr.h Update version number ready for next release. 6 years ago
stack_macros.h Update version number ready for next release. 6 years ago
stdint.readme Introduce configENABLE_BACKWARD_COMPATIBILITY to allow the #defines that provide backward compatibility with FreeRTOS version prior to V8 to be optionally omitted. 11 years ago
stream_buffer.h Add link to dual core blog post into STM32H745I demo. 6 years ago
task.h + Moved the History.txt file from the website git repo into the source code SVN repo. 6 years ago
timers.h Update version number ready for next release. 6 years ago