BSPACM  20150113
Board Support Package for ARM Cortex-M Microcontrollers
Macros
default_appconf.h File Reference

Common EFM32 STK default application configuration. More...

Go to the source code of this file.

Macros

#define BSPACM_CONFIG_DEFAULT_USART1   1
 
#define BSPACM_CONFIG_ENABLE_USART1   (BSPACM_CONFIG_DEFAULT_USART1 - 0)
 
#define BSPACM_CONFIG_ENABLE_UART0   (BSPACM_CONFIG_DEFAULT_UART0 - 0)
 
#define BSPACM_CONFIG_ENABLE_LEUART0   (BSPACM_CONFIG_DEFAULT_LEUART0 - 0)
 

Detailed Description

Common EFM32 STK default application configuration.

This file is included by <bspacm/config.h> which defines general defaults that are overridden/extended/used here to apply information to the board-specific configuration. Its contents should be consistent with the peripheral configuration identified in the PERIPH_CONFIG_SRC make variable.

This file may be copied, modified, and installed in an application-specific include directory to supersede the copy in the board-specific include hierarchy.

Homepage
http://github.com/pabigot/bspacm
Public Domain
Released under CC0