FreeRTOS-Kernel/portable/ThirdParty/GCC
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>
2024-02-20 22:19:41 +05:30
..
ARC_EM_HS CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
ARC_v1 CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
ARM_TFM CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
ATmega Fix ThirdParty/GCC/ATmega formatting (#965) 2024-01-30 11:12:20 +05:30
Posix Fix small bugs in Kernel (#998) 2024-02-20 22:19:41 +05:30
RISC-V Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
RP2040 Update version number (#983) 2024-02-06 15:48:14 +05:30
Xtensa_ESP32 Update version number (#983) 2024-02-06 15:48:14 +05:30