Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT 9.0/Neon is available!

> On 24 Jun 2016, at 16:55, Doug Schaefer <dschaefer@xxxxxxxxxxxxxx> wrote:
> 
> I have shifted my focus on Eclipse towards the hobbyist embedded system
> developer. ...
> That may lead us to more general FreeRTOS support for ARM controllers as
> well, and then maybe into mbed. And with that, I imagine we start to
> overlap with projects like GNU ARM Eclipse.

for simple hobbyist blinky projects, probably many approaches are equally fine. my approach was to provide wizards that generate ready to run projects.

for serious embedded developers things get more complicated.

the trick is not necessarily the selection of the RTOS, or generally the content of the libraries used, but a convenient packing mechanism to reflect dependencies, paired with a managed build system to use this metadata.

there may be many candidates solutions, but I could not find one to meet all my requirements. 

my xPacks/XCDL solution (http://xcdl.github.io) is inspired by eCos CDL, but I also plan to keep a certain degree of compatibility with CMSIS Packs and mbed yotta.

for those interested, I suggest to read the "Why XCDL?" page (http://xcdl.github.io/guide/rationals/) and possibly the Concepts page, and let me know what they think. (the xPacks/XCDL site is far from final, there is much work planned there).

regards,

Liviu



Back to the top