From ef809b45c0178be455f3c98c1889dbc7913fc307 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 13 Mar 2015 09:53:02 +0000 Subject: Separate version numbers for HAL. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7765 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/hal.h | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'os/hal/include') diff --git a/os/hal/include/hal.h b/os/hal/include/hal.h index 6c346da9d..bca194904 100644 --- a/os/hal/include/hal.h +++ b/os/hal/include/hal.h @@ -87,12 +87,25 @@ /* Driver constants. */ /*===========================================================================*/ +/** + * @name HAL identification + * @{ + */ +#define _HAL_ + +#define HAL_VERSION "3.0.0dev" + +#define CH_HAL_MAJOR 3 +#define CH_HAL_MINOR 0 +#define CH_HAL_PATCH 0 +/** @} */ + /** * @name Return codes * @{ */ -#define HAL_SUCCESS false -#define HAL_FAILED true +#define HAL_SUCCESS false +#define HAL_FAILED true /** @} */ /*===========================================================================*/ -- cgit v1.2.3