X-Git-Url: https://git.karo-electronics.de/?p=oswald.git;a=blobdiff_plain;f=metawatch%2FMakefile;fp=metawatch%2FMakefile;h=aadbb11a129c75dec043db0d9769bea383d98703;hp=583ccb13520091de31996481b21f244f6623f845;hb=1b5790095c23913d02531727e47b79af3568e0b1;hpb=3e320aaa4175a0ed469581f1dea2eac35b390878 diff --git a/metawatch/Makefile b/metawatch/Makefile index 583ccb1..aadbb11 100644 --- a/metawatch/Makefile +++ b/metawatch/Makefile @@ -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) \