ohmtech-rdi / eurorack-blocks

Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
Other
293 stars 19 forks source link

Add bootloader fast boot option #648

Closed ohmtech-rdi closed 6 months ago

ohmtech-rdi commented 6 months ago

This PR adds a --fast-boot option to the erbb install bootloader command, which allows to upload a special version of the bootloader that "only waits" 10ms before launching the user program, instead of 2s without that option.

This is done so that the hardware looks like it is starting immediately, as without it the end user could sometimes think there is a problem with the module.

To do