We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40f5de commit c3a7367Copy full SHA for c3a7367
platforms/teensy_extra.rst
@@ -92,3 +92,19 @@ Example:
92
build_flags = -D USB_RAWHID
93
94
See `Teensy USB Examples <https://www.pjrc.com/teensy/usb_debug_only.html>`_.
95
+
96
+Uploading using CLI
97
+~~~~~~~~~~~~~~~~~~~
98
99
+By default the Teensy platform uses the graphical version of the Teensy upload tools.
100
+For cases where the GUI tools cannot be used (e.g. headless OS) the native Teensy
101
+Loader tool is also available in a command line version which can be enabled directly
102
+in your project configuration, for example:
103
104
+.. code-block:: ini
105
106
+ [env:teensy36]
107
+ platform = teensy
108
+ framework = arduino
109
+ board = teensy36
110
+ upload_protocol = teensy-cli
0 commit comments