@@ -59,3 +59,16 @@ void SystemClock_Config(void)
|
||||
*/
|
||||
HAL_RCC_EnableCSS();
|
||||
}
|
||||
|
||||
// init ports
|
||||
extern int cplusplus_system_init(void);
|
||||
INIT_COMPONENT_EXPORT(cplusplus_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_ENV_EXPORT(fal_init);
|
||||
|
||||
extern int iap_main_entry(void);
|
||||
INIT_ENV_EXPORT(iap_main_entry);
|
||||
|
Reference in New Issue
Block a user