mirror of
https://github.com/adafruit/Adafruit_SSD1306.git
synced 2026-07-27 20:05:50 +00:00
Compatibility with RP2350 when using RISC-V cores.
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
|
||||
#if !defined(__ARM_ARCH) && !defined(ENERGIA) && !defined(ESP8266) && \
|
||||
!defined(ESP32) && !defined(__arc__) && !defined(__RL78__) && \
|
||||
!defined(CH32V20x)
|
||||
!defined(CH32V20x) && !defined(PICO_RISCV)
|
||||
#include <util/delay.h>
|
||||
#endif
|
||||
|
||||
|
||||
@@ -53,6 +53,8 @@ ATtiny85 | | X | |
|
||||
Particle | X | | |
|
||||
RTduino | X | | |
|
||||
CH32 RISC-V | X | | |
|
||||
RP2040 | X | | |
|
||||
RP2350 | X | | | ARM or RISC-V architecture
|
||||
|
||||
* ATmega328 : Arduino UNO, Adafruit Pro Trinket, Adafruit Metro 328, Adafruit Metro Mini
|
||||
* ATmega32u4 : Arduino Leonardo, Arduino Micro, Arduino Yun, Teensy 2.0, Adafruit Flora, Bluefruit Micro
|
||||
@@ -64,5 +66,6 @@ CH32 RISC-V | X | | |
|
||||
* Particle: Particle Argon
|
||||
* RTduino : [RTduino](https://github.com/RTduino/RTduino) is the Arduino ecosystem compatibility layer for [RT-Thread RTOS](https://github.com/RT-Thread/rt-thread) BSPs
|
||||
* CH32 RISC-V: CH32V203
|
||||
* RP2040, RP2350: Tested on Raspberry Pi Pico W/2W with [Arduino-Pico](https://github.com/earlephilhower/arduino-pico) core.
|
||||
|
||||
<!-- END COMPATIBILITY TABLE -->
|
||||
Reference in New Issue
Block a user