Enable kernel and all routine to manage the display.
[bertos.git] / boards / sam3x-ek / examples / sam3x-ek_codec / sam3x-ek_codec_user.mk
index bea512096339027c3a6a1aec57dfc5b3c8560229..f9b20400f3d5a7c628dde62479b398ec482c42a8 100644 (file)
@@ -10,10 +10,11 @@ sam3x-ek_codec_PROGRAMMER_PORT = none
 # Files included by the user.
 sam3x-ek_codec_USER_CSRC = \
        $(sam3x-ek_codec_SRC_PATH)/main.c \
-       bertos/cpu/cortex-m3/drv/i2s_sam3.c \
+       $(sam3x-ek_codec_SRC_PATH)/bitmaps.c \
        bertos/cpu/cortex-m3/drv/hsmci_sam3.c \
-       bertos/cpu/cortex-m3/drv/sd_sam3.c \
-       bertos/drv/sd_spi.c \
+       bertos/icons/logo.c \
+       bertos/fonts/gohu.c \
+       bertos/cpu/cortex-m3/drv/dmac_sam3.c \
        #
 
 # Files included by the user.
@@ -42,7 +43,7 @@ sam3x-ek_codec_USER_CPPAFLAGS = \
 
 # Flags included by the user.
 sam3x-ek_codec_USER_CPPFLAGS = \
+       -Os \
        -fno-strict-aliasing \
        -fwrapv \
-       -O2
        #