File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,11 @@ If you'd like to use the term "CircuitPython" and Blinka for your product here i
90
90
* Your product is listed on `circuitpython.org <https://circuitpython.org >`__ (source
91
91
`here <https://github.com/adafruit/circuitpython-org/ >`_). This is to ensure that a user of your
92
92
product can always download the latest version of CircuitPython from the standard place.
93
- * Your product has a user accessible USB plug which appears as a CIRCUITPY drive when plugged in
94
- AND/OR provides file and serial access over Bluetooth Low Energy. Boards that do not support USB
95
- should be clearly marked as BLE-only CircuitPython.
93
+ * Your product supports at least one standard "workflow" for serial and file access:
94
+ * With a user accessible USB plug which appears as a CIRCUITPY drive when plugged in.
95
+ * With file and serial access over Bluetooth Low Energy using the BLE Workflow.
96
+ * With file access over WiFi using the WiFi workflow, and serial access over USB.
97
+ * Boards that do not support the USB workflow should be clearly marked.
96
98
97
99
If you choose not to meet these requirements, then we ask you call your version of CircuitPython
98
100
something else (for example, SuperDuperPython) and not use the Blinka logo. You can say it is
You can’t perform that action at this time.
0 commit comments