BSP430  20141115
Board Support Package for MSP430 microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
bsp430_config.h File Reference

BSP430 application and platform configuration directives. More...

#include <msp430.h>

Go to the source code of this file.

Detailed Description

BSP430 application and platform configuration directives.

This infrastructure supports management of application-specific bsp430_config.h files. In your application's bsp430_config.h header define your specific requests then include <bsp430/platform/bsp430_config.h>.

This file will first include any platform-specific bsp430_config.h files. Platform-specific configuration headers are included based on the definitions of:

After platform-specific configuration has been read, this file may provide additional BSP430-generic configuration such as processing requests for functional resources.

Each inclusion will respect previous configuration values.

See also
Configuration of Core Peripheral Resources
Configuration of Functional Resources
Homepage
http://github.com/pabigot/bsp430