More logic works now
This commit is contained in:
parent
4491f72afd
commit
2a6ce07104
2 changed files with 62 additions and 23 deletions
1
Makefile
1
Makefile
|
|
@ -37,6 +37,7 @@ LIBS =
|
|||
#LIBS += -lrdimon
|
||||
|
||||
CFLAGS += -DSTM32F103xB -DHSE_VALUE=8000000 -DLSE_VALUE=32768
|
||||
CFLAGS += -DCOMPILE_TIME=$(shell date +%s) -DTARGET_DATE=$(shell date -d 'Aug 17 00:00:00 CEST 2019' +%s)
|
||||
|
||||
LDFLAGS += -Tstm32_flash.ld
|
||||
CFLAGS += -I$(CMSIS_DEV_PATH)/Include -I$(CMSIS_PATH)/Include -I$(HAL_PATH)/Inc -Iconfig -Wno-unused -I../common
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue