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
This repository contains example applications that currently only exist in the Mbed OS docs.
2
+
This repository contains example applications snippets that currently only exist in the Mbed OS docs.
3
+
4
+
## Contributions
5
+
6
+
Contribute the the example folder need to following bellow requirements
7
+
- Every individual example snippet need to contain a compile-able `main.cpp` and placed into one folder with all required files.
8
+
- The path to the folder has to be in the 2 level folder structure `Repo_ROOT/<Level1>/<Level2>/main.cpp` we recommend to following our conventions: `Repo_ROOT/Category_Topic/Module_Example`
9
+
- A `README.md` file in the snippet folder is optional, the main instruction and explanatory documents should be contributed to [mbed-os-docs](https://github.com/ARMmbed/mbed-os-5-docs).
10
+
- the `Level2` folder name, e.g. `<Module_Example>`, need to be unique to any other `Level2` folder in this repository and contains no more than 34 characters.
11
+
- The CI on this repository will check on the above criteria and also make sure the snippets able to be built
0 commit comments