Conversation
Support for running isolated Non-Secure tasks with kernel residing in protected memory region. Add ARM Cortex-M4 MPU example - blinky-mpu-stm32f407g-disc1.
Add Raspberri RP2350 MPU example - blinky_mpu_armv8.
dmitrykos
force-pushed
the
port
branch
2 times, most recently
from
July 23, 2026 19:32
b7302a8 to
dd41aa1
Compare
LCOV of commit
|
|
LCOV of commit
|
LCOV of commit
|
…ses. Remove NSC_stk_ISyncObject_WakeOne, NSC_stk_ISyncObject_WakeAll in favor of new IKernelService::Wake API. Introduce STK_USE_MEMMANAGE_HANDLER, STK_USE_HARDFAULT_HANDLER to toggle MemFault and HardFault handling inside STK's driver.
LCOV of commit
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR adds a compete support for the Memory Protection Unit (MPU) on ARMv7-M/ARMv8-M platforms:
There are API breaking changes for
hw::CriticalSectionwhich now requires an instance.Work in progress!