Skip to content

Commit

Permalink
Merge pull request #3350 from sarahmarshy/patch-9
Browse files Browse the repository at this point in the history
[Exporter docs] index.json update instructions
  • Loading branch information
0xc0170 committed Dec 2, 2016
2 parents 8fd363d + cf4ebf5 commit 1fd2402
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/exporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@ The dname (device name) field on line 156 directly corresponds to that in the Uv
##### IAR
[`tools/export/iar/iar_definitions.json`](https://github.com/ARMmbed/mbed-os/blob/master/tools/export/iar/iar_definitions.json) utilizes this device name to store information necessary to set the target in an IAR project.

##### Updating index.json
You can regenerate `index.json` to contain a newly made CMSIS pack with the following command:

`mbed export -i [IDE] --update-packs`

You should include the changes to `index.json` in your PR that adds support for the new target.



Expand Down

0 comments on commit 1fd2402

Please sign in to comment.