Ingmar Inʒo Splitt
Ingmar Inʒo Splitt
Hi @dinuxbg, this is less a bugreport, more like a support question. We currently port our firmware and hoped GCC would produce more efficient code. It worked before for us,...
Hi Simon, after studying the afro-esc i asked myself if it's efficient enough to use such a minimal approach on driving the high-side n-fet instead of a dedicated driver for...
Hello, I put some days into improving the codebase. A lot of open issues should be solved by this. BUT changes are far more substantial as planned - so I...
advantages of toml: - default in common modern projects - easier to read and modify than json per project config allows more control over lint-process. Projects like codespell or ruff...
while modernizing the codebase I had some thoughts on the check-structure I'd like to implement: 1) get rid of the misc-category and move these checks into root-level to keep it...
as this linter can be used by IDEs and it is called repeatingly, the startup-overhead should be minimized. benchmarking the whole program vs the next deeper routine: ``` ############# lint_path(demo.md)...
I implemented some compiler-optimizations and made a first attempt to get closer to recommended c++-style: - used constness wherever possible - cleaner constructor with proper initialized variables - replaced defines...
Isn't that comparison (first line) wrong considering the following comment? ``` if ((!(remainder < 0.5) || (remainder > 0.5)) && (number_.integral & 1)) { // exactly 0.5 and ODD, then...
I hope this is the right place to report this issue. ## Tested Images - images from [here](https://rcn-ee.com/rootfs/), tried current versions (2023-12-02) and some days back - `bbai64-ti-2023.04-debian-12.2-minimal` and `bbai64-debian-12.2-minimal`...