@@ -90,6 +90,8 @@ lib_deps =
9090 https://github.com/tyeth/omron-devhub_d6t-arduino.git
9191 https://github.com/pstolarz/OneWireNg.git
9292 https://github.com/milesburton/Arduino-Temperature-Control-Library.git
93+ ; UNCOMMENT FOR RP2040/RP2350 BOARDS
94+ ; https://github.com/pstolarz/Arduino-Temperature-Control-Library.git
9395 https://github.com/Sensirion/arduino-sht.git
9496 https://github.com/Sensirion/arduino-i2c-scd4x.git
9597 https://github.com/Sensirion/arduino-i2c-sen5x.git
@@ -543,6 +545,8 @@ board_build.partitions = min_spiffs.csv
543545[env:raspberypi_picow]
544546extends = common:arduinopico
545547board = rpipicow
548+ build_flags =
549+ -DUSE_TINYUSB
546550
547551[env:raspberypi_picow_debug_port_only]
548552extends = common:arduinopico
@@ -595,7 +599,6 @@ build_flags =
595599
596600[env:raspberypi_pico2w]
597601extends = common:arduinopico
598- boards = rpipico2w
599602platform = https://github.com/maxgerhardt/platform-raspberrypi.git# develop
600603platform_packages =
601604 framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git
@@ -656,6 +659,6 @@ board = adafruit_fruitjam
656659framework = arduino
657660board_build.core = earlephilhower
658661board_build.filesystem_size = 0.5m
659- lib_ignore = WiFiNINA, WiFi101, Adafruit Zero DMA Library, OneWire
662+ lib_ignore = WiFiNINA, WiFi101, Adafruit Zero DMA Library
660663lib_compat_mode = soft
661664build_flags = -DUSE_TINYUSB
0 commit comments