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