mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Update docs for Teensy USB Features // Issue #722
This commit is contained in:
@ -9,8 +9,8 @@ PlatformIO 2.0
|
|||||||
|
|
||||||
* Added support for Pinoccio Scout board
|
* Added support for Pinoccio Scout board
|
||||||
(`issue #52 <https://github.com/platformio/platformio/issues/52>`_)
|
(`issue #52 <https://github.com/platformio/platformio/issues/52>`_)
|
||||||
* Implemented `Teensy 2.0 USB functionality <http://docs.platformio.org/en/latest/platforms/teensy.html#teensy-2-0-and-usb>`__
|
* Added support for `Teensy USB Features <http://docs.platformio.org/en/latest/platforms/teensy.html#usb-features>`__
|
||||||
(HID, SERIAL_HID, DISK, MIDI, etc.)
|
(HID, SERIAL_HID, DISK, DISK_SDFLASH, MIDI, etc.)
|
||||||
(`issue #722 <https://github.com/platformio/platformio/issues/722>`_)
|
(`issue #722 <https://github.com/platformio/platformio/issues/722>`_)
|
||||||
* Fixed broken LD Script for Element14 chipKIT Pi board
|
* Fixed broken LD Script for Element14 chipKIT Pi board
|
||||||
(`issue #725 <https://github.com/platformio/platformio/issues/725>`_)
|
(`issue #725 <https://github.com/platformio/platformio/issues/725>`_)
|
||||||
|
@ -9,11 +9,11 @@
|
|||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
|
|
||||||
Teensy 2.0 and USB
|
USB Features
|
||||||
------------------
|
------------
|
||||||
|
|
||||||
If you want to implement USB functionality using Teensy 2.0, you need to
|
If you want to use Teensy USB Features, you need to add special
|
||||||
add special macros/define using :ref:`projectconf_build_flags`:
|
acros/define using :ref:`projectconf_build_flags`:
|
||||||
|
|
||||||
* ``-D USB_HID``
|
* ``-D USB_HID``
|
||||||
* ``-D USB_SERIAL_HID``
|
* ``-D USB_SERIAL_HID``
|
||||||
|
Reference in New Issue
Block a user