prep v1.26.2
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2023-02-08 21:22:07 +01:00
parent 9d14788ef3
commit c843e34464
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 5 additions and 1 deletions

View File

@ -17,6 +17,8 @@ change warranting a new major release:
# [unreleased] # [unreleased]
# [v1.26.2] 2023-02-08
## Changed ## Changed
- ACS Controller scheduling is now configurable via the `eive/definitions.h` file. Also ensured - ACS Controller scheduling is now configurable via the `eive/definitions.h` file. Also ensured
@ -30,6 +32,8 @@ change warranting a new major release:
be cleared on release builds. The dummy variable used to read the register be cleared on release builds. The dummy variable used to read the register
needs to be declared volatile to avoid compiler optimizations. needs to be declared volatile to avoid compiler optimizations.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/374 PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/374
- Bumped FSFW for fix of possible memory leaks in TCP/IP TMTC bridge
inside the FSFW.
## Added ## Added

View File

@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.13)
set(OBSW_VERSION_MAJOR 1) set(OBSW_VERSION_MAJOR 1)
set(OBSW_VERSION_MINOR 26) set(OBSW_VERSION_MINOR 26)
set(OBSW_VERSION_REVISION 1) set(OBSW_VERSION_REVISION 2)
# set(CMAKE_VERBOSE TRUE) # set(CMAKE_VERBOSE TRUE)