Closed davetcc closed 4 years ago
This task is now in progress, platformIO is installed and I'm working through a few glitches with my setup. Will update again once Arduino is fully working for me with PIO.
More or less working builds for Arduino on platform IO. Steps for this are:
Get PIO->Arduino working for [AVR compiling], [SAMD in progress], ESP8266 and ESP32. This accounts for most boards. Get PIO->Mbed working with STM32F439 board, a very powerful M4 based board.
I've now got the tests working on platform IO, moving all the tests to platform IO tests.
All test now pass for mbed rtos
As a user of the library I want to be able to build a product using IoAbstraction that works on both Arduino and mbed. For mbed it should work in both the online IDE and platformIO.
This should include switches, EEPROM, keyboard, IO and task manager.
The exact boards to use for testing are To be determined.