BSP430  20141115
Board Support Package for MSP430 microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Release Notes and API Changes

Table of Contents

This is rarely updated; see the github issue tracker for the status and resolution of reported bugs, and the source repository for individual commit history.

Tested msp430-elf toolchain versions:

binutils.repo=git://sourceware.org/git/binutils-gdb.git
binutils.branch=master
binutils.commit=d3d7100a0d225f44d0bcfc05ae4ede96b462dc9b
gcc.repo=git://gcc.gnu.org/git/gcc.git
gcc.branch=trunk
gcc.commit=388a5b26893e35fae82423a99984896846ddb9fb
newlib.repo=git://sourceware.org/git/newlib.git
newlib.branch=master
newlib.commit=9b9f839addfe16ab0fd11f09a30a28139bfae6d5
msp430-elf.repo=git://github.com/pabigot/msp430-elf.git
msp430-elf.branch=gcc_rh
msp430-elf.commit=104bb0f78a95ec54d5184288fa2e355df3dd255f

Changes in Next Release

N/A

Changes in Release 20141115

Changes in Release 20140602

Changes in Release 20140310

Changes in Release 20140301

Changes in Release 20130625

Replacement of _ni with _rh

In this release many functions with _ni suffixes were renamed to use the _rh suffix, allowing them to be used when interrupts are disabled if resource conflicts are prevented through some other mechanism such as bsp430/resource.h. Existing code may be translated using the sed script at ${BSP430_ROOT}/maintainer/nirh_serial.sed, with the following command line (assuming your sources are under git):

git ls-tree HEAD \
  -r -z --name-only \
| xargs -0 sed -i -r -f ${BSP430_ROOT}/maintainer/nirh_serial.sed

Copyright 2012-2014, Peter A. Bigot