浏览代码

Rename platformio environment from genericGD32 to AzulSCSIv1_0

Petteri Aimonen 3 年之前
父节点
当前提交
f81648d063
共有 2 个文件被更改,包括 3 次插入4 次删除
  1. 2 3
      platformio.ini
  2. 1 1
      utils/run_gdb.sh

+ 2 - 3
platformio.ini

@@ -1,6 +1,6 @@
 ; PlatformIO Project Configuration File https://docs.platformio.org/page/projectconf.html
 
-[env:genericGD32F205VC]
+[env:AzulSCSIv1_0]
 platform = https://github.com/CommunityGD32Cores/platform-gd32.git
 board = genericGD32F205VC
 board_build.mcu = gd32f205vct6
@@ -17,8 +17,7 @@ platform_packages =
     framework-spl-gd32@https://github.com/CommunityGD32Cores/gd32-pio-spl-package.git
 
 build_flags = 
-     -Os -Wall -Wno-sign-compare
-     -ggdb -g3 -Isrc
+     -Os -Wall -Wno-sign-compare -ggdb -g3 -Isrc
      -D__SYSTEM_CLOCK_120M_PLL_IRC8M=120000000
      -DSPI_DRIVER_SELECT=3
      -DSD_CHIP_SELECT_MODE=2

+ 1 - 1
utils/run_gdb.sh

@@ -12,4 +12,4 @@ arm-none-eabi-gdb \
        -iex 'mon tpiu config internal swo.log uart false 38400000 2000000' \
        -iex 'shell bash -m -c "orbuculum -f swo.log &"' \
        -iex 'shell bash -m -c "orbcat -c 0,%c &"' \
-       .pio/build/genericGD32F205VC/firmware.elf
+       .pio/build/AzulSCSIv1_0/firmware.elf