APM:Libraries
Functions
board.c File Reference
#include "hal.h"
#include "usbcfg.h"
Include dependency graph for board.c:

Go to the source code of this file.

Functions

void __early_init (void)
 Early initialization code. More...
 
void __late_init (void)
 
void boardInit (void)
 Board-specific initialization code. More...
 

Function Documentation

◆ __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  )

Definition at line 64 of file board.c.

Here is the call graph for this function:

◆ boardInit()

void boardInit ( void  )

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().

Here is the caller graph for this function: