Initial add of i2s_loopback test

This commit is contained in:
xross
2018-01-17 12:08:08 +00:00
parent 1fc3a99f47
commit 41b0cd4448
21 changed files with 1324 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
// Copyright (c) 2016, XMOS Ltd, All rights reserved
#ifndef __debug_conf_h__
#define __debug_conf_h__
#define DEBUG_PRINT_ENABLE_MAIN 1
#define DEBUG_PRINT_ENABLE_AUDIO_IO 0
#endif // __debug_conf_h__