Example: (omitted non-relevant files)
.
├── docs
├── examples
│ ├── hello_world
| | ├── CMakeLists.txt
│ │ ├── Src
│ │ │ ├── disco_f413zh
│ │ │ ├── disco_f769ni
│ │ │ └── misc
│ │ ├── cmake
│ │ ├── media
│ │ └── models
│ │ ├── compiler
│ │ ├── interpreter
│ │ ├── ipynb
│ │ └── other
│ └── ...
└── media
Self-explanatory.
Contains Git submodules to the actual Examples Projects. (Re-)Fetch them via git submodule update --init --recursive
Contains ZIP-Archive of files which can be copied to an SD-Card for the STM32 Boards.
See docs/Usage.md
!
Contains all the Source and Header files including board-specific directories.
Submodule containing all common CMake Modules. See stm32-tflm-cmake-modules
Provides scripts and information about how to generate Dataset-Samples compatible with the STM32-Boards. See README.md!
Contains models and intermediate files as well as scripts to reproduce them if required. See README.md!