This is an automated email from Gerrit. Frank Hunleth ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5364
-- gerrit commit 00b5facbe6f87804ca30d013a353903ec7e1b067 Author: Frank Hunleth <[email protected]> Date: Tue Dec 17 15:06:09 2019 -0500 efm32: add EFR32ZG13P and EFR32ZG14P parts This adds the EFR32 Zen Gecko Family parts. The device family values are found in table 4.7.11 of https://www.silabs.com/documents/public/reference-manuals/efr32xg14-rm.pdf. Change-Id: I3858b7ba815784b1150e2214a2833e8ff7d249e1 Signed-off-by: Frank Hunleth <[email protected]> diff --git a/src/flash/nor/efm32.c b/src/flash/nor/efm32.c index 245f856..479e0d4 100644 --- a/src/flash/nor/efm32.c +++ b/src/flash/nor/efm32.c @@ -140,6 +140,7 @@ static const struct efm32_family_data efm32_families[] = { { 43, "EFR32BG13P Blue", .series = 1 }, { 44, "EFR32BG13B Blue", .series = 1 }, { 45, "EFR32BG13V Blue", .series = 1 }, + { 46, "EFR32ZG13P Zen", .series = 1 }, { 49, "EFR32FG13P Flex", .series = 1 }, { 50, "EFR32FG13B Flex", .series = 1 }, { 51, "EFR32FG13V Flex", .series = 1 }, @@ -149,6 +150,7 @@ static const struct efm32_family_data efm32_families[] = { { 55, "EFR32BG14P Blue", .series = 1 }, { 56, "EFR32BG14B Blue", .series = 1 }, { 57, "EFR32BG14V Blue", .series = 1 }, + { 58, "EFR32ZG14P Zen", .series = 1 }, { 61, "EFR32FG14P Flex", .series = 1 }, { 62, "EFR32FG14B Flex", .series = 1 }, { 63, "EFR32FG14V Flex", .series = 1 }, -- _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
