Resolving build issues due to moving from custom/devicedefines.h to conf headers. Also removed i_audMan

This commit is contained in:
xross
2017-10-31 16:00:29 +00:00
parent e98fffd966
commit 420150f737
32 changed files with 92 additions and 106 deletions

View File

@@ -67,7 +67,7 @@ int main()
on tile[1]: XUA_Buffer(c_ep_out[1], c_ep_in[1], c_sof, c_aud_ctl, p_for_mclk_count, c_aud);
/* IOHub core does most of the audio IO i.e. I2S (also serves as a hub for all audio) */
on tile[0]: XUA_AudioHub(c_aud, null);
on tile[0]: XUA_AudioHub(c_aud);
}
return 0;

View File

@@ -1,12 +0,0 @@
/* Required by lib_xua at the moment. To be replaced with lib_xua_conf.h"
*/
// Copyright (c) 2016, XMOS Ltd, All rights reserved
#ifndef __custom_defines_h__
#define __custom_defines_h__
#endif // __custom_defines_h__

View File

@@ -2,8 +2,8 @@
#include <platform.h>
#include <timer.h>
#include "audiohw.h"
#include "customdefines.h"
#include "xua.h"
#include "i2c_shared.h"
#include "cs5368.h"