From 854190efe47e92be705d8b83b65897c22b677b2b Mon Sep 17 00:00:00 2001 From: edolomb Date: Fri, 3 Nov 2017 22:41:25 +0000 Subject: Added HAL_USE_TC git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10930 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/ATSAMA5D2/UART/mcuconf.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'testhal/ATSAMA5D2') diff --git a/testhal/ATSAMA5D2/UART/mcuconf.h b/testhal/ATSAMA5D2/UART/mcuconf.h index b2eec8203..3324bccd9 100644 --- a/testhal/ATSAMA5D2/UART/mcuconf.h +++ b/testhal/ATSAMA5D2/UART/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