Skip to content

Commit d827afd

Browse files
author
Amanda Butler
authored
Update rtos.md
Make minor copy edits for active voice, brevity and tone.
1 parent 94ddf60 commit d827afd

File tree

1 file changed

+2
-2
lines changed
  • docs/reference/contributing/target

1 file changed

+2
-2
lines changed

docs/reference/contributing/target/rtos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### RTOS
22

3-
CMSIS/RTX code is imported from <a href="https://github.com/ARM-software/CMSIS_5/" target="_blank">the original CMSIS repository</a> with the help of python script in mbed-os repository `mbed-os\tools\importer\importer.py`.
3+
CMSIS/RTX code is imported from <a href="https://github.com/ARM-software/CMSIS_5/" target="_blank">the original CMSIS repository</a> with the help of Python script in the `mbed-os` repository `mbed-os\tools\importer\importer.py`.
44

55
#### Memory considerations
66

@@ -29,4 +29,4 @@ Due to differences in how the Mbed OS and CMSIS directory structures look, you c
2929

3030
#### Modification
3131

32-
Due to different use cases between Mbed OS and CMSIS, we had to make some modifications to the source code. We've tried to upstream our changes to the CMSIS repository, but in cases where they aren't compatible with CMSIS requirements, we are forced to maintain a small set of changes. Changes are maintained as separate commits in mbed-os, and SHA's are listed in `commit_sha` section of `cmsis_importer.json` file.
32+
Due to different use cases between Mbed OS and CMSIS, we modified the source code. We upstream our changes to the CMSIS repository, but in cases where they aren't compatible with CMSIS requirements, we maintain a small set of changes. We maintain changes as separate commits in `mbed-os`, and SHAs are in the `commit_sha` section of the `cmsis_importer.json` file.

0 commit comments

Comments
 (0)