Should You Keep All The Application Configurations Into The Same sdk_config.h file? [SEGGER]

Описание к видео Should You Keep All The Application Configurations Into The Same sdk_config.h file? [SEGGER]

In this video, we'll be looking into where to add application related configurations.
All your application related configurations should be saved into the app_config.h file. This file is conditionally included in the sdk_config.h file with the USE_APP_CONFIG variable.
To include it, you need to add the USE_APP_CONFIG variable to the Preprocessor Definitions.
You also need to create the file in the config folder, and add it to the project in Segger.


Hope this video is helpful,

Комментарии

Информация по комментариям в разработке