We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b70e7 commit 721e7e9Copy full SHA for 721e7e9
variants/arduino_nano_connect_rp2040/arduino_nano_connect_rp2040.overlay
@@ -273,3 +273,18 @@
273
};
274
275
276
+
277
+nina_spi: &spi1 {
278
+ status = "okay";
279
+ /delete-node/ nina_w102@0;
280
+};
281
282
+/*
283
+ * Alias for NINA WiFi UART (uart1) without hardware flow control,
284
+ * used for firmware flashing mode. Normal operation uses uart1 directly
285
+ * (with hw-flow-control enabled above). Having both lets Arduino sketch
286
+ * code select the right configuration at compile time.
287
+ */
288
+uart2: &uart1 {
289
+ /delete-node/ nina_prog;
290
0 commit comments