Update docs for Teensy USB Features // Issue #722

This commit is contained in:
Ivan Kravets
2016-07-18 22:20:04 +03:00
parent d7fa255166
commit f16c05c429
2 changed files with 6 additions and 6 deletions

View File

@ -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>`_)

View File

@ -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``