Commit f4a3409
committed
fix(platform): core reference broken
due to {runtime.platform.path} usage when other platform
reference the core.
- {runtime.platform.path}:
The absolute path of the board platform folder
(i.e. the folder containing boards.txt)
- {build.core.path}:
The path to the selected board's core folder (inside the
core platform, for example hardware/STMicroelectronics/stm32/core/arduino)
Ref:
https://arduino.github.io/arduino-cli/1.0/platform-specification/#referencing-another-core-variant-or-tool
Fixes #2445
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>1 parent bd7f61a commit f4a3409
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments