eclipse-embed-cdt / eclipse-plugins

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.
http://eclipse-embed-cdt.github.io/
Eclipse Public License 2.0
558 stars 130 forks source link

Could we add support for AVR microcontroller and arduino framework? #494

Closed TurnOffNOD closed 1 year ago

TurnOffNOD commented 3 years ago

AVR represents a type of MCU, which is designed to have more IO modules, with internal ADC and DAC support, and multiple PWM support. It is a relatively "pure" controller. So, it is reasonable to have AVR support.

ilg-ul commented 3 years ago

As for arduino, I think there are other more specialised plug-ins.

As for AVR, it is an 8 bit architecture with lots of problems (for example not being able to conveniently access const strings in C/C++). I would say it is already obsolete, I'm not sure it is worth the effort.

TommyMurphyTM1234 commented 3 years ago

FWIW this was asked before here

https://github.com/eclipse-embed-cdt/eclipse-plugins/issues/309