Skip to content
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

fix(platform): core reference broken #2449

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Commits on Jul 17, 2024

  1. 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 stm32duino#2445
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    55a8d3f View commit details
    Browse the repository at this point in the history