Skip to content

Commit b64b3a3

Browse files
committed
TEMP: revert UART names for edge control
There's no easy way to understand if ARMmbed/mbed-os#14457 has been applied or not in the tree we are compiling
1 parent d028291 commit b64b3a3

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

patches/0083-Add-support-for-Arduino-Edge-Control.patch

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
From 2d47254a0abf107208f828e58c1addf87326fd38 Mon Sep 17 00:00:00 2001
1+
From 84bec5f82386ea74b36e18b0b6051aa5b636713c Mon Sep 17 00:00:00 2001
22
From: Giampaolo Mancini <[email protected]>
33
Date: Wed, 8 Jan 2020 16:42:46 +0100
44
Subject: [PATCH] Add support for Arduino Edge Control
55

66
---
7-
.../TARGET_EDGE_CONTROL/PinNames.h | 207 ++++++++++++++++++
7+
.../TARGET_EDGE_CONTROL/PinNames.h | 209 ++++++++++++++++++
88
.../TARGET_EDGE_CONTROL/device.h | 38 ++++
99
targets/targets.json | 13 ++
10-
3 files changed, 258 insertions(+)
10+
3 files changed, 260 insertions(+)
1111
create mode 100644 targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/TARGET_EDGE_CONTROL/PinNames.h
1212
create mode 100644 targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/TARGET_EDGE_CONTROL/device.h
1313

1414
diff --git a/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/TARGET_EDGE_CONTROL/PinNames.h b/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/TARGET_EDGE_CONTROL/PinNames.h
1515
new file mode 100644
16-
index 0000000000..afce410894
16+
index 0000000000..75cc07965f
1717
--- /dev/null
1818
+++ b/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/TARGET_EDGE_CONTROL/PinNames.h
19-
@@ -0,0 +1,207 @@
19+
@@ -0,0 +1,209 @@
2020
+/*
2121
+ * Copyright (c) 2019 Arduino SA
2222
+ *
@@ -162,6 +162,8 @@ index 0000000000..afce410894
162162
+ // mBed interface Pins
163163
+ CONSOLE_TX = TX_PIN_NUMBER,
164164
+ CONSOLE_RX = RX_PIN_NUMBER,
165+
+ USBTX = TX_PIN_NUMBER,
166+
+ USBRX = RX_PIN_NUMBER,
165167
+ STDIO_UART_TX = TX_PIN_NUMBER,
166168
+ STDIO_UART_RX = RX_PIN_NUMBER,
167169
+

0 commit comments

Comments
 (0)