Josh Garde

Results 32 comments of Josh Garde

I just got a build running on my EV-Peak CQ3 (older models used a M0516LDN while newer ones use the NUC029LAN) with the new Nuvoton M051 BSP code. The charger...

Yeah it should've probably been split up into more individual operations - renaming the folders, replacing the old CMSIS with the new one, then fixing the linker script. I kinda...

Ah - apologies, I’m still new to this codebase. I just realized this firmware is based on FreeRTOS so it also contains threading so that answers my update question. Still,...

> Or wait, are you saying it's a BL602 device? Yep - it's a BL602 inside that controller. > Drivers could update more often. I was thinking of implementing the...

Just investigated porting the FastLED library over and it seems that FastLED needs platform specific bindings in order to work. I might try porting the library on their end first...

Or hm... it might be easier to just "port" in the traditional sense. Just copy/paste their code and then port it in here to the APIs we have available -...

Closed with merge of https://github.com/stawel/cheali-charger/pull/319

Any ideas on what display server you're going to use? And as a follow up, window manager?

I was thinking of porting over Chromium OS' ash window system once I was done with my Mac ports of the build tools.

I find it the most lightweight solution to implementing a display server + window manager even though all it can display is Chromium.