Extending example projects in the IDE
I'm new to IDE's (i'm old school, all my dev has been done with unix command line, shells, manually created make files), so my apologies up front for what is probably a pretty basic question. I'm starting with the example SBSFU KMS for the B-L475E-IOT board and want to extend the user app to bring in the application capabilities from the AZURE example for the same board. This entails bring in some drivers (for the networking, sensors, etc) and sme additional middlewares. If i just copy the middleware/driver folder content from the file system i'm bringing in alot more than the example project, so i'm trying to understand how to bring in the required files. It looks like the IDE has some level of a "link" that it maintains pointing to the actual source folders, as the directories within the example app for the Drivers and Middlewares are completely empty (place holders??)