dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages

Modules

 Config
 
 HAL_CONF
 

Macros

#define STM32_USE_REVISION_A_FIX
 
#define STM32_LSECLK   0
 
#define STM32_HSECLK   HSE_VALUE
 
#define STM32_VDD   330
 

Functions

void boardInit (void)
 Board-specific initialization code. More...
 

Detailed Description

Macro Definition Documentation

#define STM32_HSECLK   HSE_VALUE

Definition at line 44 of file board.h.

#define STM32_LSECLK   0

Definition at line 41 of file board.h.

#define STM32_USE_REVISION_A_FIX

Definition at line 34 of file board.h.

#define STM32_VDD   330

Definition at line 50 of file board.h.

Function Documentation

void boardInit ( void  )

Board-specific initialization code.

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

Definition at line 58 of file chibi_main.c.