Stephan Walter
Stephan Walter
The flake8 configuration in tox.ini uses the `select` option: https://github.com/pypa/sampleproject/blob/3fb1461c7c13b6832ed0f25625b19f2d321a74b7/tox.ini#L45 The problem is that this enables the W503 warning ("line break before binary operator") which is an incompatibility with the...
We are using Nordic's fork of mcumgr (https://github.com/nrfconnect/sdk-mcumgr) but I believe this also affects upstream https://github.com/apache/mynewt-mcumgr. The Zephyr port rounds the write size down to the flash write block size:...
I'm using mcumgr-cli to flash Zephyr application images. The communication is quite slow. Despite using 460800 baud, I only get about 1.9kbyte/s. Maximum throughput would be 45kbyte/s but I understand...
Crashing website: https://www.oev-info.ch/de I'm new to the project and have been trying to investigate this, so below is my speculation: The CSS somewhere has `calc(18em / 18em)`, which is parsed...