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.
* 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 | 2 years ago | |
FreeRTOS.h | 12 months ago | |
StackMacros.h | 2 years ago | |
atomic.h | 1 year ago | |
croutine.h | 12 months ago | |
deprecated_definitions.h | 2 years ago | |
event_groups.h | 1 year ago | |
list.h | 12 months ago | |
message_buffer.h | 1 year ago | |
mpu_prototypes.h | 1 year ago | |
mpu_syscall_numbers.h | 1 year ago | |
mpu_wrappers.h | 1 year ago | |
newlib-freertos.h | 2 years ago | |
picolibc-freertos.h | 2 years ago | |
portable.h | 12 months ago | |
projdefs.h | 1 year ago | |
queue.h | 1 year ago | |
semphr.h | 2 years ago | |
stack_macros.h | 1 year ago | |
stdint.readme | 2 years ago | |
stream_buffer.h | 1 year ago | |
task.h | 12 months ago | |
timers.h | 12 months ago |