@@ -652,8 +652,8 @@ private static void setTheEnvironmentVariablesAddtheBoardsTxt(IContributedEnviro
652
652
if (boardSectionMap == null ) {
653
653
if (warn ) {
654
654
Common .log (new Status (IStatus .INFO , ArduinoConst .CORE_PLUGIN_ID , "The project "
655
- + confDesc .getProjectDescription ().getProject ().getName () + " Has an invalid arduino board configuration." ));
656
-
655
+ + confDesc .getProjectDescription ().getProject ().getName () + " has an invalid arduino board configuration.\n Configuration:"
656
+ + confDesc . getName () + " \n Boardsfile:" + boardsFile . getBoardsTxtName () + " \n BoardID:" + boardID ));
657
657
}
658
658
return ;
659
659
}
@@ -795,7 +795,7 @@ public static void setTheEnvironmentVariables(IProject project, ICConfigurationD
795
795
setTheEnvironmentVariablesSetTheDefaults (contribEnv , confDesc , localPlatformFilename );
796
796
797
797
setTheEnvironmentVariablesAddAFile (contribEnv , confDesc , pluginPreProcessingPlatformTxt );
798
- setTheEnvironmentVariablesAddtheBoardsTxt (contribEnv , confDesc , pluginPreProcessingBoardsTxt , boardID , true );
798
+ setTheEnvironmentVariablesAddtheBoardsTxt (contribEnv , confDesc , pluginPreProcessingBoardsTxt , boardID , false );
799
799
800
800
// Do some magic for the arduino:arduino stuff
801
801
setTheEnvironmentVariablesRedirectToOtherVendors (contribEnv , confDesc , boardsFile , boardID , architecture .toLowerCase ());// TOFIX again some
@@ -820,7 +820,7 @@ public static void setTheEnvironmentVariables(IProject project, ICConfigurationD
820
820
setTheEnvironmentVariablesAddtheBoardsTxt (contribEnv , confDesc , boardsFile , boardID , true );
821
821
822
822
setTheEnvironmentVariablesAddAFile (contribEnv , confDesc , pluginPostProcessingPlatformTxt );
823
- setTheEnvironmentVariablesAddtheBoardsTxt (contribEnv , confDesc , pluginPostProcessingBoardsTxt , boardID , true );
823
+ setTheEnvironmentVariablesAddtheBoardsTxt (contribEnv , confDesc , pluginPostProcessingBoardsTxt , boardID , false );
824
824
825
825
// Do some coded post processing
826
826
setTheEnvironmentVariablesPostProcessing (contribEnv , confDesc );
0 commit comments