mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Add support for Teensy Audio feature (`build_flags = -D USB_AUDIO
`)
This commit is contained in:
@ -53,6 +53,7 @@ PlatformIO 3.0
|
|||||||
* Development platform `Teensy <https://github.com/platformio/platform-teensy>`__
|
* Development platform `Teensy <https://github.com/platformio/platform-teensy>`__
|
||||||
|
|
||||||
+ Updated ARM mbed OS to 5.1.4/rev126
|
+ 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)
|
3.1.0 (2016-09-19)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -15,6 +15,7 @@ USB Features
|
|||||||
If you want to use Teensy USB Features, you need to add special
|
If you want to use Teensy USB Features, you need to add special
|
||||||
acros/define using :ref:`projectconf_build_flags`:
|
acros/define using :ref:`projectconf_build_flags`:
|
||||||
|
|
||||||
|
* ``-D USB_AUDIO``
|
||||||
* ``-D USB_HID``
|
* ``-D USB_HID``
|
||||||
* ``-D USB_SERIAL_HID``
|
* ``-D USB_SERIAL_HID``
|
||||||
* ``-D USB_DISK``
|
* ``-D USB_DISK``
|
||||||
|
Reference in New Issue
Block a user