|
@@ -156,7 +156,7 @@ lib_deps =
|
|
|
SCSI2SD
|
|
SCSI2SD
|
|
|
CUEParser
|
|
CUEParser
|
|
|
build_flags =
|
|
build_flags =
|
|
|
- -O2 -Isrc -ggdb -g3
|
|
|
|
|
|
|
+ -O2 -Isrc
|
|
|
-Wall -Wno-sign-compare -Wno-ignored-qualifiers
|
|
-Wall -Wno-sign-compare -Wno-ignored-qualifiers
|
|
|
-DSPI_DRIVER_SELECT=3
|
|
-DSPI_DRIVER_SELECT=3
|
|
|
-DSD_CHIP_SELECT_MODE=2
|
|
-DSD_CHIP_SELECT_MODE=2
|
|
@@ -169,11 +169,11 @@ build_flags =
|
|
|
; These take a large portion of the SRAM and can be adjusted
|
|
; These take a large portion of the SRAM and can be adjusted
|
|
|
; It is important to leave enough free space for USB serial to work
|
|
; It is important to leave enough free space for USB serial to work
|
|
|
; Around 7220 bytes seems to be enough.
|
|
; Around 7220 bytes seems to be enough.
|
|
|
- -DLOGBUFSIZE=6144
|
|
|
|
|
- -DPREFETCH_BUFFER_SIZE=8192
|
|
|
|
|
|
|
+ -DLOGBUFSIZE=2048
|
|
|
|
|
+ -DPREFETCH_BUFFER_SIZE=0
|
|
|
; This controls the depth of 2 x NETWORK_PACKET_MAX_SIZE (1520 bytes)
|
|
; This controls the depth of 2 x NETWORK_PACKET_MAX_SIZE (1520 bytes)
|
|
|
; For example a queue size of 10 would be 10 x 2 x 1520 = 30400 bytes
|
|
; For example a queue size of 10 would be 10 x 2 x 1520 = 30400 bytes
|
|
|
- -DNETWORK_PACKET_QUEUE_SIZE=10
|
|
|
|
|
|
|
+ -DNETWORK_PACKET_QUEUE_SIZE=15
|
|
|
; build flags mirroring the framework-arduinopico#v3.6.0-DaynaPORT static library build
|
|
; build flags mirroring the framework-arduinopico#v3.6.0-DaynaPORT static library build
|
|
|
-DPICO_CYW43_ARCH_POLL=1
|
|
-DPICO_CYW43_ARCH_POLL=1
|
|
|
-DCYW43_LWIP=0
|
|
-DCYW43_LWIP=0
|