From 659f8e0013bfba5293276342b2bd4d68e533f7f3 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Fri, 6 Oct 2017 10:38:47 +0100 Subject: [PATCH 1/3] Changelog typo --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b2bf6c0b..74a5311a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,7 +13,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 From 9bdfc5db9fabe631e6bc038fc30f150143748ab8 Mon Sep 17 00:00:00 2001 From: xross Date: Fri, 6 Oct 2017 11:05:42 +0100 Subject: [PATCH 2/3] Version bump in changelog --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 74a5311a..eae38fb5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ sc_usb_audio Change Log ======================= +7.5.1 +----- + - ADDED: Linux Makefile for xmosdfu host application + - ADDED: Raspberry Pi Makefile for xmosdfu host application + 7.4.1 ----- - RESOLVED: Exception due to null chanend when using NO_USB From f65fde0474a1d03a8c40f4d66c269ddf90ebb822 Mon Sep 17 00:00:00 2001 From: Larry Snizek Date: Fri, 6 Oct 2017 17:44:40 +0100 Subject: [PATCH 3/3] Change "OS X" to "macOS" in documentation --- module_dfu/doc/building_xmos_dfu.rst | 4 ++-- module_dfu/doc/index.rst | 4 ++-- module_dfu/doc/xmos_dfu.rst | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/module_dfu/doc/building_xmos_dfu.rst b/module_dfu/doc/building_xmos_dfu.rst index fe34c9e0..db177023 100644 --- a/module_dfu/doc/building_xmos_dfu.rst +++ b/module_dfu/doc/building_xmos_dfu.rst @@ -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. diff --git a/module_dfu/doc/index.rst b/module_dfu/doc/index.rst index 045a0a27..bb185281 100644 --- a/module_dfu/doc/index.rst +++ b/module_dfu/doc/index.rst @@ -6,5 +6,5 @@ DFU loader for XMOS USB AUDIO devices Overview Creating factory and upgrade images with XFLASH Using the DFU loader - Windows (via the Thesycon driver) - Using the DFU loader - OS X (via the XMOS DFU loader) - Building the XMOS DFU loader - OS X + Using the DFU loader - macOS (via the XMOS DFU loader) + Building the XMOS DFU loader - macOS diff --git a/module_dfu/doc/xmos_dfu.rst b/module_dfu/doc/xmos_dfu.rst index 086939c8..f32b79bb 100644 --- a/module_dfu/doc/xmos_dfu.rst +++ b/module_dfu/doc/xmos_dfu.rst @@ -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`.