Is your feature request related to a problem? Please describe.
If I want to start my own project based on the SDK, I have to pull in the examples,
which I don't want.
Describe the solution you'd like
make SRC a git submodule, so everyone can just integrate the SDK as such.
Describe alternatives you've considered
An alternative could be a fork of hydraUSB and then delete the example,
but that would create lots of unrelated forks of the project.
Yes it is planned and at same time to rename it (as SRC is not very good name)
Proposal is to create project https://github.com/hydrausb3/wch-ch56x-bsp which will contains SRC (to refactor the directory structure too, remove the SRC/Peripheral/ => src/inc directory and put everything in same directory)
Is your feature request related to a problem? Please describe. If I want to start my own project based on the SDK, I have to pull in the examples, which I don't want.
Describe the solution you'd like make SRC a git submodule, so everyone can just integrate the SDK as such.
Describe alternatives you've considered An alternative could be a fork of hydraUSB and then delete the example, but that would create lots of unrelated forks of the project.