Skip to content

Commit

Permalink
README.md update toolchain links; explicitly add UNO R4 to blackliste…
Browse files Browse the repository at this point in the history
…d boards
  • Loading branch information
bxparks committed Jul 12, 2023
1 parent e3c0977 commit e91cfed
Showing 1 changed file with 17 additions and 21 deletions.
38 changes: 17 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ Actions](https://github.com/features/actions).
* [Compared with ArduinoUnit](#CompareArduinoUnit)
* [System Requirements](#SystemRequirements)
* [Hardware](#Hardware)
* [Tool Chain](#ToolChains)
* [Operating System](#ToolChains)
* [Toolchains](#Toolchains)
* [Operating System](#OperatingSystem)
* [License](#License)
* [Feedback and Support](#FeedbackAndSupport)
* [Authors](#Authors)
Expand Down Expand Up @@ -2043,19 +2043,14 @@ compiler errors:

* Any platform using the
[ArduinoCore-API](https://github.com/arduino/ArduinoCore-api), such as:
* Arduino-branded megaAVR using
[ArduinoCore-megaavr](https://github.com/arduino/ArduinoCore-megaavr/)
* Nano Every
* Arduino-branded SAMD21 or SAMD51 boards using
[ArduinoCore-samd](https://github.com/arduino/ArduinoCore-samd) after
version >= 1.8.10
* MKRZero
* Nano 33 IoT
* Raspberry Pi Pico (RP2040) using
[Arduino-Pico](https://github.com/earlephilhower/arduino-pico)

<a name="ToolChain"></a>
### Tool Chain
* Arduino Nano Every
* Arduino Nano 33 IoT
* Arduino MKRZero
* Arduino UNO R4
* Raspberry Pi Pico (RP2040)

<a name="Toolchains"></a>
### Toolchains

This library was validated using:

Expand All @@ -2071,13 +2066,14 @@ This library was validated using:
* [ESP32 Arduino 2.0.9](https://github.com/espressif/arduino-esp32)
* [Teensyduino 1.57](https://www.pjrc.com/teensy/td_download.html)

This library is *not* compatible with:
This library is *not* compatible with any platform using the
[ArduinoCore-API](https://github.com/arduino/ArduinoCore-api), such as:

* Any platform using the
[ArduinoCore-API](https://github.com/arduino/ArduinoCore-api), for example:
* [Arduino SAMD Boards >=1.8.10](https://github.com/arduino/ArduinoCore-samd)
* [Arduino megaAVR](https://github.com/arduino/ArduinoCore-megaavr/)
* [MegaCoreX](https://github.com/MCUdude/MegaCoreX)
* [Arduino SAMD Boards >=1.8.10](https://github.com/arduino/ArduinoCore-samd)
* [Arduino megaAVR](https://github.com/arduino/ArduinoCore-megaavr/)
* [ArduinoCore-renesas](https://github.com/arduino/ArduinoCore-renesas)
* [Arduino-Pico](https://github.com/earlephilhower/arduino-pico)
* [MegaCoreX](https://github.com/MCUdude/MegaCoreX)

(See [Issue #56](https://github.com/bxparks/AUnit/issues/56)
and [Issue #66](https://github.com/bxparks/AUnit/issues/66)).
Expand Down

0 comments on commit e91cfed

Please sign in to comment.