This commit is contained in:
parent
9d14788ef3
commit
c843e34464
@ -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
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user