rp2040-serial-bootloader
rp2040-serial-bootloader copied to clipboard
Add debug options, make -j support and skip boot pin
- Debug builds didn't work, so I added some code for debug builds (different linker script and stuff)
- Make -j didn't work because of depends not completely correct, fixed that, might not be the best
- Added option for skipping boot gpio check, as my project uses all the pins.