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 <tscn@kamstrup.com> Reviewed-on: http://openocd.zylin.com/5567 Tested-by: jenkins Reviewed-by: Marc Schink <dev@zapb.de>
This commit is contained in:
parent
e7f9ad3932
commit
10b39c3db0
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue