Jump to content
43oh

Recommended Posts

Energia.png

 

Please find the latest releases of Energia:

 

Other links of interest:

Link to post
Share on other sites

This is awesome. Works great on my LM4F120XL!

 

The only thing I miss is that Code Composer Studio (and probably other Stellaris Launchpad toolchains) have on-board debugging. Is there any chance this could be implemented in Energia eventually? Alternatively, is there an external tool I can use to do the debugging (breakpoint, step, watch variables) after I build the code with Energia?

Link to post
Share on other sites

Energia –as all the other variants as Arduino, chipKIT Mpide, Wiring, MapleIDE, Teensy, .... – is based on Processing, a minimalistic IDE.

 

Unfortunately, this Processing IDE doesn't include any debugging tool.

 

So we'll need to add that feature. I opened a ticket with this idea at https://github.com/energia/Energia/issues/152

Link to post
Share on other sites
  • 2 weeks later...

Really glad to see support for the Stellaris LaunchPad.

Disappointed to see the file pathing get broken such that energia-0101E0009-windows_121206 has to be installed in a DOS compliant folder structure.  Sort of a step backwards from E0008.

 

Thanks for the great work otherwise.

...Ric

Link to post
Share on other sites
  • 8 months later...

This is awesome. Works great on my LM4F120XL!

 

The only thing I miss is that Code Composer Studio (and probably other Stellaris Launchpad toolchains) have on-board debugging. Is there any chance this could be implemented in Energia eventually? Alternatively, is there an external tool I can use to do the debugging (breakpoint, step, watch variables) after I build the code with Energia?

 

I am using Energia as a library like the libmaple with the Eclipse IDE. 

The combination of libenergia, Eclipse (with Zylin Embedded debug plugin) and OpenOCD enables you to debug the LM4F120XL board.

You can refer and modify my Stellaris build scripts to your taste. https://github.com/monpetit/libenergia

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...