added README

This commit is contained in:
Robin Müller 2021-03-23 17:47:15 +01:00
parent 9dbe7021a5
commit 28004f866a
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ There is a set of options available to compile the HAL.
These should be set by the upper level CMakeLists.txt, with
`set(<Option> ON)`.
1. `FSFW_HAL_ADD_LINUX`: Add linux HAL. Required `gpiod` library.
1. `FSFW_HAL_ADD_LINUX`: Add linux HAL. Requires `gpiod` library.
2. `FSFW_HAL_ADD_RASPBERRY_PI`: Add Raspberry Pi specific components.
3. `FSFW_HAL_ADD_STM32H7`: Add STM32H7 specific components.