Skip to content

Commit

Permalink
importer: add CMSIS 5 repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
0xc0170 committed May 11, 2020
1 parent 78b7a05 commit 864a943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/importer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ importer.py script can be used to import code base from different repositories i

### Pre-requisties
1. Get the required repository clone and update it to commit required - the recommended would be to checkout the latest release version in the repository that we are getting an update from.
Note: Repository should be placed outside the mbed-os. For instance CMSIS_5 repo would be at the same level as mbed-os repository (`update/mbed-os` and update/CMSIS_5)
Note: Repository should be placed outside the mbed-os. For instance [CMSIS_5](https://github.com/ARM-software/CMSIS_5) repository would be at the same level as mbed-os repository (`update/mbed-os` and update/CMSIS_5)
2. Create json file as per template

### JSON file template
Expand Down

0 comments on commit 864a943

Please sign in to comment.