rp2040-serial-bootloader
rp2040-serial-bootloader copied to clipboard
A serial bootloader for the Raspberry Pi RP2040 (Pico)
Hello, Firstly, thank you for bringing this cool project to fruition. I'm currently working on implementing a bootloader for an application I've developed using Platformio on VSCode. However, when I...
Hi there! I was reading your blog and was very much impressed with your work, thanks for sharing your project! Since your blog's comments section was disabled, I thought I'd...
I am currently having issues with using bootloader_build_combined function. I had added the following: 1. A simple blinky program application for testing purpose. 2. Modified CMakeLists.txt and added add_executable(test"app.c") target_link_libraries(test...
- 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...