pico_examples
pico_examples copied to clipboard
Ada examples for the Raspberry Pi Pico
Results
2
pico_examples issues
Sort by
recently updated
recently updated
newest added
The examples should use elf2uf2 to build uf2 files that can be flashed with the USB bootloader, for people that don't have a SWD debugger connected. I think we can...
`alr build --development` is supposed to include debug info with the `-g` flag, so that the debugger can correlate the program text to the binary. `config/pico_examples_config.gpr` includes what is necessary...