chiark / gitweb /
refresh
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 10 Aug 2012 16:32:49 +0000 (17:32 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 10 Aug 2012 16:32:49 +0000 (17:32 +0100)
meta
patches/m206-always-use-homing-homeing
patches/refresh-temp [deleted file]

diff --git a/meta b/meta
index 84b4e7131696c03f76bd1c98c752f319103253fa..02f330d16da1447ce7bfe17289ad5ac74b3bd6f8 100644 (file)
--- a/meta
+++ b/meta
@@ -1,14 +1,13 @@
 Version: 1
-Previous: 22badf551ceffc1ebb3df0e0aff7711822ec247c
-Head: 628e625b60300bd7d9cb307aee528d1a43f96809
+Previous: 4acabecddbaed5a8d38f991fc5c5389343bd42b1
+Head: ef16d2c9bd8d55b96310ef873aad725f7974f968
 Applied:
   marlin-pde-include-comment-for: 5b815da4d7f0a5bf87fbd2e70286f928e87b4d0d
   add-to-marlin-gitignore: 79afa80f1a7740edceceb4a4deda713d9b55960e
   makefile-support-v-1: 5f826531e0328e319ddb53617e4f3ade33537c92
   makefile-avr-size: b1f12330781628c6463068489f7f052bf791bf0e
   motion-control-max-min: fef5e25d43e7d8429283b9e34205172aaa3a6a2f
-  m206-always-use-homing-homeing: cc7a688bda30b8ffb2b89a4c0546b157f55f57ac
-  refresh-temp: 628e625b60300bd7d9cb307aee528d1a43f96809
+  m206-always-use-homing-homeing: ef16d2c9bd8d55b96310ef873aad725f7974f968
 Unapplied:
   enable-eeprom-settings: 90e370bcce40d48795f310379a556beda3c0b294
   eeprom-provide-smaller-code-fo: 0fbea35eb16f424788f2eb30d8a49dd3808f7a73
index ac9763a36996164d14c450f8c219b132fbcb0391..d940a16bb7e74d448d050232b4bdbd16ebf664a6 100644 (file)
@@ -26,6 +26,9 @@ constant arrays in program memory containing the values of
 
 This is done with some helper macros to deal with the declaration
 (XYZ_CONSTS_FROM_CONFIG) and program memory access (XYZ_CONFIG).
+We also introduce the overloaded function read_pgm_any, whose
+instances are produced with DEFINE_PGM_READ_ANY, which allows
+XYZ_CONFIG to automatically produce the correct type.
 
 
 A question arises: if the M206 offset is set, should this adjustment
diff --git a/patches/refresh-temp b/patches/refresh-temp
deleted file mode 100644 (file)
index 298b5c9..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Bottom: 4cb43b29e74c044fc9b498b6787e34b6a3d43e33
-Top:    4cb43b29e74c044fc9b498b6787e34b6a3d43e33
-Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
-Date:   2012-08-10 17:31:38 +0100
-
-Refresh of m206-always-use-homing-homeing
-
----
-
-