aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/MSP430X/platform.mk
blob: 832814bbbef458310047e84a0498c8deeed461c4 (plain)
1
2
3
4
5
6
7
8
9
10
# List of all the MSP430X platform files.
PLATFORMSRC = ${CHIBIOS_CONTRIB}/os/hal/ports/MSP430X/hal_lld.c \
              ${CHIBIOS_CONTRIB}/os/hal/ports/MSP430X/hal_st_lld.c \
              ${CHIBIOS_CONTRIB}/os/hal/ports/MSP430X/hal_serial_lld.c \
              ${CHIBIOS_CONTRIB}/os/hal/ports/MSP430X/hal_pal_lld.c \
              ${CHIBIOS_CONTRIB}/os/hal/ports/MSP430X/hal_dma_lld.c \
              ${CHIBIOS_CONTRIB}/os/hal/ports/MSP430X/hal_spi_lld.c 

# Required include directories
PLATFORMINC = ${CHIBIOS_CONTRIB}/os/hal/ports/MSP430X