updating RTEMS example
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -24,6 +24,7 @@ venv
|
|||||||
|
|
||||||
# Build folders
|
# Build folders
|
||||||
/build*
|
/build*
|
||||||
|
/cmake-build*
|
||||||
|
|
||||||
Makefile*
|
Makefile*
|
||||||
!**/make/Makefile*
|
!**/make/Makefile*
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ set(RTEMS_CMAKE_PATH "${CMAKE_SCRIPT_PATH}/rtems-cmake")
|
|||||||
|
|
||||||
set(FSFW_OSAL rtems CACHE STRING "OS for the FSFW")
|
set(FSFW_OSAL rtems CACHE STRING "OS for the FSFW")
|
||||||
SET(STM32_ADD_NETWORKING_CODE ON)
|
SET(STM32_ADD_NETWORKING_CODE ON)
|
||||||
|
set(OBSW_MAX_SCHEDULED_TCS 200)
|
||||||
set(FSFW_HAL_ADD_STM32H7 ON)
|
set(FSFW_HAL_ADD_STM32H7 ON)
|
||||||
|
|
||||||
# Set TGT_BSP to correct target for pre-project configuration
|
# 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
|
# Specify the C++ standard
|
||||||
set(CMAKE_CXX_STANDARD 11)
|
set(CMAKE_CXX_STANDARD 17)
|
||||||
set(CMAKE_CXX_STANDARD_REQUIRED True)
|
set(CMAKE_CXX_STANDARD_REQUIRED True)
|
||||||
|
|
||||||
# Set names and variables
|
# Set names and variables
|
||||||
|
|||||||
@@ -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
|
# <a id="top"></a> <a name="linux"></a> FSFW Example Application
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ fi
|
|||||||
|
|
||||||
build_generator="make"
|
build_generator="make"
|
||||||
os_fsfw="rtems"
|
os_fsfw="rtems"
|
||||||
builddir="build-Debug"
|
builddir="cmake-build-debug"
|
||||||
build_type="debug"
|
build_type="debug"
|
||||||
if [ "${OS}" = "Windows_NT" ]; then
|
if [ "${OS}" = "Windows_NT" ]; then
|
||||||
python="py"
|
python="py"
|
||||||
Submodule example_common updated: a0d775e086...d34effb278
2
fsfw
2
fsfw
Submodule fsfw updated: 992784d7ae...c7cf8e710d
Submodule tmtc/common_tmtc updated: 22ea3eea92...3cca54f66f
Submodule tmtc/tmtccmd updated: 8f2289ceef...e24faa1500
Reference in New Issue
Block a user