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
6.[Automating toolchain and target selection](#automating-toolchain-and-target-selection)
31
+
1.[Testing](#Testing)
32
32
1.[Exporting to desktop IDEs](#exporting-to-desktop-ides)
33
33
1.[Known limitations](#known-limitations)
34
34
@@ -204,11 +204,11 @@ $ mbed remove text-lcd
204
204
205
205
### Updating programs and libraries
206
206
207
-
__Synchronizing library references__
207
+
#### Synchronizing library references
208
208
209
209
Before triggering an update you might want to synchronize any changes that you've made to the program structure by running ``mbed sync``, which will update the necessary library references and get rid of the invalid ones.
210
210
211
-
__Updated scenarios__
211
+
#### Update scenarios
212
212
213
213
There are two main scenarios when updating:
214
214
* Update to a *moving* revision, e.g. the tip of a branch
0 commit comments