|
|
@@ -12,7 +12,7 @@ default_envs = BlueSCSI_Pico
|
|
|
|
|
|
; BlueSCSI RP2040 hardware platform, based on the Raspberry Pi foundation RP2040 microcontroller
|
|
|
[env:BlueSCSI_Pico]
|
|
|
-platform = https://github.com/maxgerhardt/platform-raspberrypi.git#2d445020acf8b792768a5fa5ba1870ac9607c11c
|
|
|
+platform = https://github.com/maxgerhardt/platform-raspberrypi.git#19e30129fb1428b823be585c787dcb4ac0d9014c
|
|
|
platform_packages =
|
|
|
framework-arduinopico@https://github.com/BlueSCSI/arduino-pico-internal.git#v4.1.1-DaynaPORT
|
|
|
framework = arduino
|
|
|
@@ -52,6 +52,21 @@ build_flags =
|
|
|
-DCYW43_LWIP=0
|
|
|
-DCYW43_USE_OTP_MAC=0
|
|
|
|
|
|
+[env:BlueSCSI_Pico2]
|
|
|
+board = rpipico2w
|
|
|
+extends = env:BlueSCSI_Pico
|
|
|
+platform = https://github.com/maxgerhardt/platform-raspberrypi.git#19e30129fb1428b823be585c787dcb4ac0d9014c
|
|
|
+platform_packages =
|
|
|
+ framework-arduinopico@https://github.com/BlueSCSI/arduino-pico-internal.git#v4.3.0-DaynaPORT
|
|
|
+build_flags =
|
|
|
+ ${env:BlueSCSI_Pico.build_flags}
|
|
|
+ -DCYW43_PIO_CLOCK_DIV_DYNAMIC=1
|
|
|
+ -DBLUESCSI_PICO2=1
|
|
|
+; build flags mirroring the framework-arduinopico#v4.1.1-DaynaPORT static library build
|
|
|
+ -DPICO_CYW43_ARCH_POLL=1
|
|
|
+ -DCYW43_LWIP=0
|
|
|
+ -DCYW43_USE_OTP_MAC=0
|
|
|
+
|
|
|
; Experimental Audio build
|
|
|
; Requires separate hardware and overclock.
|
|
|
; For experimentation only, do not use.
|