-
Notifications
You must be signed in to change notification settings - Fork 132
runtime.hardware.path should evaluate to "board platform" #1448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes it does arduino-eclipse-plugin/io.sloeber.core/src/io/sloeber/core/api/BoardDescription.java Line 786 in 2f4e982
Seems the documentation has become a bit more clear since I last read it. Seems I should do some refactoring to get the code compliant with https://arduino.github.io/arduino-cli/0.21/platform-specification/#platform-terminology
Can you describe a case where the build fails due to this issue? I'm considering to add it as a test case. in the regression tests |
in my_boards/avr I use my build of arduinoOTA tool (with a timeout parameter). the path is defined in platform.txt with |
If this is your description of a case where the build fails due to this issue; I fear I will need a more detailed description. |
for example property doc:
so by the example the |
Based on https://arduino.github.io/arduino-cli/0.21/platform-specification/#global-predefined-properties |
@JAndrassy can you validate the change? |
it is OK |
That is not needed as Sloeber supports github actions and these have the artifacts that are the product and the update site |
Closing as fixed |
Sloeber, plugin version 4.4.1.202202160121
Eclipse 2020-12 (4.18.0)
Linux Mint
When using customized board definitions in sketchbook's hardware folder, Sloeber evaluates
runtime.hardware.path
to referenced "core platform", but it should evaluate to "board platform".The property
runtime.platform.path
is evaluated OK in Sloeber.Arduino doc on global properties: https://arduino.github.io/arduino-cli/0.21/platform-specification/#global-predefined-properties
my customized boards definitions as example: https://github.com/jandrassy/my_boards
The text was updated successfully, but these errors were encountered: