Skip to content

Commit 949f905

Browse files
author
Teppo Järvelin
authored
Merge pull request #94 from ARMmbed/update_readme_boardsupports
Updated readme supported boards as a list.
2 parents c1e504e + dd634dd commit 949f905

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,11 @@ After you have defined `mbed-trace.enable: true`, you can set trace levels by ch
9090

9191
The [generic cellular modem driver](https://github.com/ARMmbed/mbed-os/tree/master/features/netsocket/cellular/generic_modem_driver) this application uses was written using only a standard AT command set. It uses PPP with an Mbed-supported external IP stack. These abilities make the driver essentially generic, or nonvendor specific. However, this particular driver is for onboard-modem types. In other words, the modem exists on the Mbed Enabled target as opposed to plug-in modules (shields). For more details, please see our [Mbed OS cellular documentation](https://os.mbed.com/docs/latest/reference/cellular-api.html).
9292

93-
Examples of Mbed Enabled boards with onboard modem chips include [u-blox C027](https://os.mbed.com/platforms/u-blox-C027/) and [MultiTech MTS Dragonfly](https://os.mbed.com/platforms/MTS-Dragonfly/).
93+
Currently supported boards with onboard modem chips are:
94+
95+
[u-blox C027](https://os.mbed.com/platforms/u-blox-C027/)
96+
[MultiTech MTS Dragonfly](https://os.mbed.com/platforms/MTS-Dragonfly/)
97+
9498

9599
## Compiling the application
96100

0 commit comments

Comments
 (0)