I try to add support for a new mcu (MSP430FR2433) to Energia and would like feedback if this is the right way...
The boards and variants files have been already been adapted.
Because Energia uses GCC also I copied the msp430fr2433.h from the TI CCS directory: \ti\ccsv6\ccs_base\msp430\include_gcc\ to the Energia directory: \energia-0101E0017\hardware\tools\msp430\msp430\include\msp430fr2433.h
But when I try to build the basic blink example I get errors like
Looking at this line and comparing it to the already existing msp430fr413