forked from platformio/platformio-core
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
|
||||
(`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>`__
|
||||
(HID, SERIAL_HID, DISK, MIDI, etc.)
|
||||
* Added support for `Teensy USB Features <http://docs.platformio.org/en/latest/platforms/teensy.html#usb-features>`__
|
||||
(HID, SERIAL_HID, DISK, DISK_SDFLASH, MIDI, etc.)
|
||||
(`issue #722 <https://github.com/platformio/platformio/issues/722>`_)
|
||||
* Fixed broken LD Script for Element14 chipKIT Pi board
|
||||
(`issue #725 <https://github.com/platformio/platformio/issues/725>`_)
|
||||
|
@ -9,11 +9,11 @@
|
||||
See the License for the specific language governing permissions and
|
||||
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
|
||||
add special macros/define using :ref:`projectconf_build_flags`:
|
||||
If you want to use Teensy USB Features, you need to add special
|
||||
acros/define using :ref:`projectconf_build_flags`:
|
||||
|
||||
* ``-D USB_HID``
|
||||
* ``-D USB_SERIAL_HID``
|
||||
|
Reference in New Issue
Block a user