#include "hal.h"
#include "usbcfg.h"
Go to the source code of this file.
◆ __early_init()
void __early_init |
( |
void |
| ) |
|
Early initialization code.
This initialization must be performed just after stack setup and before any other initialization.
Definition at line 60 of file board.c.
◆ __late_init()
void __late_init |
( |
void |
| ) |
|
◆ boardInit()
Board-specific initialization code.
Board-specific initialization function.
- Todo:
- Add your board-specific code, if any.
Definition at line 118 of file board.c.
Referenced by init().