aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Lalaev <andrey.lalaev@gmail.com>2023-03-05 20:41:14 +0100
committerTomas Vanek <vanekt@fbl.cz>2023-03-18 17:39:29 +0000
commit8d1261c248796d5eee9ec8e646d16d653be984a6 (patch)
treeb4ea242c72b4fdd86952a49126393c407c59c8ef /src
parent70d771c7b7d488c76452191fb1a2a8bdfa9a2f25 (diff)
downloadriscv-openocd-8d1261c248796d5eee9ec8e646d16d653be984a6.zip
riscv-openocd-8d1261c248796d5eee9ec8e646d16d653be984a6.tar.gz
riscv-openocd-8d1261c248796d5eee9ec8e646d16d653be984a6.tar.bz2
flash/nor/at91samd: add missing SAMR34/35 part numbers
All DIDs are taken from "SAM R34/R35 Errata Sheet" (DS80000834A). Signed-off-by: Andrew Lalaev <andrey.lalaev@gmail.com> Change-Id: Ie35f58e61bb02919c0676c91938c90192481d995 Reviewed-on: https://review.openocd.org/c/openocd/+/7521 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'src')
-rw-r--r--src/flash/nor/at91samd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/flash/nor/at91samd.c b/src/flash/nor/at91samd.c
index b3252e8..416f077 100644
--- a/src/flash/nor/at91samd.c
+++ b/src/flash/nor/at91samd.c
@@ -244,7 +244,11 @@ static const struct samd_part saml21_parts[] = {
/* SAMR34/R35 parts have integrated SAML21 with a lora radio */
{ 0x28, "SAMR34J18", 256, 40 },
+ { 0x29, "SAMR34J17", 128, 24 },
+ { 0x2A, "SAMR34J16", 64, 12 },
{ 0x2B, "SAMR35J18", 256, 40 },
+ { 0x2C, "SAMR35J17", 128, 24 },
+ { 0x2D, "SAMR35J16", 64, 12 },
};
/* Known SAML22 parts. */