Skip to content
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_dc_stm32: Fix check endpoint capabilities #13215

Merged
merged 1 commit into from
Feb 9, 2019

Conversation

ydamigos
Copy link
Collaborator

@ydamigos ydamigos commented Feb 9, 2019

DT_USB_NUM_BIDIR_ENDPOINTS includes EP0, which we should not
take it into account when we check endpoint capabilities

Fixes #13066

Signed-off-by: Yannis Damigos giannis.damigos@gmail.com

DT_USB_NUM_BIDIR_ENDPOINTS includes EP0, which we should not
take it into account when we check endpoint capabilities

Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
@ydamigos ydamigos added bug The issue is a bug, or the PR is fixing a bug area: Drivers area: USB Universal Serial Bus platform: STM32 ST Micro STM32 labels Feb 9, 2019
@codecov-io
Copy link

Codecov Report

Merging #13215 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #13215   +/-   ##
=======================================
  Coverage   48.75%   48.75%           
=======================================
  Files         319      319           
  Lines       46871    46871           
  Branches    10835    10835           
=======================================
  Hits        22850    22850           
  Misses      19394    19394           
  Partials     4627     4627

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d942c1d...239bf4b. Read the comment docs.

@galak galak merged commit 6a676ca into zephyrproject-rtos:master Feb 9, 2019
@ydamigos ydamigos deleted the stm32-usb-ep-check-cap branch February 11, 2019 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Drivers area: USB Universal Serial Bus bug The issue is a bug, or the PR is fixing a bug platform: STM32 ST Micro STM32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants