Bugfix in Command Executor and Timer Update #10

Closed
muellerr wants to merge 17 commits from mueller/master into eive/develop
Owner
  • Important bugfix in CommandExecutor
  • Some utility functions added for Linux Timer
- Important bugfix in `CommandExecutor` - Some utility functions added for Linux `Timer`
muellerr added 3 commits 2021-08-09 11:16:03 +02:00
muellerr requested review from meierj 2021-08-09 11:16:41 +02:00
muellerr added 11 commits 2021-08-09 16:18:45 +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
muellerr added 1 commit 2021-08-09 16:44:39 +02:00
muellerr added 1 commit 2021-08-09 16:51:23 +02:00
5a51970bf5
server port definition
which refers to TCP server
muellerr added 1 commit 2021-08-09 16:55:08 +02:00
muellerr closed this pull request 2021-08-09 16:58:27 +02:00

Pull request closed

Sign in to join this conversation.
No description provided.