Further Audiohub tidyups. I2S ports params. Documentation updates inline.

This commit is contained in:
xross
2018-03-09 16:11:18 +00:00
parent 961d890b2c
commit b66e9cdc60
11 changed files with 3313 additions and 3131 deletions

View File

@@ -1,5 +1,8 @@
// Copyright (c) 2017-2018, XMOS Ltd, All rights reserved
#ifndef _XUA_CONF_H_
#define _XUA_CONF_H_
#define NUM_USB_CHAN_OUT 2
#define NUM_USB_CHAN_IN 2
#define I2S_CHANS_DAC 2
@@ -22,3 +25,5 @@
#define AUDIO_CLASS_FALLBACK 0
#define BCD_DEVICE 0x1234
#define XUA_DFU_EN 0
#endif