kevinhikaruevans/blackboard-esp32

Learn how embedded C libraries are usually implemented

kevinhikaruevans opened this issue · 1 comments

¯\(°_o)/¯

Do people just normally manually place libraries in their includes? Or is there some fancy automated thing? Are binaries distributed ever?

https://stackoverflow.com/questions/1398445/directory-structure-for-a-c-library

  • Split sources to src/
  • Split headers to include/
  • Maybe use Vitis' library feature
  • Update project structure