From aa8a79809ef9e6b97d45da60508d902da0e3270e Mon Sep 17 00:00:00 2001 From: Janco Kock Date: Fri, 22 Oct 2021 16:06:22 +0200 Subject: [PATCH] flash/nor/at91samd: Add SAMR35J18B support Add support for the mcu SAMR35J18B Signed-off-by: Janco Change-Id: I45d801485ad1c16d1b3086516a2b6d71d13f3fc7 Reviewed-on: https://review.openocd.org/c/openocd/+/6664 Reviewed-by: Tomas Vanek Tested-by: jenkins --- src/flash/nor/at91samd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/flash/nor/at91samd.c b/src/flash/nor/at91samd.c index 5cefd1766..a8fab486c 100644 --- a/src/flash/nor/at91samd.c +++ b/src/flash/nor/at91samd.c @@ -251,6 +251,7 @@ static const struct samd_part saml21_parts[] = { /* SAMR34/R35 parts have integrated SAML21 with a lora radio */ { 0x28, "SAMR34J18", 256, 32 }, + { 0x2B, "SAMR35J18", 256, 32 }, }; /* Known SAML22 parts. */