This application does not require any additional setup as it acts as a template. You can add more functionality to this application by following the steps below:
- Add your source files in
app_template
- Add your library paths to the
CMakeLists.txt
file and STM32CubeIDE.cproject
,.project
similar toGNSE_BSP
library
Note:
Keep in mind that you can also see how this is done in the other example applications located inapp
folder.
If you are satisfied with the application behavior, you can rename it and add the new app name to CMakeLists.txt
under APP_LIST
.
Please remember to adjust the paths of the source files according to your new application name.