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
Aniruddha Kanhere 2fcb0f48b1
Fix small bugs in Kernel (#998)
* Fix small bugs

* Cast sizeof to BaseType_t

* Test removing assert to fix UT

* Revert change to tasks.c

Since configIDLE_TASK_NAME must be defined as a string according to
the documentation, the macro will always be NULL terminated. Which
means that the check `if( cIdleName[ xIdleTaskNameIndex ] == ( char ) 0x00 )`
will catch the end of string.

* Update coverity config; Add coverity version; Update pvPortMalloc declaration to match the definitions.

* Add port files to sed command

* Remove warnings about unused parameters in port code

---------

Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
12 months ago
..
CMakeLists.txt Fix circular dependency in CMake project (#700) 2 years ago
FreeRTOS.h Fix small bugs in Kernel (#998) 12 months 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) 12 months 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) 12 months 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 Fix small bugs in Kernel (#998) 12 months 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) 12 months ago
timers.h Support reset kernel state for restarting scheduler (#944) 12 months ago