@@ -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
3535Install 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
3838The manual installation (in a Python 3 virtual environment) is the prefer method.
3939
@@ -113,9 +113,10 @@ delete the mbed cache by removing `~/.mbed/`.
113113This 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
170171license has been preserved in each file header.
171172
173+
172174## Code of Conduct
173175
174176Trust, partnership, simplicity and passion are our core values we live and
0 commit comments