Update AVR tiny platform path according the new architecture and correct comment.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10417 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Theodore Ateba 2017-08-13 14:19:31 +00:00
parent 6580d6f6da
commit 0d4535dc1a
1 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
# List of all the AVR platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/AVR/TINY/hal_lld.c
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/AVR/TINY/ATTinyxxx/hal_lld.c
# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/ports/AVR/MEGA
PLATFORMINC = ${CHIBIOS}/os/hal/ports/AVR/TINY/ATTinyxxx/
# Drivers compatible with the platform.
PLATFORMINC = ${CHIBIOS}/os/hal/ports/AVR/TINY
include ${CHIBIOS}/os/hal/ports/AVR/TINY/GPIOv1/driver.mk
include ${CHIBIOS}/os/hal/ports/AVR/TINY/TIMv1/driver.mk
include ${CHIBIOS}/os/hal/ports/AVR/TINY/USARTv1/driver.mk
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