Michael Heimpold

Results 13 issues of Michael Heimpold

I've a device which implements custom modbus functions. Receiving the response for this functions is only possible when libmodbus knows about the response length. As various device could implement the...

For example: - use *bold* text when refering to functions - use _italic_ when refering to function parameters or typedef names - use two empty lines between sections Signed-off-by: Michael...

Usually, RS-485 hardware for half-duplex connections is designed to suppress self-generated TX traffic on the RX side. This usually achived by controlling the Receive Enable pin of the driver with...

I'm testing rauc on a custom board with a typical A/B rootfs + customerfs setup. Just for understanding the following trace, the partitioning looks like this: label: dos label-id: 0x57b0f89d...

I already noticed, that the Design Checklist mentions the certificate validity periods and proposes "Validity period is large enough". However, I'd like to share my use-case and would be happy...

Showing all the interface addresses we're listening on is not helpful on the About page. However, we serve the About page, we already know that we are reaching the server...

This commit does not bring any intended functional change. It simply adjusts the coding style, mostly adds some whitespace (e.g. around operators), to fit my personal style :-) For me,...

I found two minor issues: - we can remove a redundant check - ~print error message only when debug output is enabled to be consistent with other functions~ Edit: updated...

cla-signed

The test should check the variable, not the fixed string. Most probably a simple typo, so fix it.