This project holds the template and various applications using the XMC4500 RelaxKit along with uCOS3. The setup consists of the following folders/layers:
....
```
APP_XXX/ ...... UCOS3 configuration files and application code
APP_XXX/BSP/ .. application specific board support packages for UCOS3
UCOS3/ ........ the RTOS (Micrium)
XMCLIB/ ....... the low-level library for the XMC controller family (Infineon)
CMSIS/ ........ the Cortex-M4 Support packages (ARM) and the XMC register files (Infineon)
....
```
Copy an application APP_XXX - rename the copy and make it your active build project.