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

Fetch pimoroni-pico SDK from git repository #388

Merged
merged 1 commit into from
Dec 16, 2022

Commits on Jun 12, 2022

  1. Fetch pimoroni-pico SDK from git repository

    When $PIMORONI_PICO_FETCH_FROM_GIT environment variable is set
    cmake script will fetch on the go git repository and use it to
    build your project.
    
    User can additionally use $PIMORONI_PICO_FETCH_FROM_GIT_PATH to
    specify target directory for source code of fetched SDK.
    
    This patch was inspired by external/pico_sdk_import.cmake from
    official C/C++ pico-sdk repository.
    thinkofher committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    2a9c2be View commit details
    Browse the repository at this point in the history