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
path: root/src/Pccb
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2020-02-21 13:47:41 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-02-21 13:47:41 +0300
commit9491f2a733454aa8fadd489a2cd001e9657ee8fa (patch)
tree13f2fd033ff76a9bae326b536de14592adba99ae /src/Pccb
parent957ac8fb2dac18d83aeda33d8e0772cb1fb9b54d (diff)
Various
Fixed error in reported seconds of file time stamps Increased maximum macro stack depth from 5 to 7 Abort all containing macro and print files if macro stack overflow occurs Bug fix: setting a standby temperature using G10 could incorrectly change the temperature of the heater if it was active for the current tool Added code to determine Duet 3 board type, report board version, and allow for different Vref wiring between versions
Diffstat (limited to 'src/Pccb')
-rw-r--r--src/Pccb/Pins_Pccb.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/Pccb/Pins_Pccb.h b/src/Pccb/Pins_Pccb.h
index 97d29283..c5842327 100644
--- a/src/Pccb/Pins_Pccb.h
+++ b/src/Pccb/Pins_Pccb.h
@@ -25,17 +25,8 @@
constexpr size_t NumFirmwareUpdateModules = 1; // 1 module
#define IAP_FIRMWARE_FILE "PccbFirmware.bin"
-
-#define IAP_IN_RAM 1
-
-#if IAP_IN_RAM
-# define IAP_UPDATE_FILE "PccbIAP.bin"
+#define IAP_UPDATE_FILE "PccbIAP.bin"
constexpr uint32_t IAP_IMAGE_START = 0x20010000;
-#else
-# define IAP_UPDATE_FILE "iap4s.bin"
-constexpr uint32_t IAP_IMAGE_START = 0x00470000;
-constexpr uint32_t IAP_IMAGE_END = 0x0047FFFF; // we allow a full 64K on the SAM4
-#endif
// Features definition
#define HAS_LWIP_NETWORKING 0