Skip to content

MrGreensWorkshop/ZephyrOS_RasPiPico_PicoDRO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zephyr RTOS Tutorials with Raspberry Pi Pico

GitHub issues GitHub forks GitHub stars GitHub license Support me on GitHub Sponsors Support me on Patreon Tip me via Ko-fi


Zephyr RTOS Tutorials with Raspberry Pi Pico

Everything is covered in the video above and in this blog post. Please watch all Zephyr RTOS Tutorial videos to make more sense of this one.

Build commands (tag-specific)

The build command is the same for both application types. Run the commands below within the ZephyrOS_RasPiPico_PicoDRO directory. For more about west command, please check the link.

The default console is set to USB CDC.

  • Build the app

    west build app -p
  • Build the app with debug configuration (LOG output)

    west build app -p -- -DOVERLAY_CONFIG="debug.conf"
  • Build the app with UART configuration

    west build app -p -- -DUSE_USB_CONSOLE="OFF"
  • Build the app with UART & debug configuration (LOG output)

    west build app -p -- -DUSE_USB_CONSOLE="OFF" -DOVERLAY_CONFIG="debug.conf"

You Can Support My Work

Creating projects like this takes a great amount of time. Much appreciated if you consider supporting me so that I can continue projects like this and creating new contents for everyone.

  • You can support me on GitHub Sponsors (monthly or one time)
  • You can be one of my patrons on Patreon (monthly)
  • You can tip me via Ko-fi (one time)

Something is not right?

Since this is source code for a tutorial, I disabled the Issues tab. If you truly believe something is wrong, you can express your concerns in discussions.

License

As it says in the Apache License 2.0, you can use my code anywhere as long as you include the license file and copyright notice. Also, state if you make any changes.

Copyright (c) 2022 Mr. Green's Workshop https://www.MrGreensWorkshop.com