rohoog
rohoog
I can confirm that using `NVIC_SetPriority(EIC_IRQn, 2)` after all `attachInterrupt()` calls solves the 1ms glitches.
Sorry, I didn't look into your implementation. Mine was a C++ learning experience for me. Do with it as you please. I addressed your review comments, except the split of...
I see that this pull request also does what I've done in #472. However, I don't introduce new symbols due to the symbol sharing, I just leave the sharing as-is.
Maybe the target filesystem doesn't support symlinks? (FAT/VFAT) On my orangepi, the /boot isn't a separate filesystem (like it is on RPi); it's just part of the rootfs (ext4).
No, the whole wifi device is inoperational in networkmanager. The only way to get it working again (apart from hard rebooting) is to hook a serial port, log in, unload...
First of all, I am not a font expert, so forgive me if some things sound ignorant. The remark from @r-hoogenboom (which is actually me...) was about font fallback, where...
The [liberation mono](https://github.com/liberationfonts/liberation-fonts/blob/main/src/LiberationMono-Regular.sfd) font is also on github. It advertizes ascent 1638 and descent 410, but the full block (U+2588) has vertical coordinates from -615 to 1705, generously beyond the...
I will check it when I'm in the office again.
I think this should be some kind of extra attribute for 'trusting' the device. Like 'trust and mute connection notifications'. Things you don't trust must certainly still produce such notifications....