Paparazzi UAS  v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
board.c File Reference
#include "hal.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 boardInit (void)
 Board-specific initialization code. More...
 

Function Documentation

void __early_init ( void  )

Early initialization code.

This initialization must be performed just after stack setup and before any other initialization.

Definition at line 70 of file board.c.

void boardInit ( void  )

Board-specific initialization code.

Todo:
Add your board-specific code, if any.

Definition at line 122 of file board.c.