The examples provided by Energia for the Anaren CC110L fail to compile against the MSP432.
In file included from ~/Library/Energia15/packages/energia/hardware/msp432/3.8.0/libraries/AIR430BoostEuropeETSI/utility/A110x2500Radio.cpp:29:0:
~/Library/Energia15/packages/energia/hardware/msp432/3.8.0/libraries/AIR430BoostEuropeETSI/utility/Platform.h:31:31: fatal error: driverlib/rom_map.h: No such file or directory
#include <driverlib/rom_map.h>
^
compilation terminated.
The examples provided by Energia for the Anaren CC110L fail to compile against the MSP432.
https://github.com/energia/msp432r-core/blob/57227b88de66a7874435dd50a13e8f612e39d602/libraries/AIR430BoostEuropeETSI/utility/Platform.h#L31
when
rom_map.h
has migrated todriverlib/MSP432P4xx/rom_map.h
.Change lines 31-33 to