diff options
| author | hathach <[email protected]> | 2024-08-13 16:01:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-08-13 16:01:51 +0700 |
| commit | 86419df42c3220a867a3ffbc22140e11b7ad57ee (patch) | |
| tree | 77063804f69504a6bdbaf2fc8cf709974462f91c | |
| parent | 0f732a2f8b83ba5a6eebacf4ded73a682214591e (diff) | |
use zero wait flash for nano v203
| -rw-r--r-- | hw/bsp/ch32v20x/boards/nanoch32v203/board.cmake | 4 | ||||
| -rw-r--r-- | test/hil/hil_test.py | 2 | ||||
| -rw-r--r-- | test/hil/rpi.json | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/hw/bsp/ch32v20x/boards/nanoch32v203/board.cmake b/hw/bsp/ch32v20x/boards/nanoch32v203/board.cmake index a0bf12b5c..6c7712cdd 100644 --- a/hw/bsp/ch32v20x/boards/nanoch32v203/board.cmake +++ b/hw/bsp/ch32v20x/boards/nanoch32v203/board.cmake @@ -1,8 +1,8 @@ set(MCU_VARIANT D6) # 64KB zero-wait, 224KB total flash -#set(LD_FLASH_SIZE 64K) -set(LD_FLASH_SIZE 224K) +set(LD_FLASH_SIZE 64K) +#set(LD_FLASH_SIZE 224K) set(LD_RAM_SIZE 20K) function(update_board TARGET) diff --git a/test/hil/hil_test.py b/test/hil/hil_test.py index c2ed4d94e..486f0d2eb 100644 --- a/test/hil/hil_test.py +++ b/test/hil/hil_test.py @@ -338,8 +338,8 @@ def test_hid_composite_freertos(id): all_tests = [ 'cdc_dual_ports', 'cdc_msc', - 'cdc_msc_freertos', 'dfu', + 'cdc_msc_freertos', # dont test 2 cdc_msc next to each other, since they have same vid/pid. Can be confused by host 'dfu_runtime', 'hid_boot_interface', 'board_test' diff --git a/test/hil/rpi.json b/test/hil/rpi.json index 5f218d073..688ea3822 100644 --- a/test/hil/rpi.json +++ b/test/hil/rpi.json @@ -66,7 +66,7 @@ "flasher": "jlink", "flasher_sn": "000611000000", "flasher_args": "-device MIMXRT1011xxx5A", - "comment": "sometime it is not enumerated/not reset, maybe need an bsp explicit disconnect/reconnect" + "comment": "not running reliably in bulk with other boards, probably power, flashing etc .." }, { "name": "espressif_s3_devkitm", |
