notzed
notzed
I've been working on a simple script to generate some of the boilerplate and having the types in the output makes it much simpler. So here's a work in progress...
### Describe the Bug/Crash I was trying to profile the scanning process and noticed some less than ideal behaviour for larger libraries. Firstly setText() seems to be using about 30%...
Mostly minor warnings found using -Wall. Also some others for OpenLN882H, some of them a bit more serious. Not sure where to put them tho. [ln882h.txt](https://github.com/user-attachments/files/18290595/ln882h.txt)
I noticed some messy and broken logic in new_mttq.c by chance and offer some fixes and minor improvements. As is removeCallback can't function since ID is never set in addCallback,...
**Describe the bug** The ln822h port initialises uart0 and uart1 at some point and seems to use them for logging and/or stdio. uart0 tx/rx uses GPIO A2/A3 (pin 2/3) uart1...
As discussed on the mailing list. OpenGL requires an explicit glFinish() to synchronise with the video refresh. The current usage is incorrect and against the specification. This patch calls glFinish()...
### Description of the bug Unable to compile from source. Complete log follows, sorry about the spew but it's cmake. Note: adding -DCMAKE_POLICY_VERSION_MINIMUM=3.5 will get past this step. $ cmake...