5 changed files with 59 additions and 8 deletions
-
10app/Core/Src/main.c
-
6app/MDK-ARM/app.uvguix.29643
-
20app/MDK-ARM/app.uvoptx
-
5app/MDK-ARM/app.uvprojx
-
26src/hardware_main.c
@ -0,0 +1,26 @@ |
|||
#include <stdbool.h> |
|||
#include <stdint.h> |
|||
#include <stdio.h> |
|||
#include <string.h> |
|||
|
|||
#include "cmsis_os.h" |
|||
#include "config.h" |
|||
#include "encoder_acquistion_service.h" |
|||
#include "iwdg.h" |
|||
#include "lwip.h" |
|||
#include "main.h" |
|||
#include "protocol.h" |
|||
#include "usart.h" |
|||
#include "zboard.h" |
|||
#include "zport.h" |
|||
// |
|||
#include "iflytop_microcontroller/sdk/stm32/stm32sdk.h" |
|||
|
|||
#define TAG "HARDWARE_MAIN" |
|||
|
|||
void hardware_main() { |
|||
ZLOGI(TAG, "start hardware test"); |
|||
while (1) { |
|||
/* code */ |
|||
} |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue