Add support for Teensy Audio feature (`build_flags = -D USB_AUDIO`)

This commit is contained in:
Ivan Kravets
2016-10-14 13:30:12 +03:00
parent 9348dc12be
commit d4ab58548f
2 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,7 @@ PlatformIO 3.0
* Development platform `Teensy <https://github.com/platformio/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)
~~~~~~~~~~~~~~~~~~

View File

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