eerimoq / simba

Simba Embedded Programming Platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WEMOS D1 Mini on Arduino IDE

PaulChristopher opened this issue · comments

Hi and many thanks for this great RTOS with support for so many different boards!

I have just installed the Arduino IDE packages for the ESP8266, but my WEMOS D1 mini seems not to be supported there?

How can I add support for this board in Arduino?

If you give me some hints, where in the code the parts for the Arduino IDE are burried, I'll give it a try.

Thanks!

Hello,

it was quite some time since I added a board in the Arduino IDE, but I think these are a good start:

https://github.com/eerimoq/simba/tree/master/make/arduino/esp
https://github.com/eerimoq/simba/blob/master/make/arduino/arduino.py

After the updates run make arduino in the repository root to create the release. You can find the release in simba-arduino/.