Skip to content

Commit b8dcb29

Browse files
committed
update ICM45686 driver
1 parent 7e330c2 commit b8dcb29

36 files changed

+374
-11277
lines changed

.github/ci/ci_platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ build_flags =
4343
-D USE_TINYUSB
4444
; Use a recent arduino-pico version (the version included in maxgerhardt/platform-raspberrypi is lagging behind arduino-pico releases)
4545
; Note: I use a fixed version and not #master here to prevent long downloads each time the source repository is updated
46-
;platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git#5.4.3
46+
platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git#5.4.3
4747

4848
[env:RP2040]
4949
extends = env_rp2_base

.github/workflows/platformio.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@ jobs:
3232
- name: Install PlatformIO Core
3333
run: pip install --upgrade platformio
3434

35-
# - name: Build 00.HelloWorld
36-
# run: pio ci --project-conf=".github/ci/ci_platformio.ini" --lib="." --lib="examples/00.HelloWorld" "examples/00.HelloWorld/main.cpp"
37-
3835
- name: Build 10.Quadcopter
39-
run: pio ci -v --project-conf=".github/ci/ci_platformio.ini" --lib="." --exclude="examples" --lib="examples/10.Quadcopter/madflight_config.h" "examples/10.Quadcopter/main.cpp"
36+
run: pio ci --project-conf=".github/ci/ci_platformio.ini" --lib="." --exclude="examples" --lib="examples/10.Quadcopter/madflight_config.h" "examples/10.Quadcopter/main.cpp"
37+
#Note: add -v for verbose: pio ci -v ...
4038

4139
- name: PlatformIO prune
4240
if: ${{ always() }}

0 commit comments

Comments
 (0)