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:
authorDavid Crocker <dcrocker@eschertech.com>2020-01-04 17:32:40 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-01-04 17:32:40 +0300
commit8ded9143fa9d07dcddd525683403980c42881f1a (patch)
treee3ee49f1ee85bdf7cd9d4ba01533634603af1e7e /src/Duet3_V06
parent06a753856ed5e59aab098384920423d759743ced (diff)
Networking and conditional GCode changes
Removed LWIP_GMAC_TASK definition. We now always use a separate task for the GMAC. Added loop counter constant 'iterations' Fixed some expressoin evaluation bugs
Diffstat (limited to 'src/Duet3_V06')
-rw-r--r--src/Duet3_V06/Pins_Duet3_V06.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Duet3_V06/Pins_Duet3_V06.h b/src/Duet3_V06/Pins_Duet3_V06.h
index 95feee45..415a0f0b 100644
--- a/src/Duet3_V06/Pins_Duet3_V06.h
+++ b/src/Duet3_V06/Pins_Duet3_V06.h
@@ -271,18 +271,6 @@ constexpr Pin LinuxTfrReadyPin = PortEPin(2);
Spi * const LinuxSpi = SPI1;
// Timer allocation
-
-#if !LWIP_GMAC_TASK
-
-// Network timer is timer 4 aka TC1 channel1
-#define NETWORK_TC (TC1)
-#define NETWORK_TC_CHAN (1)
-#define NETWORK_TC_IRQN TC4_IRQn
-#define NETWORK_TC_HANDLER TC4_Handler
-#define NETWORK_TC_ID ID_TC4
-
-#endif
-
// Step timer is timer 0 aka TC0 channel 0. Also used as the CAN timestamp counter.
#define STEP_TC (TC0)
#define STEP_TC_CHAN (0) // channel for lower 16 bits