Skip to content

Fix check_pico_sdk error message#9

Merged
hasumikin merged 1 commit intopicoruby:masterfrom
hayaokimura:check_pico_sdk_error_message
Apr 30, 2024
Merged

Fix check_pico_sdk error message#9
hasumikin merged 1 commit intopicoruby:masterfrom
hayaokimura:check_pico_sdk_error_message

Conversation

@hayaokimura
Copy link
Copy Markdown
Contributor

Error message of pico-extras version is not truth.

before

rake aborted!
pico-sdk 1.5.1 is not checked out!

Tips for dealing with:

cd $PICO_SDK_PATH && git pull && git checkout 1.5.1 && git submodule update --recursive

after

rake aborted!
pico-extras sdk-1.5.1 is not checked out!

Tips for dealing with:

cd $PICO_EXTRAS_PATH && git pull && git checkout sdk-1.5.1 && git submodule update --recursive

@hayaokimura hayaokimura force-pushed the check_pico_sdk_error_message branch from e73dc25 to 4c3d3ec Compare April 29, 2024 13:11
@hasumikin hasumikin merged commit 7fa49f3 into picoruby:master Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants