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

# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/ports/AVR