Archie
Results
2
issues of
Archie
Mentioned in #1829 previously. efe2103 removes the function `pico_add_extra_outputs` from `src/rp2_common.cmake` and adds it to `src/cmake/on_device.cmake`. In the process, the call to `pico_add_hex_output` gained an if statement: ``` if (PICO_32BIT)...
question
build
@RobinHirst11 I wonder if maybe we should consider rewriting the core in Python. Might be a performance gain. To re-do this, I’d probably: * Rewrite the dwmbar executable in python...