kiksotik / hdc

Host Device Communication protocol
MIT License
2 stars 0 forks source link

Improve usability of the hdc repository #8

Open kiksotik opened 2 years ago

kiksotik commented 2 years ago

Learn from other projects how organize the repository, the source-code, the packaging, the build-toolchain, etc...

HDC requires to conform to good practice of quite different software development cultures and its not sufficient to just follow a single set of conventions. Special care is needed to ensure the portability of the C code, which is currently too tailored to the specific conventions used by a single IDE (STM32CubeIDE)

Some sources for inspiration: