@@ -19,13 +19,6 @@ file before *(— famous last words)*.
1919
2020## Status
2121
22- [ ![ Arduino/AVR ] [ ArduinoAVR.svg ] ] [ workflows/main ]
23- [ ![ Arduino/SAM D ] [ ArduinoSAMD.svg ]] [ workflows/main ]
24- [ ![ ATTinyCore ] [ ATTinyCore.svg ] ] [ workflows/main ]
25- [ ![ ESP32 ] [ ESP32.svg ] ] [ workflows/main ]
26- [ ![ ESP8266 ] [ ESP8266.svg ] ] [ workflows/main ]
27- [ ![ STM32/Nucleo64] [ STM32.svg ] ] [ workflows/main ]
28-
2922This project is in ** early development** .
3023So far nothing more than a fairly successful proof of concept.
3124
@@ -38,6 +31,17 @@ So far nothing more than a fairly successful proof of concept.
3831
3932Check [ "ready for public announcement"] [ milestone-2 ] to see what's missing.
4033
34+ The following Arduino platforms are tested automatically:
35+
36+ | Platform | Status |
37+ | ------------------------------------------------------------------------------------ | ---------------------------------------------------: |
38+ | [ Arduino Core for AVR boards] ( https://github.com/arduino/ArduinoCore-avr ) | [ ![ Arduino/AVR ] [ ArduinoAVR.svg ] ] [ workflows/main ] |
39+ | [ Arduino Core for SAMD21 CPU] ( https://github.com/arduino/ArduinoCore-samd ) | [ ![ Arduino/SAM D ] [ ArduinoSAMD.svg ]] [ workflows/main ] |
40+ | [ ATTinyCore Universal for ATtiny devices] ( https://github.com/SpenceKonde/ATTinyCore ) | [ ![ ATTinyCore ] [ ATTinyCore.svg ] ] [ workflows/main ] |
41+ | [ Arduino Core for ESP32 boards] ( https://github.com/arduino/arduino-esp32 ) | [ ![ ESP32 ] [ ESP32.svg ] ] [ workflows/main ] |
42+ | [ Arduino Core for ESP8266 boards] ( https://github.com/esp8266/Arduino ) | [ ![ ESP8266 ] [ ESP8266.svg ] ] [ workflows/main ] |
43+ | [ Arduino Core for STM32 boards] ( https://github.com/stm32duino/Arduino_Core_STM32 ) | [ ![ STM32/Nucleo64] [ STM32.svg ] ] [ workflows/main ] |
44+
4145Anyway, if you got some spare time, feel free to try out, to test, to give feedback,
4246to contribute.
4347
0 commit comments