Usbd_log macro refactoring#57
Open
alexrayne wants to merge 7 commits intoinsane-adding-machines:masterfrom
Open
Usbd_log macro refactoring#57alexrayne wants to merge 7 commits intoinsane-adding-machines:masterfrom
alexrayne wants to merge 7 commits intoinsane-adding-machines:masterfrom
Conversation
* usbd_private.h:USBD_LOGxxx(verbose_level - migrate to new debug printer style + USB_Vxxx - denotes verbosity levels + USB_VCALL,VIO,VSETUP - denotes code sections to log * usbd_log_call - deploy USBD_LOG_CALL to standalone printer routine * usbd_dwc_otg - starts migrate to new logstyle
+ USB_VURB,VURBQUE,VURBFAIL,VIO_MSC
+ USB_VIO2
-log - remove defaulted log
… can provide project instrumentation for log + : PRIurb, view_urbid - add this wrapers to adopt log instruments with int64 urb_id. +usbd:log:USB_VIO_INIT - printer for initialisation verbose + USB_MSC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Here is branch with refactoring LOGF -> USBD_LOGF
also deployed from usbd_private.h log binding port header usbd_log.h - this allow to bind unicore logs into project by local copy of that usbd_log.h
also introduced verbosity leves on loged areas USB_xxx