]> git.karo-electronics.de Git - oswald.git/blobdiff - metawatch/Makefile
Power saving changes, add new fonts, bitmaps and screens
[oswald.git] / metawatch / Makefile
index 583ccb13520091de31996481b21f244f6623f845..aadbb11a129c75dec043db0d9769bea383d98703 100644 (file)
@@ -22,8 +22,8 @@ MEMMODEL   = -mmemory-model=huge -fdata-sections -ffunction-sections # -mdata-re
 #APPCONFIG = -DDIGITAL -DMW_DEVBOARD_V2 -DCC256x_TRANSP
 APPCONFIG = -DDIGITAL -DMW_DIGITAL_V2
 
-BTCC256x_SCRIPT = bluetooth_init_cc2560_2.44.c
-#BTCC256x_SCRIPT = bluetooth_init_cc2564_2.8.c
+#BTCC256x_SCRIPT = bluetooth_init_cc2560_2.44.c
+BTCC256x_SCRIPT = bluetooth_init_cc2564_2.8.c
 
 # List all the source files here
 # eg if you have a source file foo.c then list it here
@@ -37,7 +37,9 @@ OSWALD_SRC = ../ui/oswald_main.c ../ui/oswald_screens.c \
 SOURCES = mw_main.c mw_uart.c mw_lcd.c mw_adc.c mw_bt.c \
        mw_acc.c $(BTCC256x_SCRIPT) \
        bt_hci.c bt_l2cap.c \
-       oswald_hal.c $(OSWALD_SRC)
+       oswald_hal.c $(OSWALD_SRC) \
+       F5xx_F6xx_Core_Lib/HAL_PMM.c \
+       F5xx_F6xx_Core_Lib/HAL_UCS.c
 #      $(BT_SMALLTOOTH_SRC)
 #      $(BT_STACK_SRC) \