BSP430
20141115
Board Support Package for MSP430 microcontrollers
|
BSP430 application and platform configuration directives. More...
#include <msp430.h>
Go to the source code of this file.
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.