Allen-Synthesis / EuroPi

EuroPi: A reprogrammable Eurorack module based on the Raspberry Pi Pico
Creative Commons Zero v1.0 Universal
431 stars 84 forks source link

Add documentation for creation of custom firmware uf2 files #199

Closed redoxcode closed 1 year ago

redoxcode commented 1 year ago

This PR adds documentation for creation of custom firmware uf2 files as discussed in https://github.com/Allen-Synthesis/EuroPi/issues/194. It also documents the process automated in https://github.com/Allen-Synthesis/EuroPi/pull/198 once it is merged.

redoxcode commented 1 year ago

Well, that's certainly not the main point. I guess the main points are that you save the execution time where micropython would compile the python code during runtime and that you use less RAM memory.

awonak commented 1 year ago

Thank you again for taking the time to teach us how to compile the EuroPi firmware into a uf2 binary distributable file and for adding the documentation. This is a huge step forward in simplifying the process for getting EuroPi users up and running!