Integrating ATOM EDITOR with lpcexpresso

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Integrating ATOM EDITOR with lpcexpresso

304 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by dizgah on Sun Feb 28 22:08:41 MST 2016
Hi,
Is this possible to integrating atom editor(Fantastic editor from github)or any other modern editor with lpcexpresso?
WBR.
0 Kudos
2 Replies

264 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by miccio on Fri Mar 04 10:57:58 MST 2016
you can use LPCXpresso in headless mode and instruct atom's build engine to use it as your compiler. You could also simply use GCC ARM in your build config file, except LPCXpresso also updates your linker scripts and re-generates the makefiles hierarchy, but take this with a grain of salt.

The only missing feature would be trace and debugging. The latter can probably be solved with some other atom package, maybe look for GDB packages.



0 Kudos

264 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by vtw.433e on Mon Feb 29 01:38:39 MST 2016
LPCXpresso uses Eclipse. If there is an Eclipse plugin available, it should work
0 Kudos