[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openocd-development
Subject:    [OpenOCD-devel] [PATCH]: 37fa9fc flash/nor/stm32h7x: remove flash size information from device name
From:       gerrit () openocd ! org (gerrit)
Date:       2019-08-27 13:27:49
Message-ID: 20190827132749.203F52522571 () mail ! openocd ! org
[Download RAW message or body]

This is an automated email from Gerrit.

Tarek BOCHKATI (tarek.bouchkati@gmail.com) just uploaded a new patch set to Gerrit, \
which you can find at http://openocd.zylin.com/5288

-- gerrit

commit 37fa9fc71f84f2583132122306e008336311d6cb
Author: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
Date:   Tue Aug 27 14:18:21 2019 +0200

    flash/nor/stm32h7x: remove flash size information from device name
    
    There is no sense in displaying the max size (2M) as there is variants
    of this device with reduced flash size
    
    Change-Id: I40574064d75fdf2a038044c81038a6d7abc6c4dd
    Signed-off-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>

diff --git a/src/flash/nor/stm32h7x.c b/src/flash/nor/stm32h7x.c
index 512aca5..72afc85 100644
--- a/src/flash/nor/stm32h7x.c
+++ b/src/flash/nor/stm32h7x.c
@@ -141,7 +141,7 @@ static const struct stm32h7x_part_info stm32h7x_parts[] = {
 	.id					= 0x450,
 	.revs				= stm32_450_revs,
 	.num_revs			= ARRAY_SIZE(stm32_450_revs),
-	.device_str			= "STM32H7xx 2M",
+	.device_str			= "STM32H74x/75x",
 	.page_size			= 128,  /* 128 KB */
 	.max_flash_size_kb	= 2048,
 	.first_bank_size_kb	= 1024,

-- 


_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic