2015-10-06 02:47 AM
Overview
The
https://github.com/gnuarmeclipse
includes
a set of open source Eclipse plug-ins and tools to
create/build/debug/manage ARM (32-bit) and AArch64 (64-bit) applications
and static/shared libraries, using the latest GNU ARM GCC toolchains.
New lookStarting with September 2015, the
http://gnuarmeclipse.github.io/
site has a completely new look.
(see attached github-io-gae-home.jpg)
Apart from the aspect (definitely cool!), the main functional change is
the addition of the right sidebar, to facilitate access to the project
documentation.
The new site no longer uses WordPress; instead, it is entirely static
and was generated with Jekyll.
New project home on GitHubWith GitHub gaining more and more traction, the GNU ARM Eclipse project
was migrated from SourceForge to GitHub.
RepositoriesThe migration of repositories was easy, each project was pushed into its
own repository.
The current project repositories are:
The migration of binary files was a bit more complicated, and, due to
current GitHub limitations, is incomplete. The main problem was raised
by the two Eclipse update sites, which require a certain folder
structure, and since GitHub currently does not support adding folders to
releases, the Eclipse update sites will remain hosted on SourceForge (at
http://gnuarmeclipse.sourceforge.net/updates
).
Except the Eclipse update sites, all future binary files will be
published as GitHub Releases, attached to the respective project
repositories.
The archive of past releases was also migrated from SourceForge to
GitHub.
Issues trackersThe SourceForge trackers were replaced by the GitHub Issues trackers,
one for each project.
It is planned to preserve the content of the old SourceForge trackers,
even if now they are locked and new tickets cannot be created there.
Notifications via watched projectsFor those interested in receiving notifications, the recommended way is
to subscribe to the GitHub projects, by clicking the Watch button and
selecting Watching).
In addition to the gnuarmeclipse/plug-ins project, it is also
recommended to subscribe to the gnuarmeclipse/gnuarmeclipse.github.io
project, to receive notifications for new Web posts.
More infoFor more details about the GNU ARM Eclipse project, please refer to the
project site
http://gnuarmeclipse.github.io/
.
2015-10-07 12:49 AM
Thank you for all your hard work on this project. It just works. BTW, does anybody know what are the main differences between the GNU ARM Eclipse and OpenSTM32 for STM32 parts development? They are both based on Eclipse and are actively developing. I use GNU because it's open source.
2015-10-07 05:44 AM
... does anybody know what are the main differences between the GNU ARM Eclipse and OpenSTM32 for STM32 parts development?
last time when I checked, they did not have any ARM specific customisations, they used the plain cross gcc plug-in for managed build and the gdb hardware debugging plug-in for debugging.in GNU ARM Eclipse there are many additions, from compiler/linker settings, to j-link/openocd/qemu debugging plug-ins and cmsis-packs for peripheral registers view and documentation.frankly, the comparison is not exactly fair.2015-10-07 01:30 PM
Hello Liviu,
I develop on STM32 using the tools you develop and provide (on Linux). I am very satisfied and very impressed by the tools you provide. They help me a lot and gave me the opportunity to create products without high budget (that I couldn't afford otherwise). I wanted to thank you a lot for all the work you do for the community. Best regards Zirco