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);
|