raspberrypi / debugprobe

760 stars 202 forks source link

Consider reverting default build target back to stock Pico #142

Open recursivenomad opened 3 months ago

recursivenomad commented 3 months ago

It seems that when renaming the project from "picoprobe" to "debugprobe", the default build target was changed to the debugprobe hardware.

My understanding is that most people building this repository are doing so on stock Picos, and guides from before this change understandably do not mention needing this CMake flag.

To maintain ease of use and backwards-compatibility, I suggest reverting the default build target back to the stock Pico.

nathan-contino commented 3 months ago

Thanks for the feedback. Our primary documentation for debugprobe lives in the Getting Started with Pico book, which includes extensive information about building for both Pico and the Debug Probe in 'Appendix A: Using debugprobe'. This repo also includes instructions for both build targets in the README.

Because the documentation covers both use cases, I think it's safe to leave the Debug Probe hardware as the default build target; it's not as if including the -DDEBUG_ON_PICO=ON option is especially difficult! So this should be safe to close.