Closed rei-vilo closed 7 years ago
Similarly, the global.h
is provided for the CC1310 EMT and the MSP432 EMT, but not for the CC3200 EMT.
$ find ~/Library/Energia15/packages/energia/hardware -name global.h
/Users/ReiVilo/Library/Energia15/packages/energia/hardware/cc13xx/3.7.2/cores/cc13xx/xdc/cfg/global.h
/Users/ReiVilo/Library/Energia15/packages/energia/hardware/msp432/1.3.3/cores/msp432/xdc/cfg/global.h
This issue was moved to energia/cc3200emt-core#7
When compiling the
MultiBlink.ino
against the CC1310 EMT and MSP432 EMT, compilation generates two files,MultiBlink_CC3200.ino.cpp
andmain.cpp
.The former concatenate all the different task into one file and the latter declares the tasks to the RTOS.
However, compiling the
MultiBlink.ino
against the CC3200 EMT does not generate themain.cpp
.Has the compilation procedure changed?