forked from xuos/xiuos
add flash and timer driver for hc32f4a0
This commit is contained in:
@@ -33,6 +33,11 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef BSP_USING_QSPI_FLASH
|
||||
#include "connect_flash.h"
|
||||
extern int FlashW25qxxSpiDeviceInit(void);
|
||||
#endif
|
||||
|
||||
#ifdef KERNEL_USER_MAIN
|
||||
#ifndef MAIN_KTASK_STACK_SIZE
|
||||
#define MAIN_KTASK_STACK_SIZE 2048
|
||||
@@ -46,6 +51,8 @@
|
||||
extern int StartWatchdog(void);
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
extern void CreateKServiceKTask(void);
|
||||
extern int main(void);
|
||||
void InitBoardHardware(void);
|
||||
|
||||
Reference in New Issue
Block a user