File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Development Build: equuleus-rc1: dev61
4
+ - update PCS_malloc stub PoolSize overflow
5
+ - Add rtems_sysmon unit test
6
+ - See < https://github.com/nasa/PSP/pull/450 > and < https://github.com/nasa/PSP/pull/448 >
7
+
3
8
## Development Build: equuleus-rc1+dev55
4
9
- rename parameter in CFE_PSP_MemSet handler to align with stub and actual code
5
10
- See < https://github.com/nasa/PSP/pull/441 >
Original file line number Diff line number Diff line change 27
27
/*
28
28
* Development Build Macro Definitions
29
29
*/
30
- #define CFE_PSP_IMPL_BUILD_NUMBER 55
30
+ #define CFE_PSP_IMPL_BUILD_NUMBER 61
31
31
#define CFE_PSP_IMPL_BUILD_BASELINE "equuleus-rc1"
32
32
#define CFE_PSP_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */
33
33
#define CFE_PSP_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */
Original file line number Diff line number Diff line change 27
27
/*
28
28
* Development Build Macro Definitions
29
29
*/
30
- #define CFE_PSP_IMPL_BUILD_NUMBER 55
30
+ #define CFE_PSP_IMPL_BUILD_NUMBER 61
31
31
#define CFE_PSP_IMPL_BUILD_BASELINE "equuleus-rc1"
32
32
#define CFE_PSP_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */
33
33
#define CFE_PSP_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */
Original file line number Diff line number Diff line change 27
27
/*
28
28
* Development Build Macro Definitions
29
29
*/
30
- #define CFE_PSP_IMPL_BUILD_NUMBER 55
30
+ #define CFE_PSP_IMPL_BUILD_NUMBER 61
31
31
#define CFE_PSP_IMPL_BUILD_BASELINE "equuleus-rc1"
32
32
#define CFE_PSP_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */
33
33
#define CFE_PSP_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */
You can’t perform that action at this time.
0 commit comments