3d935e86d9
Update broken links in readme and comments ( #1110 )
...
Update broken links in readme and comments
2024-08-05 16:00:47 +05:30
0801c91bc6
Add Noreturn attribute in template port for static analysis ( #1060 )
...
* Add _Noreturn attribute in the template function to fix MISRA 17.11 advisory warnings
* Add _Noreturn attribute in function declaration
* Code review suggestions
2024-05-16 21:11:05 +05:30
bbc058967b
Fix cmake example errors ( #1037 )
...
Add typecasts to prevent compiler warnings. Remove ULL suffix to adhere
to C90.
2024-04-18 19:08:51 +05:30
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
839ccb719b
Use Regex for Copyright Year in Header Check ( #1002 )
2024-02-26 09:26:42 -08:00
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
e0bb21f832
Remove the sample smp configuration folder ( #922 )
...
* Remove the sample smp configuration folder
2023-12-13 13:41:29 +05:30
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
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
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
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