SDK Application Projects
Software application projects are your final application containers. The project directory that is created contains (or links to) your C/C++ source files, executable output file, and associated utility files, such as the make files used to build the project. Each SDK project produces one executable file called projectname.elf. You can configure the following in a Software Application project:
- Compilation Settings
- Build Configurations
- Run and debug configurations
For standalone projects, each software application project must link against an SDK board support package project in your workspace. Otherwise, your software image will not link or be functional. Board support packages created for external tools cannot be used.
You can have any number of application projects. This allows you to do all of your software development for a given hardware within the same SDK workspace.