Best way to add new USB endpoints #957
gaborcsapo
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, we want to add 2 more CDC endpoints to our beefed up STM32H743 HIC HAL project and want to ask you opinion about it.
We want to be able to talk to 2 devices under test at the same time over UART and also talk to DAPLink through a shell console. The cleanest solution from a user perspective is if we add separate CDC endpoints for the additional use cases.
From a code perspective I see two ways forward:
Which path do you prefer? I'm asking you this, because committing back our HIC HAL is still in scope. We don't want to change shared code in unacceptable ways to avoid any merge issues. In the worst case, we can just maintain our HIC HAL in our own repo, instead of committing it back, which would be unfortunate.
Beta Was this translation helpful? Give feedback.
All reactions