Skip to content

Commit

Permalink
upgrade pico-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
hasumikin committed Sep 2, 2023
1 parent d8caf45 commit ca87733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN pacman -Sy --noconfirm \
ruby-rake \
ruby-bundler

RUN git clone https://github.com/raspberrypi/pico-sdk.git -b 1.5.0
RUN git clone https://github.com/raspberrypi/pico-sdk.git -b 1.5.1
RUN cd /pico-sdk/lib && git submodule update --init ./
ENV PICO_SDK_PATH "/pico-sdk"

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "fileutils"

ENV['MRUBY_CONFIG'] = "prk_firmware-cortex-m0plus"
PICO_SDK_TAG = "1.5.0"
PICO_SDK_TAG = "1.5.1"

task :default => :production

Expand Down

0 comments on commit ca87733

Please sign in to comment.