We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1625385 commit 924221bCopy full SHA for 924221b
src/components/uart/hardware.h
@@ -18,9 +18,7 @@
18
#include <Arduino.h>
19
#include <HardwareSerial.h>
20
21
-#if defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_ARCH_SAMD) || \
22
- defined(ARDUINO_ARCH_ESP8266)
23
-// SAMD supports native Arduino SoftwareSerial API
+#if defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_ARCH_ESP8266)
24
// ESP8266 supports SoftwareSerial in the ESP8266 Arduino core
25
// RP2040/RP2350 supports a wrapper around SoftwareSerial and emulation via
26
// PIOUART (see:
0 commit comments