Skip to content

Commit 8e0f754

Browse files
author
Amanda Butler
authored
Edit migrate-from-mbed-os-2-to-5.md
Edit section about migrating to Mbed OS bare metal, mostly for consistent branding.
1 parent caacff2 commit 8e0f754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/migrate-from-mbed-os-2-to-5.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,9 @@ Now, the program successfully compiles.
349349

350350
Although the program or library now compiles successfully, runtime errors may still be present. Please visit the [compile-time errors tutorial](compile-time-errors.html#runtime-errors-and-lights-of-the-dead) for further debugging tips about common errors.
351351

352-
### Enable Bare-metal
352+
### Enabling Mbed OS bare metal
353353

354-
Enabling bare-metal profile allows you to build mbed-os without an rtos. In order to enable it, you have to complete the migration to `Mbed OS 5`. Once the migration is completed, you can enable bare-metal by creating an `mbed-app.json` with the following contents:
354+
Enabling the Mbed OS bare metal profile allows you to build Mbed OS without an RTOS. To enable it, you have to complete the migration to `Mbed OS 5`. Once the migration is complete, you can enable Mbed OS bare metal by creating an `mbed-app.json` with the following contents:
355355

356356
```
357357
{

0 commit comments

Comments
 (0)