Daniel Trnka
Daniel Trnka
offset should not be cast to int before modulo operation, otherwise it will return wrong value
When system has set a large limit of opened file descriptors, then the function createChild is getting slow, because it tries to close all descriptors up to that limit. On...
Add function to send break character on STM32 USARTs. Function is currently sync and first busy-waits until previous break has been sent (should be rare?, usart v3&v4 seems to have...
UDP server dialogue crashes when theres no protocol stored in settings, as the default is wrongly "JSON", but it should be "json". This patch uses default "json" even when there...
On ArchlinuxARM, running `clang --version` returns: ``` clang version 20.1.8 Target: aarch64-unknown-linux-gnu Thread model: posix InstalledDir: /usr/bin ``` compared to Ubuntu: ``` Ubuntu clang version 14.0.0-1ubuntu1.1 Target: x86_64-pc-linux-gnu Thread model:...