Hi, I'm one of the guys behind the Energia port for the CC430. I seem to be experiencing some weird issues with Energia or it's simply that I don't understand how the IDE really works. The main issue is that I have a hardware/msp430/cores/msp430 directory that works on an old version of Energia but not on the latest release, both versions cloned from github. In both cases the code builds and uploads to the CC430 board correctly but "Serial.print" only works when working from the old version of Energia. I want to remark that cores/msp430 is the same in both versions. As a side note, I'm using minicom as the serial terminal, not the terminal provided by Energia.
AFAIK, the working sources seem to be taken from build/linux/work/hardware/msp430/cores/msp430/ and not from hardware/msp430/cores/msp430 unless a complete rebuild of the IDE is done. Thus, I'm running an "ant run" on each try to be sure that the working directory contains the latest sources.
Otherwise, boards.txt and my pins_energia.h file are the same in both versions
I'm obviously missing something and I feel quite disoriented at this moment. Any advice or idea is welcome guys.
Thanks!!
Daniel.