TouchGFX NEMA Libraries
Hello,
We are in the process of integrating TouchGFX into our workflow and back-end build systems. We are using a STM32U599.
Please see my question with respect to the tree below
- What is the difference between TouchGFXNema and NemaGFX libraries?
- What does the wc16 suffix on the libraries mean?
Middlewares/ST/touchgfx_components/
└── gpu2d
├── NemaGFX
│ ├── include
│ └── lib
│ └── core
│ └── cortex_m33
│ └── gcc
│ ├── libnemagfx.a
│ ├── libnemagfx-float-abi-hard.a
│ ├── libnemagfx-float-abi-hard-wc16.a
│ └── libnemagfx-wc16.a
└── TouchGFXNema
├── include
│ └── touchgfx_nema
└── lib
└── cortex_m33
└── gcc
├── libtouchgfxnema.a
└── libtouchgfxnema-float-abi-hard.a
