Regarding 'Arduino Core for Mbed CE Arduino devices' and GIGA R1 WIFI #510
-
|
Hi, apologies if this isn't the right forum for this Q. I'm keen to use https://github.com/mbed-ce/ArduinoCore-mbed-ce/ with my GIGA R1 WIFI board, and whilst the core has compiled successfully, the ninja package step has not included all the required headers. The zip doesn't include driver .h files for component WHD, for example, and possible others. p.s. giga.build.variant is missing from ide-config-files/board-txts/ARDUINO_GIGA/boards.txt.in |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
Hello and welcome, BR, Jan |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @JohnK1987. Any pointers on how to correctly add components to variants very much appreciated. |
Beta Was this translation helpful? Give feedback.
-
|
fwiw, I am not actively maintaining that repo anymore. It was a lot of work to take the stuff Arduino built on top of Mbed and and make it actually work properly (especially because their code quality is... not the greatest a lot of the time), and I really need to spend my time on Mbed CE itself. That said, Giga R1 should work properly with Mbed OS (no Arduino stuff) if you just follow the regular Mbed instructions. And we are almost there on adding PlatformIO support to make using Mbed CE easier! And if you are able to find the issue, I'd be happy to review a PR! |
Beta Was this translation helpful? Give feedback.
fwiw, I am not actively maintaining that repo anymore. It was a lot of work to take the stuff Arduino built on top of Mbed and and make it actually work properly (especially because their code quality is... not the greatest a lot of the time), and I really need to spend my time on Mbed CE itself.
That said, Giga R1 should work properly with Mbed OS (no Arduino stuff) if you just follow the regular Mbed instructions. And we are almost there on adding PlatformIO support to make using Mbed CE easier!
And if you are able to find the issue, I'd be happy to review a PR!