You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/exporters.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,12 @@ The dname (device name) field on line 156 directly corresponds to that in the Uv
53
53
##### IAR
54
54
[`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.
55
55
56
+
##### Updating index.json
57
+
You can regenerate `index.json` to contain a newly made CMSIS pack with the following command:
56
58
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.
0 commit comments