Skip to content

Commit a7fd6b2

Browse files
authored
Organize status badges as table
1 parent e7af39e commit a7fd6b2

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
2922
This project is in **early development**.
3023
So 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

3932
Check ["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+
4145
Anyway, if you got some spare time, feel free to try out, to test, to give feedback,
4246
to contribute.
4347

0 commit comments

Comments
 (0)