aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR/TINY/ATTinyxxx/platform.mk
blob: 87a6a5876a89da05fbb71a595b1d64fce72a8fd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# List of all the AVR platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/AVR/TINY/ATTinyxxx/hal_lld.c

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

# Drivers compatible with the platform.
PLATFORMINC = ${CHIBIOS}/os/hal/ports/AVR/TINY/ATTinyxxx/
include ${CHIBIOS}/os/hal/ports/AVR/TINY/LLD/GPIOv1/driver.mk
include ${CHIBIOS}/os/hal/ports/AVR/TINY/LLD/TIMv1/driver.mk
include ${CHIBIOS}/os/hal/ports/AVR/TINY/LLD/USARTv1/driver.mk

# Shared variables
ALLCSRC += $(PLATFORMSRC)
ALLINC  += $(PLATFORMINC)