structure.rst 589 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. *********
  2. Structure
  3. *********
  4. Tree
  5. ====
  6. ::
  7. .
  8. ├── docs
  9. ├── examples
  10. ├── hw
  11. │   ├── bsp
  12. │   └── mcu
  13. ├── lib
  14. ├── src
  15. ├── test
  16. └── tools
  17. docs
  18. ----
  19. Documentation
  20. examples
  21. --------
  22. Sample with Makefile build support
  23. hw/bsp
  24. ------
  25. Supported boards source files
  26. hw/mcu
  27. ------
  28. Low level mcu core & peripheral drivers
  29. lib
  30. ---
  31. Sources from 3rd party such as freeRTOS, fatfs ...
  32. src
  33. ---
  34. All sources files for TinyUSB stack itself.
  35. test
  36. ----
  37. Unit tests for the stack
  38. tools
  39. -----
  40. Files used internally