2020-03-19 01:33:17 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = STM32F103
|
2020-01-02 22:58:34 +00:00
|
|
|
|
|
|
|
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
|
|
|
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|
2020-03-19 01:33:17 +00:00
|
|
|
|
|
|
|
# project specific files
|
|
|
|
SRC = matrix.c \
|
|
|
|
led.c
|