From e181b778b67c4c8165160a1a61c827b59e874243 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 17 Mar 2020 08:58:34 +0000 Subject: [PATCH] Marked subsystems as stable. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@13435 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/ex/include/ex.h | 2 +- os/hal/include/hal.h | 2 +- os/nil/include/ch.h | 2 +- os/oslib/include/chlib.h | 2 +- os/rt/include/ch.h | 2 +- os/sb/host/sb.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/os/ex/include/ex.h b/os/ex/include/ex.h index 3748416ee..8c521c4a2 100644 --- a/os/ex/include/ex.h +++ b/os/ex/include/ex.h @@ -41,7 +41,7 @@ /** * @brief Stable release flag. */ -#define CH_EX_STABLE 0 +#define CH_EX_STABLE 1 /** * @name ChibiOS/EX version identification diff --git a/os/hal/include/hal.h b/os/hal/include/hal.h index 289a1cf38..c77fbb072 100644 --- a/os/hal/include/hal.h +++ b/os/hal/include/hal.h @@ -190,7 +190,7 @@ /** * @brief Stable release flag. */ -#define CH_HAL_STABLE 0 +#define CH_HAL_STABLE 1 /** * @name ChibiOS/HAL version identification diff --git a/os/nil/include/ch.h b/os/nil/include/ch.h index 766bda006..0e407bfc4 100644 --- a/os/nil/include/ch.h +++ b/os/nil/include/ch.h @@ -44,7 +44,7 @@ /** * @brief Stable release flag. */ -#define CH_KERNEL_STABLE 0 +#define CH_KERNEL_STABLE 1 /** * @name ChibiOS/NIL version identification diff --git a/os/oslib/include/chlib.h b/os/oslib/include/chlib.h index b24b7c7b0..d47efb2b1 100644 --- a/os/oslib/include/chlib.h +++ b/os/oslib/include/chlib.h @@ -43,7 +43,7 @@ /** * @brief Stable release flag. */ -#define CH_OSLIB_STABLE 0 +#define CH_OSLIB_STABLE 1 /** * @name ChibiOS/LIB version identification diff --git a/os/rt/include/ch.h b/os/rt/include/ch.h index 541b76270..eb7e6c3e5 100644 --- a/os/rt/include/ch.h +++ b/os/rt/include/ch.h @@ -39,7 +39,7 @@ /** * @brief Stable release flag. */ -#define CH_KERNEL_STABLE 0 +#define CH_KERNEL_STABLE 1 /** * @name ChibiOS/RT version identification diff --git a/os/sb/host/sb.h b/os/sb/host/sb.h index 967f28e26..5b58fbd3a 100644 --- a/os/sb/host/sb.h +++ b/os/sb/host/sb.h @@ -40,7 +40,7 @@ /** * @brief Stable release flag. */ -#define CH_SB_STABLE 0 +#define CH_SB_STABLE 1 /** * @name ChibiOS/SE version identification