@@ -33,14 +33,14 @@ Check ["ready for public announcement"][milestone-2] to see what's missing.
3333
3434The following Arduino platforms are tested automatically:
3535
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 ] |
36+ | Platform | Status |
37+ | ------------------------------------------------------ | --------------------------------------------------------: |
38+ | [ Arduino Core for AVR boards] [ arduino-avr ] | [ ![ Status: AVR ] [ arduino-avr .svg] ] [ workflows/main ] |
39+ | [ Arduino Core for ESP32 boards ] [ arduino-esp32 ] | [ ![ Status: ESP32 ] [ arduino-esp32 .svg] ] [ workflows/main ] |
40+ | [ Arduino Core for ESP8266 boards ] [ arduino-esp8266 ] | [ ![ Status: ESP8266 ] [ arduino-esp8266 .svg]] [ workflows/main ] |
41+ | [ Arduino Core for SAMD21 boards] [ arduino-samd ] | [ ![ Status: SAM D ] [ arduino-samd .svg] ] [ workflows/main ] |
42+ | [ Arduino Core for STM32 boards] [ arduino-stm32 ] | [ ![ Status: STM32 ] [ arduino-stm32 .svg] ] [ workflows/main ] |
43+ | [ ATTinyCore Universal for ATtiny devices ] [ attiny-core ] | [ ![ Status: ATtiny ] [ attiny-core .svg] ] [ workflows/main ] |
4444
4545Anyway, if you got some spare time, feel free to try out, to test, to give feedback,
4646to contribute.
@@ -93,13 +93,21 @@ This project would not have been possible without all the previous hard work
9393I took good inspiration from it, especially when it comes to making CMake's initial
9494compiler detection accept Arduinos very special binary layout.
9595
96+ <!-- The following are the link reference definitions used in this document -->
9697
97- [ ArduinoAVR.svg ] : https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/badge-arduino-avr.yml/badge.svg
98- [ ArduinoSAMD.svg ] : https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/badge-arduino-samd.yml/badge.svg
99- [ ATTinyCore.svg ] : https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/badge-attinycore.yml/badge.svg
100- [ ESP32.svg ] : https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/badge-esp32.yml/badge.svg
101- [ ESP8266.svg ] : https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/badge-esp8266.yml/badge.svg
102- [ STM32.svg ] : https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/badge-stm32.yml/badge.svg
103- [ workflows/main ] : https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/main.yml
98+ [ arduino-avr ] : https://github.com/arduino/ArduinoCore-avr
99+ [ arduino-samd ] : https://github.com/arduino/ArduinoCore-samd
100+ [ arduino-esp32 ] : https://github.com/arduino/arduino-esp32
101+ [ arduino-esp8266 ] : https://github.com/esp8266/Arduino
102+ [ arduino-stm32 ] : https://github.com/stm32duino/Arduino_Core_STM32
103+ [ attiny-core ] : https://github.com/SpenceKonde/ATTinyCore
104104
105- [ milestone-2 ] : https://github.com/hasselmm/cmake-toolchain-arduino-cli/milestone/2
105+ [ arduino-avr.svg ] : https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/badge-arduino-avr.yml/badge.svg
106+ [ arduino-esp32.svg ] : https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/badge-esp32.yml/badge.svg
107+ [ arduino-esp8266.svg ] : https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/badge-esp8266.yml/badge.svg
108+ [ arduino-samd.svg ] : https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/badge-arduino-samd.yml/badge.svg
109+ [ arduino-stm32.svg ] : https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/badge-stm32.yml/badge.svg
110+ [ attiny-core.svg ] : https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/badge-attinycore.yml/badge.svg
111+ [ workflows/main ] : https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/main.yml
112+
113+ [ milestone-2 ] : https://github.com/hasselmm/cmake-toolchain-arduino-cli/milestone/2
0 commit comments