aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC122x/platform.mk
blob: 9a9853fbd2f9c0d13444c83ce8730702f93e5bb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# List of all the LPC122x platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/LPC122x/hal_lld.c \
              ${CHIBIOS}/os/hal/platforms/LPC122x/gpt_lld.c \
              ${CHIBIOS}/os/hal/platforms/LPC122x/pal_lld.c \
              ${CHIBIOS}/os/hal/platforms/LPC122x/ext_lld.c \
              ${CHIBIOS}/os/hal/platforms/LPC122x/ext_lld_isr.c \
              ${CHIBIOS}/os/hal/platforms/LPC122x/pwm_lld.c \
              ${CHIBIOS}/os/hal/platforms/LPC122x/i2c_lld.c \
              ${CHIBIOS}/os/hal/platforms/LPC122x/rtc_lld.c \
              ${CHIBIOS}/os/hal/platforms/LPC122x/serial_lld.c \
              ${CHIBIOS}/os/hal/platforms/LPC122x/spi_lld.c

# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/LPC122x