eclipse-plugins
eclipse-plugins copied to clipboard
The Eclipse Embedded CDT plug-ins for Arm & RISC-V C/C++ developers (formerly known as the GNU MCU Eclipse plug-ins). Includes the archive of previous plug-ins versions, as Releases.
in the current newlib, the `system()` call seems not functional, probably due to the missing HAVE_SYSTEM definition. in the semihosting section of syscalls, reimplement `system()` to call `_system()`.
it would be great to be able to control the trace peripheral from within Eclipse. There might be some button to start program counter sampling. https://github.com/PetteriAimonen/STM32_Trace_Example/blob/master/configure-trace.openocd I have no idea...
After removing packages, the icons in the Board view do not turn grey. Probably other views must be also updated. (copied from [SF bugs#115](https://sourceforge.net/p/gnuarmeclipse/bugs/115/)).
When a device is assigned to the project, set the arm family automatically in project settings. (Migrated from [SF feature-requests#80](https://sourceforge.net/p/gnuarmeclipse/feature-requests/80/)).
After installing a new pack version, the outlook continues to display the summary outlook, not the full outlook, requiring a click on the pack version to refresh. (migrated from [SF...
If definitions of different devices use common families, and the memory map is not defined at device level but at family member, the two trees cannot simply be merged together,...
For projects not created with GNU ARM Eclipse, when creating debug configurations, do not use ${cross...} because these macros are not available. Special care for makefile projects.
### Description Setting a break point on Reset_Handler seems to stall at fpu init and not going to main using Jlink with cortex m7, however if I specify the program...
Hi @ilg-ul , I would like to request a feature like below:  Adding a checkbox in Settings -> Linker -> Libraries, this checkbox is used to control group libraries...
Added new option for optimization level: optimize aggressively for size