Skip to content

Commit 2df1aa1

Browse files
author
Marcelo Salazar
authored
Fix minor typos
1 parent 6792447 commit 2df1aa1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,22 +329,22 @@ You may need to fix issues and send a PR to [Mbed OS](https://github.com/ARMmbed
329329
- If required, drivers for networking or storage (non-default) can be added in the `drivers` folder using an external library (.lib). For example `COMPONENT_MYDRIVER.lib` and enabling in `mbed_app.json`.
330330

331331
- Bootloader (required)
332-
- The configuration should be provided in either [mbed-bootloader](https://github.com/ARMmbed/mbed-bootloader) repository (as default configuration) or [bootloader](https://github.com/ARMmbed/mbed-os-example-pelion/tree/master/bootloader) folder in this repository (if non-default). Our recommendation is to contribute to the mbed-bootloader repository whether possible. Please indicate where the bootloader configuration lives.
332+
- The configuration should be provided in either [mbed-bootloader](https://github.com/ARMmbed/mbed-bootloader) repository (as default configuration) or [bootloader](https://github.com/ARMmbed/mbed-os-example-pelion/tree/master/bootloader) folder in this repository (if non-default). Our recommendation is to contribute to the mbed-bootloader repository whenever possible. Please indicate where the bootloader configuration lives.
333333
- Binaries should be generated and contributed following the name conventions in the bootloader folder.
334334

335335
- Indication of platform support
336336
- Please update `README.md` file and add an entry to the list of supported boards.
337337

338338
- Test results and other information
339339
- Attach test logs for required toolchains as documented [here](https://os.mbed.com/docs/mbed-os/latest/tools/index.html)
340-
- Greentea (Mbed OS tests, including integration tests)
341-
- Pelion E2E tests based on pytest
340+
- Greentea (Mbed OS tests, including integration tests).
341+
- Pelion E2E tests based on pytest.
342342
- Mbed OS and Mbed-cloud-client version used during the tests.
343343
Note contributions will be accepted only against versions available in the example at that time.
344344

345345
- Pull-requests are raised against the master branch. The Arm team makes releases regularly.
346346

347-
- Pelion-Ready. Indicate if a platform is expected to be marked as Pelion-Ready and therefore be added to the Pelion Quick-start
347+
- Pelion-Ready. Indicate if a board is expected to be marked as Pelion-Ready and therefore be added to the Pelion Quick-start.
348348

349349
- You agree that the configuration changes contributed are considered open source and Apache 2.0 licensed.
350350

0 commit comments

Comments
 (0)