Rahul Kar
030c1aa646
Add event group and stream buffer config option in template ( #1026 )
...
* Add config descriptions in template configuration file
---------
Co-authored-by: GitHub Action <action@github.com >
2024-04-09 15:26:34 +05:30
Rahul Kar
5da55ba8ad
Add configCHECK_HANDLER_INSTALLATION description in template file ( #1025 )
...
Add configconfigCHECK_HANDLER_INSTALLATION description in template
configuration file
2024-04-09 10:31:53 +05:30
chinglee-iot
ccbbf04e5b
Update coverity example README ( #1020 )
...
* Update coverity example README
* Update main.c for comment
---------
Co-authored-by: Ubuntu <ubuntu@ip-172-31-34-245.ap-northeast-1.compute.internal >
2024-04-04 11:59:36 +05:30
Gaurav-Aggarwal-AWS
cff947acd0
Update comment in template FreeRTOSConfig.h ( #1007 )
...
Update the comment for configKERNEL_INTERRUPT_PRIORITY in the template
FreeRTOSConfig.h.
It was reported here - https://forums.freertos.org/t/migration-from-v10-5-1-to-v11-0-1-fails-with-new-freertosconfig-h-file/19276/
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com >
2024-03-04 10:48:05 +05:30
Soren Ptak
839ccb719b
Use Regex for Copyright Year in Header Check ( #1002 )
2024-02-26 09:26:42 -08:00
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
Christoph Seitz
e68975fcf7
Add default core affinity config value. ( #996 )
...
* Add default core affinity config value.
---------
Co-authored-by: Anubhav Rawal <rawalexe@amazon.com >
2024-02-16 11:12:18 +05:30
Rahul Kar
ba1e2dad3c
Update ARMv8-M config definitions in template file ( #970 )
...
* Update ARMV8-M config definitions in template file
---------
Co-authored-by: GitHub Action <action@github.com >
2024-01-31 12:25:56 +05:30
Rahul Kar
b0439d3283
Rename sample configuration to template configuration ( #927 )
...
* Rename sample configuration to template configuration
* Rename sample configuration to template configuration in cmake example file
2023-12-18 10:43:08 +05:30
Rahul Kar
1384c68dc7
Update sample configuration file ( #923 )
...
* Update sample configuration file in the examples folder
* Add SMP Configuration definitions
* Fix build issue in cmake example
* Add CoRoutine Configuration definitions
* Code review suggestions
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com >
* Fix formatting
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com >
---------
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com >
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com >
2023-12-15 12:31:18 +08:00
chinglee-iot
e0bb21f832
Remove the sample smp configuration folder ( #922 )
...
* Remove the sample smp configuration folder
2023-12-13 13:41:29 +05:30
chinglee-iot
5dbfd380f0
Add coverity example ( #870 )
...
* Add coverity example
* Update for CI
* Fix for CI 2
* Update kernel_misra.config
* Rename coverity example to coverity
* Update FreeRTOSConfig.h for coverity project
* Update MISRA.md
* Move coverity config to coverity_misra.config
* Update coverity misra config
* Add README.md file
* Update FreeRTOSConfig.h for coverity
* Fix uncrustify and spell
* Update README.md for relative link path
Update README.md for relative link path
* Update README.md for relative link 2
* Update MISRA.md for relateive path
* Fix for format
* Update coverity_misra.config
* Update configuration folder
* Update README.md for link
* Code review suggestions
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com >
---------
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com >
Co-authored-by: Ubuntu <ubuntu@ip-172-31-34-245.ap-northeast-1.compute.internal >
Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com >
Co-authored-by: Soren Ptak <ptaksoren@gmail.com >
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com >
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com >
2023-12-08 00:54:20 +05:30
chinglee-iot
c0ce725293
Add SMP template port and example ( #900 )
...
* Add SMP template port and example
* Add readme file for smp configuration
* Update SMP build flow and add CI build
---------
Co-authored-by: Soren Ptak <ptaksoren@gmail.com >
Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com >
2023-12-04 10:49:41 +08:00
ActoryOu
ef0104e768
Move cmake compile options to the example project ( #872 )
...
* Move GCC compile option to GCC folder with toolchain option
* Add CI flow to build cmake example
* Fix CI
* formatting && enable Werror
* Add useless variable to test CI
* revert useless variable
* Add comments as examples.
* Remove default compile options.
* Formatting
* Remove compile option in kernel cmake and put the sample in examples/cmake_example
---------
Co-authored-by: Joseph Julicher <jjulicher@mac.com >
2023-10-30 08:35:42 -07:00
Tony Josi
a8650b99a3
Update example cmake project path ( #851 )
...
* fix build on 64 bit platform
* moving sample cmake project to a separate root level dir
* moving sample cmake project to a separate root level dir
* updating paths for the sample cmake project
* rename example folder
* use configKERNEL_PROVIDED_STATIC_MEMORY
* update comments
* update comments
* rename folder to examples
* fix formatting
2023-10-23 14:50:41 +05:30