6 lines
191 B
Makefile
6 lines
191 B
Makefile
|
# List of all the STM32 platform files.
|
||
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32L1xx/hal_lld.c
|
||
|
|
||
|
# Required include directories
|
||
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/STM32L1xx
|