Move versioning to MarlinConfig.h
This commit is contained in:
parent
7e70a0b05d
commit
24a1a16e5d
25 changed files with 57 additions and 186 deletions
|
@ -83,12 +83,6 @@
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
|
|
||||||
#include "macros.h"
|
#include "macros.h"
|
||||||
#include "boards.h"
|
#include "boards.h"
|
||||||
|
#include "Version.h"
|
||||||
#include "Configuration.h"
|
#include "Configuration.h"
|
||||||
#include "Conditionals_LCD.h"
|
#include "Conditionals_LCD.h"
|
||||||
#include "Configuration_adv.h"
|
#include "Configuration_adv.h"
|
||||||
|
|
|
@ -26,6 +26,12 @@
|
||||||
* directive USE_AUTOMATIC_VERSIONING.
|
* directive USE_AUTOMATIC_VERSIONING.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
||||||
|
|
||||||
|
#include "_Version.h"
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Marlin release version identifier
|
* Marlin release version identifier
|
||||||
*/
|
*/
|
||||||
|
@ -82,3 +88,5 @@
|
||||||
* documentation about a specific Marlin release.
|
* documentation about a specific Marlin release.
|
||||||
*/
|
*/
|
||||||
#define WEBSITE_URL "http://marlinfw.org"
|
#define WEBSITE_URL "http://marlinfw.org"
|
||||||
|
|
||||||
|
#endif // USE_AUTOMATIC_VERSIONING
|
||||||
|
|
|
@ -83,12 +83,6 @@
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
|
|
@ -83,12 +83,6 @@
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
|
|
@ -83,12 +83,6 @@
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
|
|
@ -83,12 +83,6 @@
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
|
|
@ -83,12 +83,6 @@
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
|
|
@ -90,12 +90,6 @@
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
|
|
@ -83,12 +83,6 @@
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
|
|
@ -83,12 +83,6 @@
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
|
|
@ -83,12 +83,6 @@
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
|
|
@ -83,12 +83,6 @@
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
|
|
@ -108,12 +108,6 @@
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
|
|
@ -83,12 +83,6 @@
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
|
|
@ -83,12 +83,6 @@
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
|
|
@ -83,12 +83,6 @@
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
|
|
@ -83,12 +83,6 @@
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
|
|
@ -83,12 +83,6 @@
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
|
|
@ -83,12 +83,6 @@
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
|
|
@ -89,12 +89,6 @@
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
|
|
@ -76,12 +76,6 @@
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
|
|
@ -83,12 +83,6 @@
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
|
|
@ -83,12 +83,6 @@
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
|
|
@ -68,12 +68,6 @@
|
||||||
// pt_utf8 Portuguese (UTF8)
|
// pt_utf8 Portuguese (UTF8)
|
||||||
// ru Russian
|
// ru Russian
|
||||||
|
|
||||||
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
||||||
#include "_Version.h"
|
|
||||||
#else
|
|
||||||
#include "Version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef DEFAULT_SOURCE_CODE_URL
|
#ifdef DEFAULT_SOURCE_CODE_URL
|
||||||
#undef SOURCE_CODE_URL
|
#undef SOURCE_CODE_URL
|
||||||
#define SOURCE_CODE_URL DEFAULT_SOURCE_CODE_URL
|
#define SOURCE_CODE_URL DEFAULT_SOURCE_CODE_URL
|
||||||
|
|
Reference in a new issue