Niklas

Results 40 issues of Niklas

This PR ports the main loop to rust. To keep it simple it tries to stick as much as possible to the c implementation. Rustification will happen later. * [x]...

Port component wrappers to use Futures instead of callbacks

If the device is powered off after erasing but before initializing those two fields the device is bricked. Initialize them on boot instead.

Instead of writing to non-volatile storage between mcu resets, write to a well-known location. RAM is random after hardware reset, but does not get cleared on MCU reset. Before merging...

Add some comments about what every assembly line does. Mark which c-variables are used and which registers are used so that GCC doesn't do the wrong optimizations. I think we...

Hi, Isn't the name `__UG_FONT_DATA` not valid according to gcc? https://github.com/achimdoebler/UGUI/blob/ce0bccb5b7d4877c42081419fccadf7aa5727303/ugui_config.h#L36 https://www.gnu.org/software/libc/manual/html_node/Reserved-Names.html > In addition to the names documented in this manual, reserved names include all external identifiers (global functions...