use zero wait flash for nano v203
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
set(MCU_VARIANT D6)
|
set(MCU_VARIANT D6)
|
||||||
|
|
||||||
# 64KB zero-wait, 224KB total flash
|
# 64KB zero-wait, 224KB total flash
|
||||||
#set(LD_FLASH_SIZE 64K)
|
set(LD_FLASH_SIZE 64K)
|
||||||
set(LD_FLASH_SIZE 224K)
|
#set(LD_FLASH_SIZE 224K)
|
||||||
set(LD_RAM_SIZE 20K)
|
set(LD_RAM_SIZE 20K)
|
||||||
|
|
||||||
function(update_board TARGET)
|
function(update_board TARGET)
|
||||||
|
@@ -338,8 +338,8 @@ def test_hid_composite_freertos(id):
|
|||||||
all_tests = [
|
all_tests = [
|
||||||
'cdc_dual_ports',
|
'cdc_dual_ports',
|
||||||
'cdc_msc',
|
'cdc_msc',
|
||||||
'cdc_msc_freertos',
|
|
||||||
'dfu',
|
'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',
|
'dfu_runtime',
|
||||||
'hid_boot_interface',
|
'hid_boot_interface',
|
||||||
'board_test'
|
'board_test'
|
||||||
|
@@ -66,7 +66,7 @@
|
|||||||
"flasher": "jlink",
|
"flasher": "jlink",
|
||||||
"flasher_sn": "000611000000",
|
"flasher_sn": "000611000000",
|
||||||
"flasher_args": "-device MIMXRT1011xxx5A",
|
"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",
|
"name": "espressif_s3_devkitm",
|
||||||
|
Reference in New Issue
Block a user