ソースを参照

RP2040 -> Pico

androda 2 年 前
コミット
b4ee602702

+ 2 - 2
lib/BlueSCSI_platform_RP2040/BlueSCSI_platform.h

@@ -1,4 +1,4 @@
-// Platform-specific definitions for BlueSCSI RP2040 hardware.
+// Platform-specific definitions for BlueSCSI Pico hardware.
 
 #pragma once
 
@@ -13,7 +13,7 @@ extern "C" {
 
 /* These are used in debug output and default SCSI strings */
 extern const char *g_platform_name;
-#define PLATFORM_NAME "BlueSCSI RP2040"
+#define PLATFORM_NAME "BlueSCSI Pico"
 #define PLATFORM_REVISION "2.0"
 #define PLATFORM_MAX_SCSI_SPEED S2S_CFG_SPEED_SYNC_10
 #define PLATFORM_OPTIMAL_MIN_SD_WRITE_SIZE 32768

+ 1 - 1
lib/BlueSCSI_platform_RP2040/BlueSCSI_platform_gpio.h

@@ -1,4 +1,4 @@
-// GPIO definitions for BlueSCSI RP2040-based hardware
+// GPIO definitions for BlueSCSI Pico-based hardware
 
 #pragma once
 

+ 2 - 2
platformio.ini

@@ -1,10 +1,10 @@
 ; PlatformIO Project Configuration File https://docs.platformio.org/page/projectconf.html
 
 [platformio]
-default_envs = BlueSCSI_RP2040
+default_envs = BlueSCSI_Pico
 
 ; BlueSCSI RP2040 hardware platform, based on the Raspberry Pi foundation RP2040 microcontroller
-[env:BlueSCSI_RP2040]
+[env:BlueSCSI_Pico]
 platform = raspberrypi
 platform_packages = platformio/toolchain-gccarmnoneeabi@1.100301.220327 ; toolchain-gccarmnoneeabi@1.60301.0
 framework = arduino