summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-03-20 18:24:42 +0700
committerhathach <[email protected]>2026-03-20 18:57:02 +0700
commit99d70e2990a04ca7874fe6dc3ff129cfe67c9cc7 (patch)
tree4b5887dd17f9e0ae5127e641b188d7b6526c4468 /hw
parentf7d1c10b73e2f549d9727b4a8a11c1ca58906881 (diff)
Add dd command to MSC file explorer for sector read and speed reporting, adjust CLI configuration and HIL tests
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/ch32v20x/boards/ch32v203g_r0_1v0/board.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/ch32v20x/boards/ch32v203g_r0_1v0/board.cmake b/hw/bsp/ch32v20x/boards/ch32v203g_r0_1v0/board.cmake
index ecb8b378f..819a1ba1e 100644
--- a/hw/bsp/ch32v20x/boards/ch32v203g_r0_1v0/board.cmake
+++ b/hw/bsp/ch32v20x/boards/ch32v203g_r0_1v0/board.cmake
@@ -9,5 +9,6 @@ function(update_board TARGET)
target_compile_definitions(${TARGET} PUBLIC
SYSCLK_FREQ_144MHz_HSI=144000000
CFG_EXAMPLE_MSC_DUAL_READONLY
+ CFG_EXAMPLE_MSC_FILE_EXPLORER_RW_BUFSIZE=1024
)
endfunction()