浏览代码

Get rid of V2 from the RP2040 build target

Morio 3 年之前
父节点
当前提交
7dd3cf9114
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      platformio.ini
  2. 1 1
      utils/run_gdb_rp2040.sh

+ 2 - 2
platformio.ini

@@ -1,7 +1,7 @@
 ; PlatformIO Project Configuration File https://docs.platformio.org/page/projectconf.html
 ; PlatformIO Project Configuration File https://docs.platformio.org/page/projectconf.html
 
 
 [platformio]
 [platformio]
-default_envs = ZuluSCSIv1_0, ZuluSCSIv1_1, ZuluSCSI_RP2040_v2_0
+default_envs = ZuluSCSIv1_0, ZuluSCSIv1_1, ZuluSCSI_RP2040
 
 
 ; Example platform to serve as a base for porting efforts
 ; Example platform to serve as a base for porting efforts
 [env:template]
 [env:template]
@@ -63,7 +63,7 @@ build_flags =
      -DZULUSCSI_V1_1
      -DZULUSCSI_V1_1
 
 
 ; ZuluSCSI v2.0 hardware platform, based on RP2040
 ; ZuluSCSI v2.0 hardware platform, based on RP2040
-[env:ZuluSCSI_RP2040_v2_0]
+[env:ZuluSCSI_RP2040]
 platform = raspberrypi
 platform = raspberrypi
 framework = arduino
 framework = arduino
 board = ZuluSCSI_RP2040
 board = ZuluSCSI_RP2040

+ 1 - 1
utils/run_gdb_rp2040.sh

@@ -6,4 +6,4 @@ arm-none-eabi-gdb \
        -iex 'mon s' -iex 'att 1' \
        -iex 'mon s' -iex 'att 1' \
        -iex 'set mem inaccessible-by-default off' \
        -iex 'set mem inaccessible-by-default off' \
        -iex 'source utils/rp2040_gdb_macros' \
        -iex 'source utils/rp2040_gdb_macros' \
-       .pio/build/ZuluSCSI_RP2040_v2_0/firmware.elf
+       .pio/build/ZuluSCSI_RP2040/firmware.elf