Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: README.md
- Revision:
- 101:eaeb5760ee04
- Parent:
- 92:66d4b2417747
- Child:
- 102:77951b775883
--- a/README.md Wed Aug 29 08:00:08 2018 +0100 +++ b/README.md Fri Aug 31 13:30:07 2018 +0100 @@ -16,6 +16,20 @@ cd mbed-os-example-mesh-minimal ``` +### Adding connectivity driver + +This application requires 802.15.4 RF driver to be provided for the networking stack. Driver can be either external, or provided by the Mbed OS. + +External driver can be added by calling + +``` +mbed add <driver> +``` + +For example MCR20A RF driver is added by calling `mbed add mcr20a-rf-driver` + +Atmel AT86RF driver is added by calling `mbed add atmel-rf-driver` + ### Change the channel settings (optional) See the file `mbed_app.json` for an example of defining an IEEE 802.15.4 channel to use.