From f16c05c42973b4aa462f2d53456a74b6a3603b6d Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 18 Jul 2016 22:20:04 +0300 Subject: [PATCH] Update docs for Teensy USB Features // Issue #722 --- HISTORY.rst | 4 ++-- docs/platforms/teensy_extra.rst | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 5ed2e5c9..bce24a3a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -9,8 +9,8 @@ PlatformIO 2.0 * Added support for Pinoccio Scout board (`issue #52 `_) -* Implemented `Teensy 2.0 USB functionality `__ - (HID, SERIAL_HID, DISK, MIDI, etc.) +* Added support for `Teensy USB Features `__ + (HID, SERIAL_HID, DISK, DISK_SDFLASH, MIDI, etc.) (`issue #722 `_) * Fixed broken LD Script for Element14 chipKIT Pi board (`issue #725 `_) diff --git a/docs/platforms/teensy_extra.rst b/docs/platforms/teensy_extra.rst index f2027038..360ea86c 100644 --- a/docs/platforms/teensy_extra.rst +++ b/docs/platforms/teensy_extra.rst @@ -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``