Skip to content

Commit 2547b86

Browse files
author
Ari Parkkila
committed
Updated mbed-os.lib to point to mbed-os/master by default
1 parent 72f3fd0 commit 2547b86

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ If you like to add more traces or follow the current ones you can turn traces on
7373

7474
```"target_overrides": {
7575
"*": {
76-
"target.features_add": ["LWIP"],
7776
"mbed-trace.enable": true,
7877
```
7978

@@ -98,6 +97,19 @@ Currently supported boards with onboard modem chips are:
9897

9998
## Compiling the application
10099

100+
The master branch is for daily development and it uses the latest mbed-os/master.
101+
102+
To use the latest stable version update to a Mbed OS release tag, for example:
103+
104+
```
105+
mbed releases
106+
* mbed-os-5.10.4
107+
...
108+
mbed update mbed-os-5.10.4
109+
```
110+
111+
You may need to use `--clean` option to discard your local changes (use with caution).
112+
101113
Use Mbed CLI commands to generate a binary for the application. For example, in the case of GCC, use the following command:
102114

103115
```sh

mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#2fd0c5cfbd83fce62da6308f9d64c0ab64e1f0d6
1+
https://github.com/ARMmbed/mbed-os/

0 commit comments

Comments
 (0)