From 272252592eb3c0c87f20a01d2887ec4f8e8b75fd Mon Sep 17 00:00:00 2001 From: astrogeco <59618057+astrogeco@users.noreply.github.com> Date: Tue, 6 Oct 2020 10:26:03 -0400 Subject: [PATCH] Update ReadMe and set version to v5.1.0-rc1+dev49 --- README.md | 13 ++++++++++--- src/os/inc/osapi-version.h | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 019cb0d1f..c7d045d71 100644 --- a/README.md +++ b/README.md @@ -10,23 +10,30 @@ The autogenerated OSAL user's guide can be viewed at + ### Development Build: 5.1.0-rc1+dev44 + - Removes OS_Tick2Micros and internalize OS_Milli2Ticks. - Adds ut_assert address equal macro. - See ### Development Build: 5.1.0-rc1+dev38 + - Sets Revision to 99 for development builds - See - ### Development Build: 5.1.0-rc1+dev34 -- Move this existing function into the public API, as it is performs more verification than the OS_ConvertToArrayIndex -function. +- Move this existing function into the public API, as it is performs more verification than the OS_ConvertToArrayIndex function. - The C library type is signed, and this makes the result check work as intended. - See + ### Development Build: 5.1.0-rc1+dev16 - In the next major OSAL release, this code will be no longer supported at all. It should be removed early in the cycle to avoid needing to maintain this compatibility code. This code was already conditional on the OSAL_OMIT_DEPRECATED flag and as such the CCB has already tested/verified running the code in this configuration as part of CI scripts. After this change, the build should be equivalent to the result of building with OMIT_DEPRECATED=true. diff --git a/src/os/inc/osapi-version.h b/src/os/inc/osapi-version.h index 8b092a6f7..10e713a53 100644 --- a/src/os/inc/osapi-version.h +++ b/src/os/inc/osapi-version.h @@ -30,7 +30,7 @@ /* * Development Build Macro Definitions */ -#define OS_BUILD_NUMBER 44 +#define OS_BUILD_NUMBER 49 #define OS_BUILD_BASELINE "v5.1.0-rc1" /*