blob: 4a757bcc9132782fec0089e93fa65f6dbb2db9f6 (
plain)
1
2
3
4
5
6
7
8
9
|
# MCU name
MCU = STM32F103
# Enter lower-power sleep mode when on the ChibiOS idle thread
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
# project specific files
SRC = matrix.c \
led.c
|