fsfw/hal/src/fsfw_hal
Robin Mueller 90a1571707
Linux HAL updates
1. The type correction was merged as part of
   eive/fsfw#7 in the
   EIVE project. Quotation of PR

definition of getSpiParameters is `void getSpiParameters(spi::SpiModes& spiMode, uint32_t& spiSpeed, UncommonParameters* parameters = nullptr) const;`.

Here, size_t spiSpeed is passed, which implicitely gets converted to a temporary, which can not be bound to uint32_t& and, at least in gcc 9.3.0, leads to a compiler error.

2. Allow flushing the UART buffers
2021-08-06 11:23:31 +02:00
..
common all include corrections 2021-08-02 20:58:56 +02:00
devicehandlers all include corrections 2021-08-02 20:58:56 +02:00
host using _ instead of - now 2021-08-02 20:55:03 +02:00
linux Linux HAL updates 2021-08-06 11:23:31 +02:00
stm32h7 all include corrections 2021-08-02 20:58:56 +02:00
CMakeLists.txt using _ instead of - now 2021-08-02 20:55:03 +02:00