5 lines
193 B
Makefile
5 lines
193 B
Makefile
|
# List of all the STM32F1xx platform files.
|
||
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F1xx/hal_lld.c
|
||
|
|
||
|
# Required include directories
|
||
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/STM32F0xx
|