Results 22 comments of v

Hmm, honestly what would be awesome would be some kind of hosted API that accepts "hex color(s)" (maybe "primary", "secondary") and sends back some JSON data with the palette(s) in...

Yeah @PicarWang that's the same behavior if you use the Google-hosted app, I've been trying to pick apart the algorithm(s) in general to understand what they're doing. Thanks to this...

> Using a newer version of flex v2.6.1 is able to compile v2.6.4 What's actually causing this though? Why is some random system-installed `flex` relevant to the compilation of this...

I generated C++ headers for the [Infineon XMC4700](https://www.infineon.com/cms/en/product/microcontroller/32-bit-industrial-microcontroller-based-on-arm-cortex-m/32-bit-xmc4000-industrial-microcontroller-arm-cortex-m4/xmc4700/) here: https://github.com/vkottler/hal-xmc4700. ![image](https://github.com/svenevs/exhale/assets/15205052/fa514946-792b-41a8-bfa1-06763c3f3079) It's been running for 83 hours and it's not even 50% done with just the reading/ingesting part... wtf? Source-file...

I did the same for this project: https://github.com/vkottler/hal-rp2040. https://vkottler.github.io/cpp/sphinx/hal-rp2040/ Took between 1-2 days. I'm happy to wait because the generated output is amazing! Just seems odd that the complexity scaling...

I added this code as a sub-command of [yambs](https://github.com/vkottler/yambs): ``` $ python -m venv venv $ ./venv/bin/pip install yambs ... $ ./venv/bin/mbs uf2conv --help usage: mbs uf2conv [-h] [-b BASE]...

Noting here because I'm going to make a behavioral change to my fork - the `uf2conv` command _will_ write the output file to drive(s) that it finds connected by default,...

I updated the Python implementation in another package that's available on PyPI (see: https://github.com/microsoft/uf2/issues/42#issuecomment-1551077808), as another option.

I'm posting this on all of the issues that seem somewhat relevant, but there's a pip-installable option as well (see: https://github.com/microsoft/uf2/issues/42#issuecomment-1551077808).

I ran into this also, decided to look at the Python implementation (see: https://github.com/microsoft/uf2/issues/42 also).