@@ -59,8 +59,17 @@ void SystemClock_Config(void)
|
||||
HAL_RCC_EnableCSS();
|
||||
}
|
||||
|
||||
//extern int iap_main_entry(void);
|
||||
//INIT_ENV_EXPORT(iap_main_entry);
|
||||
extern int iap_main_entry(void);
|
||||
INIT_ENV_EXPORT(iap_main_entry);
|
||||
|
||||
#include "shell.h"
|
||||
INIT_APP_EXPORT(finsh_system_init);
|
||||
|
||||
extern void fal(uint8_t argc, char **argv);
|
||||
MSH_CMD_EXPORT(fal, FAL (Flash Abstraction Layer) operate.);
|
||||
|
||||
extern int fal_init(void);
|
||||
INIT_COMPONENT_EXPORT(fal_init);
|
||||
|
||||
#include <stdlib.h>
|
||||
static void reset_fc(int argc, char **argv)
|
||||
|
Reference in New Issue
Block a user