From e351308f44bb293075c1ba40d1757047ee644874 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 21 Jan 2019 21:11:16 +0000 Subject: Mass update of configuration files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12575 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/cfg/chconf.h | 7 +++---- demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/cfg/halconf.h | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'demos/ATSAMA5D2') diff --git a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/cfg/chconf.h b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/cfg/chconf.h index d936ca751..78a5205f9 100755 --- a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/cfg/chconf.h +++ b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/cfg/chconf.h @@ -15,7 +15,7 @@ */ /** - * @file templates/chconf.h + * @file rt/templates/chconf.h * @brief Configuration file template. * @details A copy of this file must be placed in each project directory, it * contains the application specific kernel settings. @@ -53,7 +53,6 @@ */ #if !defined(CH_CFG_ST_FREQUENCY) #define CH_CFG_ST_FREQUENCY 10000 -//#define CH_CFG_ST_FREQUENCY (83000000 / 32) /* tick-less. */ #endif /** @@ -361,7 +360,7 @@ #endif /** - * @brief Objects FIFOs APIs. + * @brief Objects FIFOs APIs. * @details If enabled then the objects FIFOs APIs are included * in the kernel. * @@ -597,7 +596,7 @@ * @details User initialization code added to the @p chSysInit() function * just before interrupts are enabled globally. */ -#define CH_CFG_SYSTEM_INIT_HOOK(tp) { \ +#define CH_CFG_SYSTEM_INIT_HOOK() { \ /* Add threads initialization code here.*/ \ } diff --git a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/cfg/halconf.h b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/cfg/halconf.h index c802ce49c..ecd2ade5c 100644 --- a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/cfg/halconf.h +++ b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/cfg/halconf.h @@ -29,7 +29,7 @@ #define HALCONF_H #define _CHIBIOS_HAL_CONF_ -#define _CHIBIOS_HAL_CONF_VER_6_0_ +#define _CHIBIOS_HAL_CONF_VER_7_0_ #include "mcuconf.h" -- cgit v1.2.3