a9183756-gh / Arduino-CMake-Toolchain

CMake toolchain for all Arduino compatible boards
MIT License
137 stars 40 forks source link

'Arduino Uno WiFi Rev2' support #48

Open ihor-drachuk opened 3 years ago

ihor-drachuk commented 3 years ago

Hi!

First of all I would like to say you great thank you for this awesome project which allows coding in normal IDEs. =)

And now about the problem I faced... Seems Arduino-CMake-Toolchain detected this board (Arduino Uno WiFi Rev2) correctly, build of simple hello-world code passes, but:

What I've tried:

Hello-world project: hello-world.zip

Could you please fix it or suggest something helpful for me?