- Notifications
You must be signed in to change notification settings - Fork1k
Commitf4a3409
committed
fix(platform): core reference broken
due to {runtime.platform.path} usage when other platformreference 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-toolFixes#2445Signed-off-by: Frederic Pillon <frederic.pillon@st.com>1 parentbd7f61a commitf4a3409
1 file changed
+4
-3
lines changedLines changed: 4 additions & 3 deletions
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
Comments
(0)