Source Tree Structure - Infineon/radar-bgt60 GitHub Wiki

The source folder structure is organized according to the described architecture in the library architecture section:

root
+-- docs/
+-- src/
    +-- config/
    +-- corelib/
    +-- framework/
        +-- fmwkA/
            +-- pal/
            +-- wrapper/
            +-- ...
        +-- fmwkB/
            +-- pal/
            +-- wrapper/
            +-- ...
        +-- ...
    +-- pal/
    +-- ...
+-- test
+-- ...

Additional folders for utilities and metadata files (i.e. makefiles, manifests, git files, LICENSE, ...) used by the software toolchain and development environment can (and will) as well be found in these folders together with the .hpp, .h, .cpp and .c sources.