diff --git a/HISTORY.rst b/HISTORY.rst index e60bbeb7..371742e9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -53,6 +53,7 @@ PlatformIO 3.0 * Development platform `Teensy `__ + Updated ARM mbed OS to 5.1.4/rev126 + + Add support for Teensy Audio feature (``build_flags = -D USB_AUDIO``) 3.1.0 (2016-09-19) ~~~~~~~~~~~~~~~~~~ diff --git a/docs/platforms/teensy_extra.rst b/docs/platforms/teensy_extra.rst index 77438896..7f7a1870 100644 --- a/docs/platforms/teensy_extra.rst +++ b/docs/platforms/teensy_extra.rst @@ -15,6 +15,7 @@ USB Features If you want to use Teensy USB Features, you need to add special acros/define using :ref:`projectconf_build_flags`: +* ``-D USB_AUDIO`` * ``-D USB_HID`` * ``-D USB_SERIAL_HID`` * ``-D USB_DISK``