Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Coenen <manuel@duet3d.com>2021-01-22 11:59:14 +0300
committerManuel Coenen <manuel@duet3d.com>2021-01-22 11:59:14 +0300
commitcccca9e19e7cbc0b4e93718a0f6d085834729be2 (patch)
tree5aebacf68d381d6651a335a1ee5a4f5e775cb563 /src/Duet3_V06
parente44c3850b087eba7df4324b942e9abff2ceb5566 (diff)
Fix stepper drivers not enabling and Ethernet not initilized
Diffstat (limited to 'src/Duet3_V06')
-rw-r--r--src/Duet3_V06/Pins_Duet3_V06.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Duet3_V06/Pins_Duet3_V06.h b/src/Duet3_V06/Pins_Duet3_V06.h
index 607c5f11..99f8107f 100644
--- a/src/Duet3_V06/Pins_Duet3_V06.h
+++ b/src/Duet3_V06/Pins_Duet3_V06.h
@@ -170,6 +170,11 @@ constexpr IRQn DotStarIRQn = QSPI_IRQn;
// Ethernet
constexpr Pin EthernetPhyInterruptPin = PortCPin(6);
constexpr Pin EthernetPhyResetPin = PortDPin(11);
+constexpr Pin EthernetPhyOtherPins[] = {
+ PortDPin(0), PortDPin(1), PortDPin(2), PortDPin(3), PortDPin(4),
+ PortDPin(5), PortDPin(6), PortDPin(7), PortDPin(8), PortDPin(9)
+};
+constexpr auto EthernetPhyOtherPinsFunction = GpioPinFunction::A;
// Shared SPI definitions
#define USART_SPI 1