mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 06:19:24 +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);
|