Skip to content

Commit

Permalink
Update to Pico-SDK v1.5.1 (#49)
Browse files Browse the repository at this point in the history
* Switch to use Pico-SDK v1.5.1
* Let make choose number of simultaneous jobs.
  • Loading branch information
tjko committed Jul 25, 2023
1 parent 43e2333 commit 7574c50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:

env:
BUILD_TYPE: Release
# Pico-SDK v1.5.0
PICO_SDK_REF: f396d05f8252d4670d4ea05c8b7ac938ef0cd381
# Pico-SDK v1.5.1
PICO_SDK_REF: 6a7db34ff63345a7badec79ebea3aaef1712f374

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ on:

env:
BUILD_TYPE: Release
# Pico-SDK v1.5.0
PICO_SDK_REF: f396d05f8252d4670d4ea05c8b7ac938ef0cd381
# Pico-SDK v1.5.1
PICO_SDK_REF: 6a7db34ff63345a7badec79ebea3aaef1712f374

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cd "${BUILD_DIR}" || fatal "cannot access: $BUILD_DIR"

cmake .. || fatal "cmake failed"

make -j4
make -j
if [ $? -eq 0 ]; then
echo "Build successful."
picotool info -a fanpico.uf2
Expand Down

0 comments on commit 7574c50

Please sign in to comment.