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>
2024-02-19 14:39:31 +08:00
..
atomic.h Fix portSET_INTERRUPT_MASK_FROM_ISR definition for atomic operation (#940) 2024-01-03 15:47:05 +08:00
CMakeLists.txt Fix circular dependency in CMake project (#700) 2023-07-10 15:08:59 -07:00
croutine.h Support reset kernel state for restarting scheduler (#944) 2024-02-19 14:39:31 +08:00
deprecated_definitions.h Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
event_groups.h Fix MISRA C 2012 Rule 11.1 deviations (#856) 2023-12-07 18:15:19 +08:00
FreeRTOS.h Add default core affinity config value. (#996) 2024-02-16 11:12:18 +05:30
list.h Fix MISRA C 2012 Rule 13.3 Violations (#988) 2024-02-14 11:48:35 +05:30
message_buffer.h Remove PRIVILEGED FUNCTION from function definiton (#989) 2024-02-13 20:10:20 +05:30
mpu_prototypes.h use configSTACK_DEPTH_TYPE consequently (updated for 11.0.x) (#942) 2024-01-27 10:56:55 +05:30
mpu_syscall_numbers.h Update system call entry mechanism (#898) 2023-11-23 10:47:47 +05:30
mpu_wrappers.h Export MPU Section Attributes (#931) 2023-12-26 16:06:50 +05:30
newlib-freertos.h Paranthesize expression-like macro (#668) 2023-04-28 14:05:56 -07:00
picolibc-freertos.h Fix pxTopOfStack calculation in configINIT_TLS_BLOCK for picolib (#739) 2023-08-07 11:52:52 +05:30
portable.h Support reset kernel state for restarting scheduler (#944) 2024-02-19 14:39:31 +08:00
projdefs.h Add parameter name for function type (#845) 2023-12-06 21:53:52 +05:30
queue.h Fix documentation for xQueueTakeMutexRecursive (#943) 2024-01-03 11:49:02 -08:00
semphr.h Update xSemaphoreGetStaticBuffer prototype in comment (#704) 2023-07-17 16:12:05 +05:30
stack_macros.h Add constanst suffix to prevent potential type conversion (#921) 2023-12-08 11:36:55 +05:30
StackMacros.h Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
stdint.readme Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
stream_buffer.h Added ability to change task notification index for streambuffers (#939) 2024-01-04 11:43:34 -08:00
task.h Support reset kernel state for restarting scheduler (#944) 2024-02-19 14:39:31 +08:00
timers.h Support reset kernel state for restarting scheduler (#944) 2024-02-19 14:39:31 +08:00