Skip to content

Update CMSIS/RTX docs #273

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

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
IAR context switch file was added for cortex-M33 in PR #5105
  • Loading branch information
deepikabhavnani committed Sep 28, 2017
commit 481140a61ddb55fc85d5a1820bb00281ef93e0cb
1 change: 1 addition & 0 deletions docs/advanced/cmsis-rtos.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Filename | Description |
`svc_user.c` | Removed as its template file and should not be in our code base |
`rt_OsEventObserver.{c,h}` | Added an interface for uVisor to be notified about certain events from privileged code |
`irq_armv8mbl.S` | IAR toolchain: added file for Cortex M23 core |
`irq_armv8mml.S` | IAR toolchain: added file for Cortex M33 core |

### Other

Expand Down