From 9f91e508f14bf1b7f500f97c688d14dd8dc7e39a Mon Sep 17 00:00:00 2001 From: edolomb Date: Fri, 3 Nov 2017 22:40:49 +0000 Subject: Added HAL_USE_TC git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10928 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/ATSAMA5D2/SPI/mcuconf.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'testhal/ATSAMA5D2/SPI/mcuconf.h') diff --git a/testhal/ATSAMA5D2/SPI/mcuconf.h b/testhal/ATSAMA5D2/SPI/mcuconf.h index cc1258a06..f04ef793f 100644 --- a/testhal/ATSAMA5D2/SPI/mcuconf.h +++ b/testhal/ATSAMA5D2/SPI/mcuconf.h @@ -79,6 +79,15 @@ #define SAMA_SERIAL_FLEXCOM3_IRQ_PRIORITY 4 #define SAMA_SERIAL_FLEXCOM4_IRQ_PRIORITY 4 +/* + * TC driver system settings. + */ +#define HAL_USE_TC FALSE +#define SAMA_USE_TC0 FALSE +#define SAMA_USE_TC1 FALSE +#define SAMA_TC0_IRQ_PRIORITY 2 +#define SAMA_TC1_IRQ_PRIORITY 2 + /* * UART driver system settings. */ -- cgit v1.2.3