Skip to content

Conversation

@aggarg
Copy link
Member

@aggarg aggarg commented Oct 6, 2025

Description

portYIELD_FROM_ISR(x) is defined as return x in the Windows port which causes compilation failures in the WIN32-MinGW demo when using GCC 14.

Test Steps

Successful build - https://github.com/aggarg/FreeRTOS/actions/runs/18273477974/job/52020218185.

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.

Related Issue

https://github.com/FreeRTOS/FreeRTOS-Kernel/actions/runs/18272553628/job/52017559140?pr=1317

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

portYIELD_FROM_ISR(x) is defined as 'return x' in the Windows port which
causes compilation failures in the WIN32-MinGW demo when using GCC 14.

Failure: https://github.com/FreeRTOS/FreeRTOS-Kernel/actions/runs/18272553628/job/52017559140?pr=1317

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Copy link

@thomas-roos thomas-roos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

@moninom1 moninom1 merged commit 5424d9d into FreeRTOS:main Oct 6, 2025
25 checks passed
@aggarg aggarg deleted the fix_build_failure branch October 6, 2025 13:00
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.

4 participants