mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-14 19:49:34 +08:00
10 lines
318 B
C
10 lines
318 B
C
|
/******************************************************************************
|
||
|
* @brief provide high-level startup routines for NV32Fxx.
|
||
|
*
|
||
|
*******************************************************************************/
|
||
|
|
||
|
/* Function prototypes */
|
||
|
void cpu_identify(void);
|
||
|
void flash_identify(void);
|
||
|
void start(void);
|