Skip to content

Commit 12a1d28

Browse files
Update README with more info about old SoftDevice branch.
1 parent 301ea7b commit 12a1d28

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is a basic Mbed OS project for [micro:bit V2](https://microbit.org/new-micr
2121

2222
- git
2323
- [Arm GCC](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads)
24-
- v9.3.1 is the last tested version
24+
- v7.3.1 is the oldest and v10.2.1 the last tested versions
2525
- Python 3
2626
- pip (version >= 10.0)
2727
- [Mbed CLI](https://github.com/ARMmbed/mbed-cli)
@@ -33,7 +33,7 @@ This is a basic Mbed OS project for [micro:bit V2](https://microbit.org/new-micr
3333
### Install dependencies
3434

3535
Install mbed-cli using one of the methods from the official documentation:
36-
https://os.mbed.com/docs/mbed-os/v5.12/tools/developing-mbed-cli.html
36+
https://os.mbed.com/docs/mbed-os/v6.15/build-tools/install-and-set-up.html
3737

3838
The manual installation (in a Python 3 virtual environment) is the prefer method.
3939

@@ -113,9 +113,10 @@ delete the mbed cache by removing `~/.mbed/`.
113113
This repo is currently configured Mbed OS to version
114114
[6.13.0]((https://github.com/ARMmbed/mbed-os/releases/tag/mbed-os-6.14.0)).
115115

116-
The branch `xxxx` (commit `6adcd80982dbf5c2a2ef876d21d0f4a08db91644`) is
117-
configured to [v5.12.4](https://github.com/ARMmbed/mbed-os/releases/tag/mbed-os-5.12.4),
118-
as this is the last Mbed OS version to support Soft Device.
116+
The branch `mbedos-softdevice` (commit
117+
`9e185e9388cdd634ac4cc38f92a0bbf73af9c5b3`) is configured to
118+
[v5.12.4](https://github.com/ARMmbed/mbed-os/releases/tag/mbed-os-5.12.4), as
119+
this is the last Mbed OS version to support the Nordic Soft Device (BLE stack).
119120

120121
### Mbed OS RTOS
121122

@@ -169,6 +170,7 @@ Some files originated from the
169170
[Mbed OS project](https://github.com/ARMmbed/mbed-os), their copyright and
170171
license has been preserved in each file header.
171172
173+
172174
## Code of Conduct
173175
174176
Trust, partnership, simplicity and passion are our core values we live and

0 commit comments

Comments
 (0)