jcR 6 Posted May 7, 2017 Share Posted May 7, 2017 Do you have date time to introduce support for C++11 as introduced to ESP8266/ESP32 on ARDUINO IDE. Thank you for your help example: namespace { enum class STATES_MSP: std::uint8_t { MSP_Sleep,MSP_Poweron,MSP_PIR_Alarm,RTC_Alarm,ESP_Power_off,ESP_Heartbeat,ESP_Power_on }; }; Quote Link to post Share on other sites
energia 484 Posted May 8, 2017 Share Posted May 8, 2017 This will not be available for a while. The currently used MSP430 compiler does not support it and the upcoming compiler is not quite there yet to be consumed by Energia. Quote Link to post Share on other sites
jcR 6 Posted May 9, 2017 Author Share Posted May 9, 2017 Well taken into account, but thanks for your reply Quote Link to post Share on other sites
jcR 6 Posted May 9, 2017 Author Share Posted May 9, 2017 But i do not understand this statement (2016) as we are one year later posted by ENERGIA Member level 4(http://forum.43oh.com/topic/9831-enabling-c1114-support-in-energia/) Posted August 11, 2016 · Report post) Sorry for not being clear in the post above. The current beta includes the older gcc version. I will be releasing an updated MSP430 board package in the next couple of weeks that will include the aforementioned updated msp430-elf-gcc compiler that will feature gnu++11. Quote Link to post Share on other sites
energia 484 Posted May 9, 2017 Share Posted May 9, 2017 After evaluating the new gcc (msp430-elf-gcc) we concluded that the size of the program the compiler produces is to large to be considered for Energia use. It will be worked on later this year though. Quote Link to post Share on other sites
jcR 6 Posted May 9, 2017 Author Share Posted May 9, 2017 thank you for the reply and the excellent work done by your team Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.