-
Notifications
You must be signed in to change notification settings - Fork 20
/
platformio.ini
305 lines (288 loc) · 11.2 KB
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
; PlatformIO Project Configuration File https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = ZuluSCSIv1_0, ZuluSCSIv1_0_mini, ZuluSCSIv1_1_plus, ZuluSCSI_RP2040, ZuluSCSI_RP2040_Audio, ZuluSCSI_Pico, ZuluSCSI_Pico_DaynaPORT, ZuluSCSI_BS2, ZuluSCSI_Pico_2
; Example platform to serve as a base for porting efforts
[env:template]
platform = ststm32
framework = arduino
board = bluepill_f103c8
build_flags =
-Os -Isrc
-DLOGBUFSIZE=512
-DPREFETCH_BUFFER_SIZE=0
-DMAX_SECTOR_SIZE=2048
-DSCSI2SD_BUFFER_SIZE=4096
-DINI_CACHE_SIZE=0
-DUSE_ARDUINO=1
lib_deps =
SdFat=https://github.com/rabbitholecomputing/SdFat#2.2.3-gpt
minIni
ZuluSCSI_platform_template
SCSI2SD
CUEParser=https://github.com/rabbitholecomputing/CUEParser
; ZuluSCSI V1.0 hardware platform with GD32F205 CPU.
[env:ZuluSCSIv1_0]
platform = https://github.com/CommunityGD32Cores/platform-gd32.git
board = genericGD32F205VC
board_build.mcu = gd32f205vct6
board_build.core = gd32
board_build.ldscript = lib/ZuluSCSI_platform_GD32F205/zuluscsi_gd32f205.ld
ldscript_bootloader = lib/ZuluSCSI_platform_GD32F205/zuluscsi_gd32f205_btldr.ld
framework = spl
lib_compat_mode = off
lib_ldf_mode = chain+
lib_deps =
SdFat=https://github.com/rabbitholecomputing/SdFat#2.2.3-gpt
minIni
ZuluSCSI_platform_GD32F205
SCSI2SD
CUEParser=https://github.com/rabbitholecomputing/CUEParser
GD32F20x_usbfs_library
upload_protocol = stlink
platform_packages = platformio/[email protected]
framework-spl-gd32@https://github.com/CommunityGD32Cores/gd32-pio-spl-package.git
debug_tool = stlink
extra_scripts = src/build_bootloader.py
debug_build_flags =
-Os -Wall -Wno-sign-compare -ggdb -g3
build_flags =
-Os -Wall -Wno-sign-compare -ggdb -g3 -Isrc
-D__SYSTEM_CLOCK_120M_PLL_IRC8M=120000000
-DSPI_DRIVER_SELECT=3
-DSD_CHIP_SELECT_MODE=2
-DENABLE_DEDICATED_SPI=1
-DPIO_USBFS_DEVICE_CDC
-DZULUSCSI_V1_0
-DPLATFORM_MASS_STORAGE
-DSDFAT_NOARDUINO
-DFILE_COPY_CONSTRUCTOR_SELECT=FILE_COPY_CONSTRUCTOR_PUBLIC
; ZuluSCSI V1.0 mini hardware platform with GD32F205 CPU.
[env:ZuluSCSIv1_0_mini]
extends = env:ZuluSCSIv1_0
build_flags =
-Os -Wall -Wno-sign-compare -ggdb -g3 -Isrc
-D__SYSTEM_CLOCK_120M_PLL_IRC8M=120000000
-DSPI_DRIVER_SELECT=3
-DSD_CHIP_SELECT_MODE=2
-DENABLE_DEDICATED_SPI=1
-DPIO_USBFS_DEVICE_CDC
-DZULUSCSI_V1_0
-DZULUSCSI_V1_0_mini
-DPLATFORM_MASS_STORAGE
-DSDFAT_NOARDUINO
-DFILE_COPY_CONSTRUCTOR_SELECT=FILE_COPY_CONSTRUCTOR_PUBLIC
; ZuluSCSI V1.1+ hardware platforms, this support v1.1, v1.1 ODE, and vl.2
[env:ZuluSCSIv1_1_plus]
extends = env:ZuluSCSIv1_0
build_flags =
-Os -Wall -Wno-sign-compare -ggdb -g3 -Isrc
-D__SYSTEM_CLOCK_120M_PLL_IRC8M=120000000
-DSPI_DRIVER_SELECT=3
-DSD_CHIP_SELECT_MODE=2
-DENABLE_DEDICATED_SPI=1
-DPIO_USBFS_DEVICE_CDC
-DHAS_SDIO_CLASS
-DENABLE_AUDIO_OUTPUT
-DZULUSCSI_V1_1_plus
-DPLATFORM_MASS_STORAGE
-DSDFAT_NOARDUINO
-DFILE_COPY_CONSTRUCTOR_SELECT=FILE_COPY_CONSTRUCTOR_PUBLIC
; ZuluSCSI settings shared among Raspberry Pi microcontroller like the RP2040 and RP2350
[env:ZuluSCSI_RP2MCU]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#2d445020acf8b792768a5fa5ba1870ac9607c11c
platform_packages =
framework-arduinopico@https://github.com/rabbitholecomputing/arduino-pico.git#v4.1.1-DaynaPORT
extra_scripts =
src/build_bootloader.py
src/process-linker-script.py
board_build.core = earlephilhower
board_build.ldscript = ${BUILD_DIR}/rp_linker.ld ; created by src/process-linker-script.py
framework = arduino
lib_deps =
SdFat=https://github.com/rabbitholecomputing/SdFat#2.2.3-gpt
minIni
SCSI2SD
CUEParser=https://github.com/rabbitholecomputing/CUEParser
ZuluSCSI_platform_RP2MCU
upload_protocol = cmsis-dap
debug_tool = cmsis-dap
debug_build_flags =
-O2 -ggdb -g3
build_flags =
-O2 -Isrc -ggdb -g3
-Wall -Wno-sign-compare -Wno-ignored-qualifiers
-DSPI_DRIVER_SELECT=3
-DSD_CHIP_SELECT_MODE=2
-DENABLE_DEDICATED_SPI=1
-DHAS_SDIO_CLASS
-DUSE_ARDUINO=1
-DPICO_FLASH_SPI_CLKDIV=2
-DPLATFORM_MASS_STORAGE
-DFILE_COPY_CONSTRUCTOR_SELECT=FILE_COPY_CONSTRUCTOR_PUBLIC
; 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
; ZuluSCSI RP2040 hardware platform, based on the Raspberry Pi foundation RP2040 microcontroller
[env:ZuluSCSI_RP2040]
extends = env:ZuluSCSI_RP2MCU
board = zuluscsi_rp2040
; How much flash in bytes the bootloader and main app will be allocated
; It is used as the starting point for a ROM image saved in flash
; Changing this will cause issues with boards that already have a ROM drive in flash
program_flash_allocation = 360448
linker_script_template = lib/ZuluSCSI_platform_RP2MCU/rp2040-template.ld
ldscript_bootloader = lib/ZuluSCSI_platform_RP2MCU/rp2040_btldr.ld
debug_build_flags =
${env:ZuluSCSI_RP2MCU.debug_build_flags}
; The values can be adjusted down to get a debug build to fit in to SRAM
-DLOGBUFSIZE=4096
build_flags =
${env:ZuluSCSI_RP2MCU.build_flags}
-DZULUSCSI_V2_0
-DZULUSCSI_MCU_RP20XX
-DROMDRIVE_OFFSET=${env:ZuluSCSI_RP2040.program_flash_allocation}
; ZuluSCSI RP2040 hardware platform, as above, but with audio output support enabled
[env:ZuluSCSI_RP2040_Audio]
extends = env:ZuluSCSI_RP2040
build_flags =
${env:ZuluSCSI_RP2040.build_flags}
-DENABLE_AUDIO_OUTPUT
-DLOGBUFSIZE=8192
; Variant of RP2040 platform, based on Raspberry Pico board and a carrier PCB
; Part of the ZuluSCSI_RP2040 platform, but with different pins.
[env:ZuluSCSI_Pico]
extends = env:ZuluSCSI_RP2MCU
board = rpipico
program_flash_allocation = 360448
linker_script_template = lib/ZuluSCSI_platform_RP2MCU/rp2040-template.ld
ldscript_bootloader = lib/ZuluSCSI_platform_RP2MCU/rp2040_btldr.ld
build_flags =
${env:ZuluSCSI_RP2MCU.build_flags}
-DZULUSCSI_PICO
-DZULUSCSI_MCU_RP20XX
-DROMDRIVE_OFFSET=${env:ZuluSCSI_Pico.program_flash_allocation}
; Build for the ZuluSCSI Pico carrier board with a Pico-W
; for SCSI DaynaPORT emulation
[env:ZuluSCSI_Pico_DaynaPORT]
extends = env:ZuluSCSI_RP2MCU
board = rpipicow
; How much flash in bytes the bootloader and main app will be allocated
; It is used as the starting point for a ROM image saved in flash
program_flash_allocation = 589824
linker_script_template = lib/ZuluSCSI_platform_RP2MCU/rp2040-template.ld
ldscript_bootloader = lib/ZuluSCSI_platform_RP2MCU/rp2040_btldr.ld
debug_build_flags =
${env:ZuluSCSI_RP2MCU.debug_build_flags}
-DLOGBUFSIZE=4096
-DPREFETCH_BUFFER_SIZE=0
-DSCSI2SD_BUFFER_SIZE=57344
; This controls the depth NETWORK_PACKET_MAX_SIZE (1520 bytes)
; For example a queue size of 10 would be 10 x 1520 = 30400 bytes
-DNETWORK_PACKET_QUEUE_SIZE=8
; This flag enables verbose logging of TCP/IP traffic and other information
; it also takes up a bit of SRAM so it should be disabled with production code
-DNETWORK_DEBUG_LOGGING
build_flags =
${env:ZuluSCSI_RP2MCU.build_flags}
-DZULUSCSI_PICO
-DZULUSCSI_MCU_RP20XX
-DZULUSCSI_NETWORK
-DZULUSCSI_DAYNAPORT
-DROMDRIVE_OFFSET=${env:ZuluSCSI_Pico_DaynaPORT.program_flash_allocation}
; These take a large portion of the SRAM and can be adjusted
-DLOGBUFSIZE=8192
-DPREFETCH_BUFFER_SIZE=4608
-DSCSI2SD_BUFFER_SIZE=57344
; This controls the depth of NETWORK_PACKET_MAX_SIZE (1520 bytes)
; For example a queue size of 10 would be 10 x 1520 = 15200 bytes
-DNETWORK_PACKET_QUEUE_SIZE=14
; This flag enables verbose logging of TCP/IP traffic and other information
; it also takes up a bit of SRAM so it should be disabled with production code
; -DNETWORK_DEBUG_LOGGING
; Variant of RP2040 platform, based on Raspberry Pico board and a carrier PCB
; Differs in pinout from ZuluSCSI_RP2040 platform, but shares most of the code.
[env:ZuluSCSI_BS2]
extends = env:ZuluSCSI_RP2MCU
board = rpipico
program_flash_allocation = 360448
linker_script_template = lib/ZuluSCSI_platform_RP2MCU/rp2040-template.ld
ldscript_bootloader = lib/ZuluSCSI_platform_RP2MCU/rp2040_btldr.ld
build_flags =
${env:ZuluSCSI_RP2MCU.build_flags}
-DZULUSCSI_BS2
-DZULUSCSI_MCU_RP20XX
-DROMDRIVE_OFFSET=${env:ZuluSCSI_BS2.program_flash_allocation}
; ZuluSCSI Pico2 hardware platform, based on the Raspberry Pi foundation RP2350A microcontroller
[env:ZuluSCSI_Pico_2]
extends = env:ZuluSCSI_RP2MCU
board = rpipico2
; How much flash in bytes the bootloader and main app will be allocated
; It is used as the starting point for a ROM image saved in flash
; Changing this will cause issues with boards that already have a ROM drive in flash
program_flash_allocation = 360448
linker_script_template = lib/ZuluSCSI_platform_RP2MCU/rp23xx-template.ld
ldscript_bootloader = lib/ZuluSCSI_platform_RP2MCU/rp23xx_btldr.ld
debug_build_flags =
${env:ZuluSCSI_RP2MCU.debug_build_flags}
build_flags =
${env:ZuluSCSI_RP2MCU.build_flags}
-DZULUSCSI_PICO_2
-DZULUSCSI_MCU_RP23XX
-DROMDRIVE_OFFSET=${env:ZuluSCSI_Pico_2.program_flash_allocation}
; ZuluSCSI VF4 hardware platform with GD32F450ZET6 CPU.
[env:ZULUSCSIv1_4]
platform = https://github.com/CommunityGD32Cores/platform-gd32.git
board = genericGD32F450ZE
board_build.mcu = gd32f450zet6
board_build.core = gd32
board_build.ldscript = lib/ZuluSCSI_platform_GD32F450/zuluscsi_gd32f450.ld
lib_ignore =
ZuluSCSI_platform_GD32F205
ZuluSCSI_platform_RP2040
ldscript_bootloader = lib/ZuluSCSI_platform_GD32F450/zuluscsi_gd32f450_btldr.ld
framework = spl
lib_compat_mode = off
lib_deps =
GD32F4xx_usbfs_library
SdFat=https://github.com/rabbitholecomputing/SdFat#2.2.3-gpt
minIni
ZuluSCSI_platform_GD32F450
SCSI2SD
CUEParser=https://github.com/rabbitholecomputing/CUEParser
upload_protocol = stlink
platform_packages =
framework-spl-gd32@https://github.com/CommunityGD32Cores/gd32-pio-spl-package.git
extra_scripts = src/build_bootloader.py
debug_tool = stlink
debug_build_flags = -Os -ggdb -g3
build_flags =
-Os -Wall -Wno-sign-compare -ggdb -g3 -Isrc
-D__SYSTEM_CLOCK_200M_PLL_IRC16M=200000000
-DSPI_DRIVER_SELECT=3
-DSD_CHIP_SELECT_MODE=2
-DENABLE_DEDICATED_SPI=1
-DHAS_SDIO_CLASS
-DPIO_USBFS_DEVICE_CDC
-DZULUSCSI_V1_4
; -DPIO_USBFS_DEVICE_MSC
-DPLATFORM_MASS_STORAGE
-DSDFAT_NOARDUINO
-DFILE_COPY_CONSTRUCTOR_SELECT=FILE_COPY_CONSTRUCTOR_PUBLIC
;========================================
; ZuluSCSI RP2350 hardware platform, based on the Raspberry Pi foundation RP2350 microcontroller
[env:ZuluSCSI_RP2350A]
extends = env:ZuluSCSI_RP2MCU
board = zuluscsi_RP2350A
; How much flash in bytes the bootloader and main app will be allocated
; It is used as the starting point for a ROM image saved in flash
; Changing this will cause issues with boards that already have a ROM drive in flash
program_flash_allocation = 360448
linker_script_template = lib/ZuluSCSI_platform_RP2MCU/rp23xx-template.ld
ldscript_bootloader = lib/ZuluSCSI_platform_RP2MCU/rp23xx_btldr.ld
build_flags =
${env:ZuluSCSI_RP2MCU.build_flags}
-DZULUSCSI_RP2350A
-DZULUSCSI_MCU_RP23XX
-DROMDRIVE_OFFSET=${env:ZuluSCSI_RP2350A.program_flash_allocation}