fapplin / rp2040-pico-command-line-interpreter

I wanted to create a command line interpreter for the Raspberry Pi Pico (rp2040) with the idea that a programmer could simply add code into a couple "C" source files, recompile, and the programmer would be able to run those commands in a pseudo shell like environment.
2 stars 1 forks source link

Open Source Licensing #1

Open FarmBoy522 opened 1 year ago

FarmBoy522 commented 1 year ago

Can you add an open-source license to this project? I would like to fork this project and add some of my own features.

fapplin commented 1 year ago

I haven't done anything on this in a long time - just playing around. Help yourself to it.

git fetch origin git checkout 1-open-source-licensing

FarmBoy522 commented 1 year ago

Awesome thanks!