updated notice file

This commit is contained in:
Robin Müller 2021-07-15 19:37:11 +02:00
parent c3fc4d28d9
commit cb3a456723
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
2 changed files with 4 additions and 10 deletions

View File

@ -22,6 +22,10 @@ if(TGT_BSP MATCHES "arm/raspberrypi" OR TGT_BSP MATCHES "arm/beagleboneblack")
set(FSFW_HAL_ADD_LINUX "Add the FSFW HAL for Linux systems" ON)
endif()
if(TGT_BSP MATCHES "arm/raspberrypi")
set(FSFW_HAL_ADD_RASPBERRY_PI "Add Raspberry Pi specific HAL files" ON)
endif()
# Perform steps like loading toolchain files where applicable.
include(${CMAKE_SCRIPT_PATH}/PreProjectConfig.cmake)
pre_project_config()

10
NOTICE
View File

@ -21,17 +21,7 @@ This example uses:
The Flight Software Framework from egit@irs.uni-stuttgart.de.
And optional:
The fsfw_hal from egit@irs.uni-stuttgart.de,
Hardware Abstraction Layers for common OS / Hardware.
tmtccmd, from https://github.com/rmspacefish/tmtccmd/,
A python based TM/TC Tool for testing via the PUS Interface.
rtems-cmake, from https://github.com/rmspacefish/tmtccmd/
A project to build RTEMS with cmake.