This is an automated email from Gerrit.

"Janco Kock <[email protected]>" just uploaded a new patch set to Gerrit, 
which you can find at https://review.openocd.org/c/openocd/+/6664

-- gerrit

commit e472c171638ddda873eb422e520aa81d68a65639
Author: Janco Kock <[email protected]>
Date:   Fri Oct 22 16:06:22 2021 +0200

    topic: Add SAMR35J18B support
    
    Add support for the mcu SAMR35J18B
    
    Signed-off-by: Janco <[email protected]>
    Change-Id: I45d801485ad1c16d1b3086516a2b6d71d13f3fc7

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. */

-- 

Reply via email to