Skip to content

Conversation

@kar-rahul-aws
Copy link
Member

Description

This PR updates the history for FreeRTOS-Kernel V11.2.0

Test Steps

NA

Checklist:

  • I have tested my changes. No regression in existing tests.
  • [ ] I have modified and/or added unit-tests to cover the code changes in this Pull Request.

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

@kar-rahul-aws kar-rahul-aws requested a review from a team as a code owner March 3, 2025 05:30
Co-authored-by: Ahmed Ismail <[email protected]>
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 3, 2025

@kar-rahul-aws kar-rahul-aws merged commit 60f34f8 into FreeRTOS:main Mar 4, 2025
17 checks passed
@kar-rahul-aws kar-rahul-aws deleted the update_history_11_2 branch March 4, 2025 07:48
moninom1 pushed a commit to moninom1/FreeRTOS-Kernel that referenced this pull request Sep 30, 2025
On Ubuntu 24.04 ARM64, PTHREAD_STACK_MIN is 0x20000 which does not fit
in unsigned short, size of which is 2 bytes. Casting PTHREAD_STACK_MIN
to unsigned short in FreeRTOSConfig.h results in
configMINIMAL_STACK_SIZE getting defined to 0 which leads to SIGSEV.

This change removes the not needed casting of PTHREAD_STACK_MIN to
unsigned short.

Signed-off-by: Gaurav Aggarwal <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants