Updates to AN00247

This commit is contained in:
xross
2018-03-29 17:25:36 +01:00
parent 1832d8c870
commit 6e8ec4b25e
5 changed files with 50 additions and 274 deletions

View File

@@ -10,7 +10,7 @@ XCC_FLAGS = -fcomment-asm -Xmapper --map -Xmapper MAPFILE -O3 -report -fsubword-
# The USED_MODULES variable lists other module used by the application. These
# modules will extend the SOURCE_DIRS, INCLUDE_DIRS and LIB_DIRS variables.
# Modules are expected to be in the directory above the BASE_DIR directory.
USED_MODULES = lib_xua lib_device_control lib_xud lib_spdif module_i2c_shared module_i2c_single_port module_locks
USED_MODULES = lib_xua lib_xud lib_spdif
#=============================================================================
# The following part of the Makefile includes the common build infrastructure