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