This is an automated email from Gerrit. Troels Christensen (t...@kamstrup.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5567
-- gerrit commit 7e8423ac6c3f6a3de31292493bc86331a5ab2b7d Author: tscn92 <t...@kamstrup.com> Date: Mon Apr 6 15:51:23 2020 +0200 flash/nor/efm32: Chip support extension (EFM32GG12B Giant) For flash/nor/efm32 the EFM32GG12B Giant chip has been added to the efm32_family along with its respective series and msc_rebase. Testen on EFM32GG12B390F board Change-Id: Idd7dfa93f26ac22566aed1be28f30db678cc0a25 Signed-off-by: tscn92 <t...@kamstrup.com> diff --git a/src/flash/nor/efm32.c b/src/flash/nor/efm32.c index 479e0d4..9cdc325 100644 --- a/src/flash/nor/efm32.c +++ b/src/flash/nor/efm32.c @@ -169,6 +169,7 @@ static const struct efm32_family_data efm32_families[] = { { 91, "EFM32JG13B Jade", .series = 1 }, { 100, "EFM32GG11B Giant", .series = 1, .msc_regbase = 0x40000000 }, { 103, "EFM32TG11B Tiny", .series = 1, .msc_regbase = 0x40000000 }, + { 106, "EFM32GG12B Giant", .series = 1, .msc_regbase = 0x40000000 }, { 120, "EZR32WG Wonder", .series = 0 }, { 121, "EZR32LG Leopard", .series = 0 }, { 122, "EZR32HG Happy", .series = 0, .page_size = 1024 }, -- _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel