espressif / arduino-esp32

Arduino core for the ESP32
GNU Lesser General Public License v2.1
13.52k stars 7.39k forks source link

Migrate to ArduinoCore-API #5271

Closed dok-net closed 2 years ago

dok-net commented 3 years ago

Migrating / porting Arduino Core for ESP32 to use https://github.com/arduino/ArduinoCore-API should bring closure to debates about Arduino compatibility.

According to the README there, at the time of entering this issue, in excerpts:

All Arduino official cores are being ported to the new structure so they take advantage of this single repo.

[...]
Some cores have been ported to the new structure, for example:

megaAVR (https://github.com/arduino/ArduinoCore-megaAVR)
nRF52-mbedos (https://github.com/arduino/ArduinoCore-nRF528x-mbedos)
classic AVR (https://github.com/arduino/ArduinoCore-avr/tree/api)
SAMD (https://github.com/arduino/ArduinoCore-samd/tree/api)
me-no-dev commented 3 years ago

this is planned

dok-net commented 3 years ago

I expected no less, just felt adding an issue to keep track is a good idea :-) Thanks!!!

igrr commented 3 years ago

Linking the discussion on the same topic in esp8266/Arduino: https://github.com/esp8266/Arduino/issues/8112. and quoting dok-net:

Makes it look more and more like it's best to let matters settle before adopting that.

igrr commented 2 years ago

Seems like the conclusion for now is that migrating to arduino-core API is not currently doable. We'll close this issue to keep the backlog manageable.