aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/common/platform.mk
blob: d123a5d0f1d56768fd3f4f078eed117bf172226d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# List of all the template platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/templates/hal_lld.c \
              ${CHIBIOS}/os/hal/templates/hal_adc_lld.c \
              ${CHIBIOS}/os/hal/templates/hal_can_lld.c \
              ${CHIBIOS}/os/hal/templates/hal_dac_lld.c \
              ${CHIBIOS}/os/hal/templates/hal_ext_lld.c \
              ${CHIBIOS}/os/hal/templates/hal_gpt_lld.c \
 			  ${CHIBIOS}/os/hal/templates/hal_i2c_lld.c \
              ${CHIBIOS}/os/hal/templates/hal_i2s_lld.c \
              ${CHIBIOS}/os/hal/templates/hal_icu_lld.c \
              ${CHIBIOS}/os/hal/templates/hal_mac_lld.c \
              ${CHIBIOS}/os/hal/templates/hal_pal_lld.c \
              ${CHIBIOS}/os/hal/templates/hal_pwm_lld.c \
              ${CHIBIOS}/os/hal/templates/hal_rtc_lld.c \
              ${CHIBIOS}/os/hal/templates/hal_sdc_lld.c \
              ${CHIBIOS}/os/hal/templates/hal_serial_lld.c \
              ${CHIBIOS}/os/hal/templates/hal_spi_lld.c \
              ${CHIBIOS}/os/hal/templates/hal_st_lld.c \
              ${CHIBIOS}/os/hal/templates/hal_uart_lld.c \
              ${CHIBIOS}/os/hal/templates/hal_usb_lld.c \
              ${CHIBIOS}/os/hal/templates/hal_wdg_lld.c

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