From: OpenOCD-Gerrit <ope...@us...> - 2020-04-13 16:54:14
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 10b39c3db020464aca14ed41e6453567e26277fa (commit) from e7f9ad3932105928cb9aaf6041590be396243402 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 10b39c3db020464aca14ed41e6453567e26277fa Author: tscn92 <ts...@ka...> 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 <ts...@ka...> Reviewed-on: http://openocd.zylin.com/5567 Tested-by: jenkins Reviewed-by: Marc Schink <de...@za...> diff --git a/src/flash/nor/efm32.c b/src/flash/nor/efm32.c index 479e0d475..9cdc32573 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 }, ----------------------------------------------------------------------- Summary of changes: src/flash/nor/efm32.c | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- Main OpenOCD repository |