some linux fixes

This commit is contained in:
2021-06-11 14:01:11 +02:00
parent c847305f0a
commit a7becd2545
6 changed files with 9 additions and 18 deletions

View File

@ -64,16 +64,7 @@ set(FSFW_ADDITIONAL_INC_PATHS
"FSFW configuration paths"
)
if(TGT_BSP MATCHES "arm/stm32h743zi-nucleo")
# TODO: This works but is a horrible mess. In the future, stm32-cmake support will be used and
# linked against, so we have a clean interface which can be used by FSFW HAL.
set(FSFW_HAL_ADDITIONAL_INC_PATHS
${BOARD_CONFIG_PATH}
"${BSP_PATH}/STM32CubeH7/Drivers/BSP/STM32H7xx_Nucleo"
CACHE STRING
"FSFW HAL configuration paths"
)
endif()
message(STATUS ${FSFW_ADDITIONAL_INC_PATHS})
configure_file(${COMMON_CONFIG_PATH}/commonConfig.h.in commonConfig.h)
configure_file(${FSFW_CONFIG_PATH}/FSFWConfig.h.in FSFWConfig.h)

View File

@ -1,8 +1,8 @@
#include "InitMission.h"
#include "OBSWConfig.h"
#include <bsp_linux/fsfwconfig/objects/systemObjectList.h>
#include <bsp_linux/fsfwconfig/pollingsequence/pollingSequenceFactory.h>
#include "objects/systemObjectList.h"
#include "pollingsequence/pollingSequenceFactory.h"
#include <mission/utility/TaskCreation.h>

View File

@ -1,9 +1,9 @@
#include <bsp_hosted/core/InitMission.h>
#include <bsp_hosted/core/ObjectFactory.h>
#include "core/InitMission.h"
#include "core/ObjectFactory.h"
#include <test/MutexExample.h>
#include <mission/utility/PusPacketCreator.h>
#include <common/utility/utility.h>
#include "utility/utility.h"
#include <fsfw/objectmanager/ObjectManager.h>
#include <fsfw/serviceinterface/ServiceInterface.h>

2
fsfw

Submodule fsfw updated: 2f511523cb...fb7b059137