Merge master into uac1_control_descriptor_name

This commit is contained in:
Larry Snizek
2017-10-06 17:46:52 +01:00
4 changed files with 7 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ sc_usb_audio Change Log
7.3.0
-----
- CHANGE: Example OSX DFU host app updated to now can PID as runtime
- CHANGE: Example OSX DFU host app updated to now take PID as runtime
argument. This enabled multiple XMOS devices to be attached to the host
during DFU process

View File

@@ -1,7 +1,7 @@
.. _usb_audiosec_building_xmos_dfu:
Building the XMOS DFU loader - OS X
===================================
Building the XMOS DFU loader - macOS
====================================
The XMOS DFU loader is provided as source as part of the USB Audio
framework, located in sc_usb_audio/module_dfu/host/xmos_dfu_osx.

View File

@@ -6,5 +6,5 @@ DFU loader for XMOS USB AUDIO devices
Overview <overview>
Creating factory and upgrade images with XFLASH <factory_image>
Using the DFU loader - Windows (via the Thesycon driver) <thesycon_dfu>
Using the DFU loader - OS X (via the XMOS DFU loader) <xmos_dfu>
Building the XMOS DFU loader - OS X <building_xmos_dfu>
Using the DFU loader - macOS (via the XMOS DFU loader) <xmos_dfu>
Building the XMOS DFU loader - macOS <building_xmos_dfu>

View File

@@ -1,5 +1,5 @@
Using the DFU loader - OS X (via the XMOS DFU loader)
=====================================================
Using the DFU loader - macOS (via the XMOS DFU loader)
======================================================
The XMOS DFU loader is provided as source as part of the XMOS USB Audio software
framework, see :ref:`usb_audiosec_building_xmos_dfu`.