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-12 19:24:51 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-01-12 19:24:51 +0300
commitd62a033787144bb4c90898309c9ffb12dc52bf37 (patch)
tree008557dd59da5cae7a1cff64040fcea012610dd6 /src/Duet3_V06
parentf08c1c3b0356578adeaa8a12fc70cd921b65ec72 (diff)
More work on object model
Changed M408 P1 response to return the key and value separately, and to return null as the value for queries that fail Replaced Electronics.MainBoard object by Boards[0] Added firmware and IAP name members to Boards[0] object
Diffstat (limited to 'src/Duet3_V06')
-rw-r--r--src/Duet3_V06/Pins_Duet3_V06.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Duet3_V06/Pins_Duet3_V06.h b/src/Duet3_V06/Pins_Duet3_V06.h
index 4a6aaf10..436eee64 100644
--- a/src/Duet3_V06/Pins_Duet3_V06.h
+++ b/src/Duet3_V06/Pins_Duet3_V06.h
@@ -13,9 +13,11 @@ const size_t NumFirmwareUpdateModules = 1;
#if IAP_IN_RAM
# define IAP_UPDATE_FILE "Duet3_SDiap_" BOARD_SHORT_NAME ".bin"
+# define IAP_UPDATE_FILE_SBC "Duet3_SBCiap_" BOARD_SHORT_NAME ".bin"
constexpr uint32_t IAP_IMAGE_START = 0x20450000; // last 64kb of RAM
#else
# define IAP_UPDATE_FILE "Duet3iap_sd_" BOARD_SHORT_NAME ".bin"
+# define IAP_UPDATE_FILE_SBC "Duet3iap_sbc_" BOARD_SHORT_NAME ".bin"
// SAME70 Flash locations
// These are designed to work with 1Mbyte flash processors as well as 2Mbyte