You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -329,22 +329,22 @@ You may need to fix issues and send a PR to [Mbed OS](https://github.com/ARMmbed
329
329
- 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`.
330
330
331
331
- 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.
333
333
- Binaries should be generated and contributed following the name conventions in the bootloader folder.
334
334
335
335
- Indication of platform support
336
336
- Please update `README.md`fileand add an entry to the list of supported boards.
337
337
338
338
- Test results and other information
339
339
- 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.
342
342
- Mbed OSand Mbed-cloud-client version used during the tests.
343
343
Note contributions will be accepted only against versions available in the example at that time.
344
344
345
345
- Pull-requests are raised against the master branch. The Arm team makes releases regularly.
346
346
347
-
- Pelion-Ready. Indicate if a platformis expected to be marked as Pelion-Ready and therefore be added to the Pelion Quick-start
347
+
- Pelion-Ready. Indicate if a boardis expected to be marked as Pelion-Ready and therefore be added to the Pelion Quick-start.
348
348
349
349
- You agree that the configuration changes contributed are considered open source and Apache 2.0 licensed.
0 commit comments