FSFW Update #11

Merged
meierj merged 17 commits from mueller/master into eive/develop 2021-08-11 13:13:11 +02:00
Owner
  • Changes from upstream
  • iter is now checked for UART flusher functions
  • TCP and UDP server code updated
  • Utility functions for Timer
- Changes from upstream - iter is now checked for UART flusher functions - TCP and UDP server code updated - Utility functions for `Timer`
muellerr added the
bug
label 2021-08-09 17:28:54 +02:00
muellerr added 15 commits 2021-08-09 17:28:54 +02:00
2706b8fa24
Printer updates
1. Only prefix is colored now
2. Minor formatting change
90a1571707
Linux HAL updates
1. The type correction was merged as part of
   #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
ba5e2ad8bb
Cleaning up TCP and UDP code
Same port number used as before, but some inconsistencies fixed
muellerr added the
feature
label 2021-08-09 17:29:40 +02:00
muellerr requested review from meierj 2021-08-09 17:30:08 +02:00
muellerr added 1 commit 2021-08-09 18:12:39 +02:00
muellerr added 1 commit 2021-08-09 18:22:31 +02:00
meierj approved these changes 2021-08-11 13:13:06 +02:00
meierj merged commit 8a9eb27458 into eive/develop 2021-08-11 13:13:11 +02:00
Sign in to join this conversation.
No description provided.