Configurations embed and retrieve (#21321)

This commit is contained in:
X-Ryl669
2021-12-14 07:22:06 +01:00
committed by GitHub
parent bf21bc9ee5
commit b464a4b1a4
14 changed files with 435 additions and 85 deletions

View File

@@ -549,3 +549,7 @@
#elif !USE_SENSORLESS && ENABLED(USES_DIAG_PINS)
#warning "Driver DIAG pins must be physically removed unless SENSORLESS_HOMING is enabled. (See https://bit.ly/2ZPRlt0)"
#endif
#if CANNOT_EMBED_CONFIGURATION
#warning "Disabled CONFIGURATION_EMBEDDING because the target usually has less flash storage. Define FORCE_CONFIG_EMBED to override."
#endif