majbthrd / pico-debug

virtual debug pod for RP2040 "Raspberry Pi Pico" with no added hardware
386 stars 50 forks source link

Can I include the two pico-debug-xxxx.uf2 in my repository? #13

Closed GorgonMeducer closed 3 years ago

GorgonMeducer commented 3 years ago

Hi,

Thank you for this fantastic job! I have made a Pico template for MDK, and it works well!

https://github.com/GorgonMeducer/Pico_Template

I have some questions:

Thank you in advance.

Cheers, Gabriel

majbthrd commented 3 years ago

Cool!

It seems like the simplest solution is that you just link to the pico-debug download.

That way, users can always get the most current version. This is what other projects like arduino-pico have done.

You mentioned license; the pico-debug license is specified in the README.md of the project. It uses the MIT and Apache 2.0 licenses. If you think it is important to copy the uf2 files to your own repository, then please follow those license terms for copies of object code.

GorgonMeducer commented 3 years ago

I will put a link to the pico-debug download.

Thank you.