Skip to content

Commit da4bfa6

Browse files
committed
added trademark information
1 parent 028a9c6 commit da4bfa6

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

contribution-templates/README.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,52 @@ You should use the following markdown styling for our content:
116116

117117
***Note that we are not including cursive writing as a markdown style. We implore you not to use cursive as a means to highlight text. Instead use bold.***
118118

119+
## Trademark Guidelines
120+
121+
If you want to include unit symbols or trademarked names in your content, please follow these guidelines.
122+
123+
### Units
124+
125+
For all unit symbols, make sure to include a space between the number and the symbol.
126+
127+
Wrong: `1.75μm pixel size`
128+
129+
Right: `1.75 μm pixel size`
130+
131+
|Unit|Symbol|
132+
|----|------|
133+
|kilobyte|kB|
134+
|megabyte|MB|
135+
|micrometers|μm|
136+
137+
### Trademarks
138+
139+
140+
|Trademark|Source of information|
141+
|---------|---------------------|
142+
|Arduino®|https://www.arduino.cc/en/trademark|
143+
|Bluetooth® / Bluetooth® Low Energy|https://www.bluetooth.com/develop-with-bluetooth/marketing-branding/|
144+
|Wi-Fi®|https://www.wi-fi.org/who-we-are/our-brands|
145+
|LoRa®|https://blog.semtech.com/how-to-name-and-brand-your-lora-application|
146+
|LoRaWAN®|https://lora-alliance.org/resource_hub/lora-alliance-marks-logo-usage-policy-and-guidelines/|
147+
|Arm® / Cortex®|https://www.arm.com/company/policies/trademarks/arm-trademark-list|
148+
|MathWorks®|https://www.mathworks.com/company/aboutus/policies_statements/trademarks.html|
149+
|Microchip®|https://www.microchip.com/en-us/about/legal-information/microchip-trademarks|
150+
|Python®|https://www.python.org/psf/trademarks/|
151+
|Arm® Mbed™ OS|https://www.arm.com/company/policies/trademarks/arm-trademark-list/mbed-trademark|
152+
|TensorFlow|https://www.tensorflow.org/extras/tensorflow_brand_guidelines.pdf|
153+
154+
155+
### Other
156+
157+
These are some other naming structures that we recommend using:
158+
159+
* OpenMV
160+
* MicroPython
161+
* OTA (Over-the-air)
162+
* USB-_ (A/B/C)
163+
*
164+
119165
<!--
120166
121167
## Graphics

0 commit comments

Comments
 (0)