-
Notifications
You must be signed in to change notification settings - Fork 3k
Update cmsis/rtx to version 5.3 #6273
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
8afbd66
[CMSIS_5]: Updated to 49ac527a
bulislaw 4360b7b
CMSIS/RTX: Patch RTX4 to preserve osThreadDef compatibility
bulislaw cc2e051
CMSIS/RTX: Patch RTX so irq_cm4f.s files work with no FPU targets
bulislaw b882548
CMSIS/RTX: Allow overwriting mutex ops for ARMC
bulislaw 287121f
CMSIS/RTX: Pre-processor defines used for assembly
07aad3c
CMSIS/RTX: Adapt Mbed OS to CMSIS/RTX device support scheme
bulislaw 3f1ea4b
CMSIS/RTX: Update idle handler and SysTick ops
bulislaw cb2b91c
CMSIS/RTX: uVisor: Import v0.30.0
Patater 73a9579
RTX5: uVisor: Switch threads very carefully
Patater c250369
RTX5: uVisor: Use OsEventObserver
Patater 86b91be
RTX5: uVisor: Extend thread control block with context
Patater 32d04a0
RTX5: uVisor: Add OsEventObserver
Patater 2f7a841
RTX5: uVisor: Defer to uVisor for SVCall priority
Patater a1fb51c
RTX5: uVisor: Remove static from svcRtxKernelUnlock/Lock to support u…
bulislaw 1752803
CMSIS/RTX: Fix using FALSE/TRUE with preprocesor
bulislaw 6a6e3ac
CMSIS/RTX: Reintroduce arm_math.h
bulislaw 31eee7d
Fix cmsis_importer.json so it works with the newest CMSIS
bulislaw 00a3218
Rename __DOMAIN_NS to DOMAIN_NS to match CMSIS
bulislaw b4d5f0e
CMSIS: Move non-config includes behind PTIM ifdef
bulislaw 38df930
Update wsf_types.h to support updated CMSIS
bulislaw 42b4882
Fix platform failing to build after rebase
bulislaw 076cd42
Update uvisor-tests.txt
orenc17 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bulislaw - Looks like something went wrong with rebase/merge. These defines were recently added to RTE_Components.h and should not be deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, I've just moved it to the right place - aka config file. Let me know if there's specific reason it shouldn't be in the config file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These defines are used to build secure binary for v8 devices and we do not have RTOS support in secure mode. Conf file is not accessible if you add "RTOS" folder in .mbedignore