From: OpenOCD-Gerrit <ope...@us...> - 2021-11-18 02:18: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 aa8a79809ef9e6b97d45da60508d902da0e3270e (commit) from 5a0b4889d0d46639b38effd24102f0d5fca1ca31 (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 aa8a79809ef9e6b97d45da60508d902da0e3270e Author: Janco Kock <ja...@fa...> Date: Fri Oct 22 16:06:22 2021 +0200 flash/nor/at91samd: Add SAMR35J18B support Add support for the mcu SAMR35J18B Signed-off-by: Janco <ja...@fa...> Change-Id: I45d801485ad1c16d1b3086516a2b6d71d13f3fc7 Reviewed-on: https://review.openocd.org/c/openocd/+/6664 Reviewed-by: Tomas Vanek <va...@fb...> Tested-by: jenkins 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. */ ----------------------------------------------------------------------- Summary of changes: src/flash/nor/at91samd.c | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- Main OpenOCD repository |