rp2040-serial-bootloader icon indicating copy to clipboard operation
rp2040-serial-bootloader copied to clipboard

Add debug options, make -j support and skip boot pin

Open ArendJan opened this issue 10 months ago • 0 comments

  • 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.

ArendJan avatar Jan 30 '25 17:01 ArendJan