From 0790d74dc2f8ca348e49a21ef80caf671726a4e9 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Thu, 18 Nov 2021 14:54:14 -0500 Subject: [PATCH] Bump to v1.6.0-rc4+dev6 --- README.md | 6 ++++++ fsw/mcp750-vxworks/inc/psp_version.h | 10 +++++----- fsw/pc-linux/inc/psp_version.h | 10 +++++----- fsw/pc-rtems/inc/psp_version.h | 8 ++++---- 4 files changed, 20 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 65ef4720..28dd89cb 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ This is a collection of APIs abstracting platform specific functionality to be l ## Version History +### Development Build: v1.6.0-rc4+dev6 + +- Sleep before exit when printing +- Check the address in PSP get segment stubs +- See and + ### Development Build: v1.5.0-rc1+dev124 - Relax strict of check before calling "Init" function of module, only check that module type is not invalid diff --git a/fsw/mcp750-vxworks/inc/psp_version.h b/fsw/mcp750-vxworks/inc/psp_version.h index 99b7962c..1a3d8037 100644 --- a/fsw/mcp750-vxworks/inc/psp_version.h +++ b/fsw/mcp750-vxworks/inc/psp_version.h @@ -29,20 +29,20 @@ /* * Development Build Macro Definitions */ -#define CFE_PSP_IMPL_BUILD_NUMBER 124 -#define CFE_PSP_IMPL_BUILD_BASELINE "v1.5.0-rc1" +#define CFE_PSP_IMPL_BUILD_NUMBER 6 +#define CFE_PSP_IMPL_BUILD_BASELINE "v1.6.0-rc4" /* * Version Macro Definitions */ #define CFE_PSP_IMPL_MAJOR_VERSION 1 /*!< @brief ONLY APPLY for OFFICIAL releases. Major version number. */ -#define CFE_PSP_IMPL_MINOR_VERSION 4 /*!< @brief ONLY APPLY for OFFICIAL releases. Minor version number. */ +#define CFE_PSP_IMPL_MINOR_VERSION 5 /*!< @brief ONLY APPLY for OFFICIAL releases. Minor version number. */ #define CFE_PSP_IMPL_REVISION 0 /*!< @brief ONLY APPLY for OFFICIAL releases. Revision number. */ #define CFE_PSP_IMPL_MISSION_REV \ 99 /*!< @brief ONLY APPLY for OFFICIAL releases. Revision version number. A value of "99" indicates an unreleased \ development version. */ -#define CFE_PSP_IMPL_CODENAME "Bootes" +#define CFE_PSP_IMPL_CODENAME "Draco" /* * Tools to construct version string @@ -63,6 +63,6 @@ */ #define CFE_PSP_IMPL_VERSION_STRING \ " PSP Development Build " CFE_PSP_IMPL_VERSION /* Codename for current development */ \ - ", Last Official Release: psp v1.4.0" /* For full support please use this version */ + ", Last Official Release: psp v1.5.0" /* For full support please use this version */ #endif /* _psp_version_ */ diff --git a/fsw/pc-linux/inc/psp_version.h b/fsw/pc-linux/inc/psp_version.h index 73d2cbad..9acac1ae 100644 --- a/fsw/pc-linux/inc/psp_version.h +++ b/fsw/pc-linux/inc/psp_version.h @@ -29,20 +29,20 @@ /* * Development Build Macro Definitions */ -#define CFE_PSP_IMPL_BUILD_NUMBER 124 -#define CFE_PSP_IMPL_BUILD_BASELINE "v1.5.0-rc1" +#define CFE_PSP_IMPL_BUILD_NUMBER 4 +#define CFE_PSP_IMPL_BUILD_BASELINE "v1.6.0-rc1" /* * Version Macro Definitions */ #define CFE_PSP_IMPL_MAJOR_VERSION 1 /*!< @brief ONLY APPLY for OFFICIAL releases. Major version number. */ -#define CFE_PSP_IMPL_MINOR_VERSION 4 /*!< @brief ONLY APPLY for OFFICIAL releases. Minor version number. */ +#define CFE_PSP_IMPL_MINOR_VERSION 5 /*!< @brief ONLY APPLY for OFFICIAL releases. Minor version number. */ #define CFE_PSP_IMPL_REVISION 0 /*!< @brief ONLY APPLY for OFFICIAL releases. Revision number. */ #define CFE_PSP_IMPL_MISSION_REV \ 99 /*!< @brief ONLY APPLY for OFFICIAL releases. Revision version number. A value of "99" indicates an unreleased \ development version. */ -#define CFE_PSP_IMPL_CODENAME "Bootes" +#define CFE_PSP_IMPL_CODENAME "Draco" /* * Tools to construct version string @@ -63,6 +63,6 @@ */ #define CFE_PSP_IMPL_VERSION_STRING \ " PSP DEVELOPMENT BUILD " CFE_PSP_IMPL_VERSION \ - ", Last Official Release: psp v1.4.0" /* For full support please use this version */ + ", Last Official Release: psp v1.5.0" /* For full support please use this version */ #endif /* _psp_version_ */ diff --git a/fsw/pc-rtems/inc/psp_version.h b/fsw/pc-rtems/inc/psp_version.h index 5f61087d..2cf41f96 100644 --- a/fsw/pc-rtems/inc/psp_version.h +++ b/fsw/pc-rtems/inc/psp_version.h @@ -29,20 +29,20 @@ /* * Development Build Macro Definitions */ -#define CFE_PSP_IMPL_BUILD_NUMBER 124 -#define CFE_PSP_IMPL_BUILD_BASELINE "v1.5.0-rc1" +#define CFE_PSP_IMPL_BUILD_NUMBER 6 +#define CFE_PSP_IMPL_BUILD_BASELINE "v1.6.0-rc4" /* * Version Macro Definitions */ #define CFE_PSP_IMPL_MAJOR_VERSION 1 /*!< @brief ONLY APPLY for OFFICIAL releases. Major version number. */ -#define CFE_PSP_IMPL_MINOR_VERSION 4 /*!< @brief ONLY APPLY for OFFICIAL releases. Minor version number. */ +#define CFE_PSP_IMPL_MINOR_VERSION 5 /*!< @brief ONLY APPLY for OFFICIAL releases. Minor version number. */ #define CFE_PSP_IMPL_REVISION 0 /*!< @brief ONLY APPLY for OFFICIAL releases. Revision number. */ #define CFE_PSP_IMPL_MISSION_REV \ 99 /*!< @brief ONLY APPLY for OFFICIAL releases. Revision version number. A value of "99" indicates an unreleased \ development version. */ -#define CFE_PSP_IMPL_CODENAME "Bootes" +#define CFE_PSP_IMPL_CODENAME "Draco" /* * Tools to construct version string