Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update FreeRTOS-Kernel to V11.1.0 #4900

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ThomasKuehne
Copy link
Contributor

@ThomasKuehne ThomasKuehne commented Apr 19, 2024

This updates the radio/src/thirdparty/FreeRTOS submodule from V10.4.6 (Nov 12, 2021) to V11.0.1 (Dec 21, 2023) V11.1.0 (Apr 22, 2024).

See FreeRTOS's change log.

From a cursory reading of the change log and diff between the two versions there shouldn't be any breakage.
However this code deals with some very tricky topics - e.g. timers and tasks - so it'll need diverse tests.

@ThomasKuehne ThomasKuehne force-pushed the freertos_update branch 2 times, most recently from 48af2f3 to 1792fbb Compare May 19, 2024 13:49
@ThomasKuehne ThomasKuehne marked this pull request as ready for review May 19, 2024 14:16
@pfeerick pfeerick added the house keeping 🧹 Cleanup of code and house keeping label May 26, 2024
@pfeerick pfeerick changed the title update FreeRTOS-Kernel to V11.0.1 chore: update FreeRTOS-Kernel to V11.0.1 May 28, 2024
@raphaelcoeffic
Copy link
Member

It seems like a good idea to move directly to v11.1.0. While reviewing the change logs since v10.4.6, the only thing that caught my attention is configKERNEL_INTERRUPT_PRIORITY, which has been obsoleted. So we should probably double check we're using the IRQ prios as intended by FreeRTOS. This is a very important part, as we might other experience ill behaviour from the application if we do not respect the rules around IRQ prio, and what you can or cannot do in the IRQ handler depending on priority.

@pfeerick pfeerick changed the title chore: update FreeRTOS-Kernel to V11.0.1 chore: update FreeRTOS-Kernel to V11.1.0 Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
house keeping 🧹 Cleanup of code and house keeping
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants