prep v6.3.0
Some checks are pending
EIVE/eive-obsw/pipeline/head Build queued...
EIVE/eive-obsw/pipeline/pr-main Build queued...

This commit is contained in:
Robin Müller 2023-08-03 13:15:57 +02:00
parent 15618a4c18
commit 155bf9eed0
Signed by: muellerr
GPG Key ID: 407F9B00F858F270
3 changed files with 4 additions and 5 deletions

View File

@ -16,6 +16,8 @@ will consitute of a breaking change warranting a new major release:
# [unreleased] # [unreleased]
# [v6.3.0] 2023-08-03
## Fixed ## Fixed
- Small SCEX fix: The temperatur check option was not passed - Small SCEX fix: The temperatur check option was not passed
@ -44,9 +46,6 @@ will consitute of a breaking change warranting a new major release:
## Added ## Added
- PL PCDU for EM build. - PL PCDU for EM build.
## Added
- SCEX: Add warning event if filesystem is unusable. - SCEX: Add warning event if filesystem is unusable.
# [v6.2.0] 2023-07-26 # [v6.2.0] 2023-07-26

View File

@ -10,7 +10,7 @@
cmake_minimum_required(VERSION 3.13) cmake_minimum_required(VERSION 3.13)
set(OBSW_VERSION_MAJOR 6) set(OBSW_VERSION_MAJOR 6)
set(OBSW_VERSION_MINOR 2) set(OBSW_VERSION_MINOR 3)
set(OBSW_VERSION_REVISION 0) set(OBSW_VERSION_REVISION 0)
# set(CMAKE_VERBOSE TRUE) # set(CMAKE_VERBOSE TRUE)

View File

@ -1,9 +1,9 @@
#include <fsfw/datapool/PoolReadGuard.h> #include <fsfw/datapool/PoolReadGuard.h>
#include "fsfw/thermal/tcsDefinitions.h"
#include <fsfw/tasks/TaskFactory.h> #include <fsfw/tasks/TaskFactory.h>
#include <mission/payload/PayloadPcduHandler.h> #include <mission/payload/PayloadPcduHandler.h>
#include "OBSWConfig.h" #include "OBSWConfig.h"
#include "fsfw/thermal/tcsDefinitions.h"
#ifdef XIPHOS_Q7S #ifdef XIPHOS_Q7S
#include <fsfw_hal/linux/UnixFileGuard.h> #include <fsfw_hal/linux/UnixFileGuard.h>