From 566cf12c3f5542c8c67b9b32fc2046de2eadb999 Mon Sep 17 00:00:00 2001 From: Larry Snizek Date: Wed, 14 Mar 2018 17:49:56 +0000 Subject: [PATCH] Apply host directory move in DFU documentation too --- doc_dfu/Makefile | 2 +- doc_dfu/building_xmos_dfu.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_dfu/Makefile b/doc_dfu/Makefile index 0c2678c4..df405939 100644 --- a/doc_dfu/Makefile +++ b/doc_dfu/Makefile @@ -1 +1 @@ -SOURCE_INCLUDE_DIRS=../host/xmosdfu +SOURCE_INCLUDE_DIRS=../lib_xua/host/xmosdfu diff --git a/doc_dfu/building_xmos_dfu.rst b/doc_dfu/building_xmos_dfu.rst index db177023..ee3972ec 100644 --- a/doc_dfu/building_xmos_dfu.rst +++ b/doc_dfu/building_xmos_dfu.rst @@ -4,7 +4,7 @@ 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. +framework, located in lib_xua/host/xmosdfu. The loader is compiled using libusb, the code for the loader is contained in the file ``xmosdfu.cpp``