What is the easiest/correct way to make a new project based on more than one SDK2.0 examples?
For example, I want to make a SDK 2.0 project having the following features
- FreeRTOS
- USB VCOM
- UART
- I2C
There are example projects for all of the above. However, if I start to modify one example by adding files from the other examples, then it’s a time consuming job finding the correct files and setting up the correct links etc. Is there a preferred way of doing this?