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
chinglee-iot 1a500f1a74
Support reset kernel state for restarting scheduler (#944)
* Adding the following functions to reset kernel state. These functions are only required for application which 
needs to restart the scheduler.
 - void vTaskResetState( void )
 - void vTimerResetState( void )
 - void vPortHeapResetState( void )
 - void vCoRoutineResetState( void )

---------

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: Chris Morgan <cmorgan@boston-engineering.com>
Co-authored-by: Soren Ptak <ptaksoren@gmail.com>
Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
1 year ago
..
CMakeLists.txt Fix circular dependency in CMake project (#700) 2 years ago
FreeRTOS.h Add default core affinity config value. (#996) 1 year ago
StackMacros.h Normalize line endings and whitespace in source files 2 years ago
atomic.h Fix portSET_INTERRUPT_MASK_FROM_ISR definition for atomic operation (#940) 1 year ago
croutine.h Support reset kernel state for restarting scheduler (#944) 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 Fix MISRA C 2012 Rule 13.3 Violations (#988) 1 year ago
message_buffer.h Remove PRIVILEGED FUNCTION from function definiton (#989) 1 year ago
mpu_prototypes.h use configSTACK_DEPTH_TYPE consequently (updated for 11.0.x) (#942) 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 Support reset kernel state for restarting scheduler (#944) 1 year ago
projdefs.h Add parameter name for function type (#845) 1 year ago
queue.h Fix documentation for xQueueTakeMutexRecursive (#943) 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 Added ability to change task notification index for streambuffers (#939) 1 year ago
task.h Support reset kernel state for restarting scheduler (#944) 1 year ago
timers.h Support reset kernel state for restarting scheduler (#944) 1 year ago