-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USB transfer warnings #22502
Comments
@StefJar I will check it asap. We did not log it earlier and I did not change any logic in the transfers, so it just improper log level. |
Has this issue been investigated? I updated my zephyr from 2.1.0 to 2.2.0 and USB is broken. I am seeing the same thing reported here on sam0:
usb_transfer is spewing out hundreds of log messages per second. This issue was not present in 2.1.0. |
Ok, I see what you mean about the log level. There is "new" log warning added that is causing this issue. So, what is causing this? Is this some kind of error? |
Lower log level in a debug message. Fixes: zephyrproject-rtos#22502 Signed-off-by: Johann Fischer <j.fischer@phytec.de>
Just a wrong log level, probably accidentally changed for debugging. |
Lower log level in a debug message. Fixes: #22502 Signed-off-by: Johann Fischer <j.fischer@phytec.de>
Lower log level in a debug message. Fixes: zephyrproject-rtos#22502 Signed-off-by: Johann Fischer <j.fischer@phytec.de>
after pulling the latest master branch. I see so much more logging on the usb and warnings. I am pretty sure that it is related to that commits:
Together with my stm32f412 using the usb as an acm I am seeing these warnings etc:
the usb acm seems to work like before.
@jfischer-phytec-iot can you pls have a check on that?
The text was updated successfully, but these errors were encountered: