I just started using energia this week and am very impressed with the fork. My development platform is the Tiva C Series connected launchpad EK-TM4C1294XL. I have been able to port arduino libraries over with very little or no changes. I have a few newbie questions:
1) How do I refer to my board in the forums? EK-TM4C1294XL?
2) The library documentation on the enrgia website is incomplete. How can I get information on how the EEPROM library works for example? Since energia strives to be arduino like can I assume in a limited way that the arduino docs on the same library are a usefull guide?
3) Is driverlib exposed for my processor? I just answered that question by changing the board in energia. So the answer is NO :( Is it in the works?
4) The EK-TM4C1294XL has 8 UARTS. UART0 is connected to the debug interface. Which one is connected to the other USB port and how do I use it without having driverlib exposed?
Thanks.