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.
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"
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)
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.
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