picowota icon indicating copy to clipboard operation
picowota copied to clipboard

Add UART debugging option

Open Ponderosa opened this issue 7 months ago • 0 comments

Modify CMakeLists to accept new var PICOWOTA_DEBUG_UART. Must set var to true to enable. Modify main.c to accept new compile time definition DEBUG_UART Searched for "DEBUG_UART" conflicts in pico-sdk and found none. (some close matches, but nothing exact)

Tested both usb debug and uart debug with freshly flashed bootloaders.

Ponderosa avatar Jul 14 '24 21:07 Ponderosa