New NXP MCUXpresso Eclipse IDE v11: The V11 of the MCUXpresso IDE is again a big step forward: new Eclipse version and 64bit, updated ARM toolchain, extended debugging support for P&E and Segger in addition to the LinkServer connection. The Global Variables view now supports live variables and graphing for P&E and SEGGER in addition […]
Tag Archives: Eclipse
Tutorial: Git with Eclipse
A detailed tutorial on Eclipse with the EGit plugin by Erich Styger: There are things which are game changer in the world of software development: one such event was when I started using a VCS (Version Control System): it changed for me how I keep and store my projects and settings. It even changed the way how […]
Linting with Eclipse and the GNU ARM Embedded Launchpad compiler
Erich Styger of MCUonEclipse writes: For a space project we have to make sure that things are not failing while our hardware orbits around the Mother Earth. Therefore we are using different static and dynamic analysis tools, and one of it is using PC-lint from Gimpel to catch as many errors and bugs as possible. For […]
Serial terminal view in Eclipse Luna
Erich writes: I’m using mostly an external terminal program like Termite. But it is a very useful thing to have a terminal view in Eclipse so I do not need to switch to another application. All what is needed is the installation of a plugin plus the RXTX (at least on Windows). And best of […]
Eclipse hardware debugging guide
Brian made a tutorial on using eclipse for JTAG debugging LM3S based boards: I have published in the docs section a guide on how to use Eclipse to do JTAG based hardware debugging for the LM3S development boards (Cygni, Eridani, Procyon).Eclipse is complex software which has a lot of power and settings, not all of […]
Open source logic analyzer software
We woke up in a strange world where everyone knew about a new logic analyzer frontend for the Logic Sniffer, except us. LogicAnalyzer is a framework as well as an application to operate a PC based logic analyzer. It’s built using the Eclipse RCP and designed with extensibiliy in mind. Integrating devices, providing tools or […]