FreeRTOS / FreeRTOS-Kernel

FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.
https://www.FreeRTOS.org
MIT License
2.76k stars 1.12k forks source link

Backport PR 839 to FreeRTOS-Kernel V10.6.1 #840

Closed kar-rahul-aws closed 1 year ago

kar-rahul-aws commented 1 year ago

Description

This PR #839 fixes size alignment issue introduced in PR #836

Test Steps

Tested using STM32H743ZI demo project.

Checklist:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

kar-rahul-aws commented 1 year ago

The unit test failures is expected as code has changed .