updating RTEMS example

This commit is contained in:
Robin Müller 2022-05-27 01:46:51 +02:00
parent 2cc2c85bdb
commit ec6a398631
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
8 changed files with 9 additions and 7 deletions

1
.gitignore vendored
View File

@ -24,6 +24,7 @@ venv
# Build folders
/build*
/cmake-build*
Makefile*
!**/make/Makefile*

View File

@ -15,6 +15,7 @@ set(RTEMS_CMAKE_PATH "${CMAKE_SCRIPT_PATH}/rtems-cmake")
set(FSFW_OSAL rtems CACHE STRING "OS for the FSFW")
SET(STM32_ADD_NETWORKING_CODE ON)
set(OBSW_MAX_SCHEDULED_TCS 200)
set(FSFW_HAL_ADD_STM32H7 ON)
# Set TGT_BSP to correct target for pre-project configuration
@ -32,7 +33,7 @@ project(fsfw-example-stm32h7-rtems ASM C CXX)
################################################################################
# Specify the C++ standard
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED True)
# Set names and variables

View File

@ -1,4 +1,4 @@
<img align="center" src="https://egit.irs.uni-stuttgart.de/fsfw/fsfw/raw/branch/mueller/master/misc/logo/FSFW_Logo_V3_bw.png" width="50%">
<img align="center" src="https://egit.irs.uni-stuttgart.de/fsfw/fsfw/raw/branch/development/misc/logo/FSFW_Logo_V3_bw.png" width="50%">
# <a id="top"></a> <a name="linux"></a> FSFW Example Application

View File

@ -17,7 +17,7 @@ fi
build_generator="make"
os_fsfw="rtems"
builddir="build-Debug"
builddir="cmake-build-debug"
build_type="debug"
if [ "${OS}" = "Windows_NT" ]; then
python="py"

@ -1 +1 @@
Subproject commit a0d775e086c9fa0506ad656c5e2d863f8f8e7f9b
Subproject commit d34effb278c645fb6532db56521dd4d08eb0f4a6

2
fsfw

@ -1 +1 @@
Subproject commit 992784d7aed08ced219d0decb8f66beab451b907
Subproject commit c7cf8e710db2fbf99b37f263f064aabdddf379b5

@ -1 +1 @@
Subproject commit 22ea3eea9278c3f73c0f804dc3618ea004fe224b
Subproject commit 3cca54f66fe72f292787499e1e9bf2497a2cfdbf

@ -1 +1 @@
Subproject commit 8f2289ceef004334401127e8a756cb2d49b1ad0c
Subproject commit e24faa1500d96a8afa7f7aed32fcb020eb2e1335