STM32 Blue Pill Drivers
Drivers that could be used to interface and interact with STM32F103C8T6 Microcontroller
|
This file contains the implementation of the main function that is responsible for running the applications. More...
#include "APPS_main.h"
#include "../COTS/MCAL/RCC/RCC_interface.h"
#include "TestingGPIO/TestApp_TestingGPIO_main.h"
Macros | |
#define | TESTING_APPLICATION_MAIN_FUNC(APP_NAME) vTestApp_##APP_NAME##_main() |
This macro is used to define the main function of the application. More... | |
#define | TestingGPIO |
Functions | |
void | vAPPS_main (void) |
This function is responsible for running the applications. More... | |
This file contains the implementation of the main function that is responsible for running the applications.
#define TESTING_APPLICATION_MAIN_FUNC | ( | APP_NAME | ) | vTestApp_##APP_NAME##_main() |
This macro is used to define the main function of the application.
This macro is used to define the main function of the application
[in] | APP_NAME | The name of the application |
#define TestingGPIO |