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.
2 parents 667f8bb + d541b46 commit df6d072Copy full SHA for df6d072
targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/PeripheralPins.c
@@ -303,3 +303,14 @@ const PinMap PinMap_QSPI_testing[] = {
303
304
{NC, NC, 0}
305
};
306
+
307
+/* On NRF we have just dummy pin-maps for testing (no peripherals are specified).
308
+ Disable restriction for STDIO uart peripheral. */
309
+const PeripheralList *pinmap_uart_restricted_peripherals()
310
+{
311
+ static const PeripheralList peripheral_list = {
312
+ 0,
313
+ 0
314
+ };
315
+ return &peripheral_list;
316
+}
0 commit comments