gauteh / defmt-serial

Log defmt messages over the serial port.
23 stars 6 forks source link

Pi Pico Example added #3

Closed Dave-Vallance closed 1 year ago

Dave-Vallance commented 1 year ago

Ok - Had a quick go at this... I have tried to follow the Artemis example as much as possible. I.e. same loop (without the LED), same expected logging output. Likewise, I have also copied your shell runner.

A readme was added for the pico specific stuff.

Let me know if you want any changes!

Dave-Vallance commented 1 year ago

Ohh you might want to pay attention to the .gitignore file - I made some edits and the scope of those are not isolated to just my example (like ignoring all lock files)

gauteh commented 1 year ago

Thanks, this looks great! I think it should be listed along with example-artemis in the top level readme.

Dave-Vallance commented 1 year ago

Great! I can make a quick edit to that when I am next at my computer for more than a couple of minutes. (Probably tomorrow night or Monday).

Dave-Vallance commented 1 year ago

OK - updated - Let me know if you need anything else.

gauteh commented 1 year ago

Perfect, merging!