+\r
+# Validate the working branch - compile all documentation, demos/projects/examples and run build tests\r
+validate-branch:\r
+ make -s -C $(LUFA_ROOT) doxygen\r
+ make -s -C $(LUFA_ROOT) all \r
+ make -s -C $(LUFA_ROOT)/BuildTests all\r
+\r
+# Check the working branch documentation, ensure no placeholder values\r
+check-documentation-placeholders:\r