From d39b1c2290b255cfbbcbe2c58eda0fea34903d31 Mon Sep 17 00:00:00 2001 From: edolomb Date: Wed, 21 Feb 2018 20:59:01 +0000 Subject: Now demo works in DDR git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11534 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/ATSAMA5D2/UART/mcuconf.h | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'testhal/ATSAMA5D2/UART/mcuconf.h') diff --git a/testhal/ATSAMA5D2/UART/mcuconf.h b/testhal/ATSAMA5D2/UART/mcuconf.h index 4466ef90b..2e50baab8 100644 --- a/testhal/ATSAMA5D2/UART/mcuconf.h +++ b/testhal/ATSAMA5D2/UART/mcuconf.h @@ -23,7 +23,7 @@ * HAL driver system settings. */ #define SAMA_HAL_IS_SECURE TRUE -#define SAMA_NO_INIT FALSE +#define SAMA_NO_INIT TRUE #define SAMA_MOSCRC_ENABLED FALSE #define SAMA_MOSCXT_ENABLED TRUE #define SAMA_MOSC_SEL SAMA_MOSC_MOSCXT @@ -35,6 +35,23 @@ #define SAMA_PLLADIV2_EN TRUE #define SAMA_H64MX_H32MX_RATIO 2 +/* + * ST driver settings. + */ +#define SAMA_ST_USE_PIT FALSE +#define SAMA_ST_USE_TC0 FALSE +#define SAMA_ST_USE_TC1 TRUE + +/* + * SECUMOD driver system settings. + */ +#define HAL_USE_SECUMOD FALSE + +/* + * SDMMC driver system settings. + */ +#define HAL_USE_SDMMC FALSE + /* * SPI driver system settings. */ -- cgit v1.2.3