progress towards decoupling cec and cdc functionality, et-al #51
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.
decouple cec user control name strings from both config and log modules
move and rename function cec_get_uptime_ms() to cec_log_uptime_ms()
decouple cec-log from usb-cdc by initialising with pointer to the log function
also sneak a few other dependency (.h inclusion) reductions in
todo: cec-config contains code which is foreign from pure cec requirements
todo: recently introduced include/config.h may somehow conflict/override with pico-sdk having same
todo: address issue of _CDC_BR being the only thing left requiring inclusion of usb-cdc.h in certain cec modules