use zero wait flash for nano v203

This commit is contained in:
hathach
2024-08-13 16:01:51 +07:00
parent 0f732a2f8b
commit 86419df42c
3 changed files with 4 additions and 4 deletions

View File

@@ -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)