prepare for v1.22.0
EIVE/eive-obsw/pipeline/pr-develop Build started... Details

This commit is contained in:
Robin Müller 2023-01-28 14:55:41 +01:00
parent c63ca66f68
commit ddce821295
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
3 changed files with 9 additions and 3 deletions

View File

@ -17,12 +17,18 @@ change warranting a new major release:
# [unreleased] # [unreleased]
# [v1.22.0] 2023-01-28
TMTC version: v2.6.0
## Added ## Added
- First COM subsystem implementation. It mirrors the Syrlinks mode/submodes but also takes - First COM subsystem implementation. It mirrors the Syrlinks mode/submodes but also takes
care of commanding the CCSDS handler. It expects the Syrlinks submodes as mode commands. care of commanding the CCSDS handler. It expects the Syrlinks submodes as mode commands.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/358 PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/358
- The CCSDS Handler now has a new submode (3) to configure the default datarate. - The CCSDS handler has has a new submode (3) to configure the default datarate.
- Default datarate parameter commanding moved to COM subsystem.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/358
# [v1.21.0] 2023-01-26 # [v1.21.0] 2023-01-26

View File

@ -10,7 +10,7 @@
cmake_minimum_required(VERSION 3.13) cmake_minimum_required(VERSION 3.13)
set(OBSW_VERSION_MAJOR_IF_GIT_FAILS 1) set(OBSW_VERSION_MAJOR_IF_GIT_FAILS 1)
set(OBSW_VERSION_MINOR_IF_GIT_FAILS 21) set(OBSW_VERSION_MINOR_IF_GIT_FAILS 22)
set(OBSW_VERSION_REVISION_IF_GIT_FAILS 0) set(OBSW_VERSION_REVISION_IF_GIT_FAILS 0)
# set(CMAKE_VERBOSE TRUE) # set(CMAKE_VERBOSE TRUE)

2
tmtc

@ -1 +1 @@
Subproject commit 407163397dce9b1626b93a8fe8350c127f10c4a2 Subproject commit a4a4a6b6664a99dbf81be39144c0109e2bb55b68