eclipse-plugins icon indicating copy to clipboard operation
eclipse-plugins copied to clipboard

Could we add support for AVR microcontroller and arduino framework?

Open TurnOffNOD opened this issue 4 years ago • 2 comments

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.

TurnOffNOD avatar Sep 17 '21 16:09 TurnOffNOD

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.

ilg-ul avatar Sep 17 '21 16:09 ilg-ul

FWIW this was asked before here

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

TommyMurphyTM1234 avatar Sep 17 '21 16:09 TommyMurphyTM1234