Skip to content

Commit cf4ebf5

Browse files
authored
[Exporter docs] index.json update instructions
1 parent c57427f commit cf4ebf5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/exporters.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,12 @@ The dname (device name) field on line 156 directly corresponds to that in the Uv
5353
##### IAR
5454
[`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.
5555

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

59+
`mbed export -i [IDE] --update-packs`
60+
61+
You should include the changes to `index.json` in your PR that adds support for the new target.
5762

5863

5964

0 commit comments

Comments
 (0)