You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a project "Talk2 Whisper Node" (used in regression test failing on travis) behaves differently when setting the "expand environment variables in makefile" or not
With expand (default) I get
"C:\eclipse\arduinoPlugin\packages\arduino\tools\avr-gcc\4.8.1-arduino5/bin/avr-g++"
When not expanded I get
"C:\eclipse\arduinoPlugin\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7/bin/avr-g++
When I delete A.runtime.tools.avr-gcc.path from the workspace settings environmùent variables I go bac to using 7.3 whatever setting
Strangely enough this board is nearly a Arduino avr nano board which does not demonstrate this behaviour
Anyway.. I think the environment variables at the workspace level need to be replaced by a variable provider so I have more control
The text was updated successfully, but these errors were encountered:
Actually it seems like the code to prioritize the arduino provided
platforms never was added
Now I prioritize the latest arduino maintainer platform with
architectures sam samd and avr
Creating a project "Talk2 Whisper Node" (used in regression test failing on travis) behaves differently when setting the "expand environment variables in makefile" or not
With expand (default) I get
"C:\eclipse\arduinoPlugin\packages\arduino\tools\avr-gcc\4.8.1-arduino5/bin/avr-g++"
When not expanded I get
"C:\eclipse\arduinoPlugin\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7/bin/avr-g++
When I delete A.runtime.tools.avr-gcc.path from the workspace settings environmùent variables I go bac to using 7.3 whatever setting
Strangely enough this board is nearly a Arduino avr nano board which does not demonstrate this behaviour
Anyway.. I think the environment variables at the workspace level need to be replaced by a variable provider so I have more control
The text was updated successfully, but these errors were encountered: