a b
/
mbed-os-example-test
123
CONTRIBUTING.md@100:ec006d6f3cb6, 2019-10-14 (annotated)
- Committer:
- mbed_official
- Date:
- Mon Oct 14 14:00:04 2019 +0100
- Revision:
- 100:ec006d6f3cb6
- Parent:
- 91:3a205782066a
Call `thread_sleep_for` to sleep (#193)
This function allows the application to be built wit the bare metal
profile without requiring `rtos-api` to be added in the list of required libraries.
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-blinky
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 85:b4c5dbbf74e3 | 1 | # Contributing to Mbed OS |
mbed_official | 85:b4c5dbbf74e3 | 2 | |
mbed_official | 85:b4c5dbbf74e3 | 3 | Mbed OS is an open-source, device software platform for the Internet of Things. Contributions are an important part of the platform, and our goal is to make it as simple as possible to become a contributor. |
mbed_official | 85:b4c5dbbf74e3 | 4 | |
mbed_official | 91:3a205782066a | 5 | To encourage productive collaboration, as well as robust, consistent and maintainable code, we have a set of guidelines for [contributing to Mbed OS](https://os.mbed.com/docs/mbed-os/latest/contributing/index.html). |