Update to v1.1.0 #29

Merged
muellerr merged 427 commits from develop into master 2021-04-25 12:43:23 +02:00
Showing only changes of commit 96a620ccc7 - Show all commits

View File

@ -28,7 +28,7 @@ The CMake build system can be used to generate build systems as well (see helper
For running the software on a Raspberry Pi, it is recommended to follow the steps specified in For running the software on a Raspberry Pi, it is recommended to follow the steps specified in
[the fsfw example](https://egit.irs.uni-stuttgart.de/fsfw/fsfw_example/src/branch/mueller/master/doc/README-rpi.md#top) and using the TCF agent to have a similar set-up process also required for the Q7S. [the fsfw example](https://egit.irs.uni-stuttgart.de/fsfw/fsfw_example/src/branch/mueller/master/doc/README-rpi.md#top) and using the TCF agent to have a similar set-up process also required for the Q7S.
If you want to use the `gpiod` library, run `sudo apt-get install gpiod` on your Raspberry Pi If you want to use the `gpiod` library, run `sudo apt-get install gpiod` on your Raspberry Pi
first to install the library. first to install the library before cloning the system root folder.
- Linux Host: Uses the `bsp_hosted` BSP folder and the CMake Unix Makefiles generator. - Linux Host: Uses the `bsp_hosted` BSP folder and the CMake Unix Makefiles generator.
- Windows Host: Uses the `bsp_hosted` BSP folder, the CMake MinGW Makefiles generator and MSYS2. - Windows Host: Uses the `bsp_hosted` BSP folder, the CMake MinGW Makefiles generator and MSYS2.