sfranzyshen / arduino-bl808

Arduino Core for Bouffalo Labs's RISC-V BL808 SOC
http://www.sfranzyshen.org/arduino-bl808/
GNU Lesser General Public License v2.1
33 stars 0 forks source link

To ArduinoCore-API or To Not ArduinoCore-API? #4

Open sfranzyshen opened 1 year ago

sfranzyshen commented 1 year ago

Do we build upon the ArduinoCore-API or Without it?

I see several arduino-core's being built using a skeleton filesystem that basically wraps an existing SDK to match the arduino-api ... and never uses the ArduinoCore-API

I have only seen one project (Raspberry Pi Pico Arduino core) that is using the ArduinoCore-API

I assumed there was some sort of documentation to follow along with to help implement a new core ... but as pointed out by this post no such documentation exist ... and I have not found much help ...

sfranzyshen commented 1 year ago

Here is the Initial commit of the earlephilhower/arduino-pico project ... closest thing I have found to a starting point using the ArduinoCore-API ...

https://github.com/earlephilhower/arduino-pico/commit/44c586795b5526067571809f134f10129203e2a5