DRAFT - DO NOT MERGE - Add third USB CDC (COM) port for debug output #93
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For discussion of the feature, review as it is developed, etc.
N.B. - This branch is NOT intended to be merged directly. It has too many changes. Small commits at each step, but still ... too much for one PR. Besides, the second time it's written, things are done more cleanly. 😉
Log
tusb_config.h
. Need to re-test to see if this was the primary cause.FetchContent_Populate(pico_sdk)
#91 and issue CMake - Deprecation of versions < 3.5 #92.100mA
. Not sure if that's OK, so opened new issue USB - Descriptors demand only 100ma #94 to get input and awareness.printf
and the like from Core1. May have also found a solution. See new issue Output Channels -- deadlock and generally broken #97.sprintf
. Manually calculated worst-case buffer usage for status bar.ui_statusbar_update()
theoretically could write1492
bytes into the buffer ... which is only1024
bytes in size. Conversion to use safe string functions is strongly recommended. See new issue Unsafe String Functions -- Potential Buffer Overflows #98.Users may be presented with UI in a default language, and have trouble selecting their native / preferred language. See new issue LANGUAGE - improve language selection #96.