This is an automated email from Gerrit. Andreas Kemnade ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4442
-- gerrit commit fd572dd22b83ecaa8202b23bf38a51c2215fe77a Author: Andreas Kemnade <[email protected]> Date: Sun Mar 4 09:27:20 2018 +0100 efm32: add bootloader info into device list I could test the new bootloader functionality on an EFR32BG13P device, so I added that device only for now, will probably work for several other devices also. Change-Id: I2e4548c578ef23ef220de7c517f83686a5e031a9 Signed-off-by: Andreas Kemnade <[email protected]> diff --git a/src/flash/nor/efm32.c b/src/flash/nor/efm32.c index fbd7157..27611e6 100644 --- a/src/flash/nor/efm32.c +++ b/src/flash/nor/efm32.c @@ -143,7 +143,7 @@ static const struct efm32_family_data efm32_families[] = { { 40, "EFR32MG13P Mighty", .series = 1 }, { 41, "EFR32MG13B Mighty", .series = 1 }, { 42, "EFR32MG13V Mighty", .series = 1 }, - { 43, "EFR32BG13P Blue", .series = 1 }, + { 43, "EFR32BG13P Blue", .series = 1, .bl_size = 16384, .bl_base = 0x0FE10000}, { 44, "EFR32BG13B Blue", .series = 1 }, { 45, "EFR32BG13V Blue", .series = 1 }, { 49, "EFR32FG13P Flex", .series = 1 }, -- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
