flash/nor/at91samd: Add SAMR35J18B support
Add support for the mcu SAMR35J18B Signed-off-by: Janco <janco@factorylab.nl> Change-Id: I45d801485ad1c16d1b3086516a2b6d71d13f3fc7 Reviewed-on: https://review.openocd.org/c/openocd/+/6664 Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Tested-by: jenkins
This commit is contained in:
parent
5a0b4889d0
commit
aa8a79809e
|
@ -251,6 +251,7 @@ static const struct samd_part saml21_parts[] = {
|
||||||
|
|
||||||
/* SAMR34/R35 parts have integrated SAML21 with a lora radio */
|
/* SAMR34/R35 parts have integrated SAML21 with a lora radio */
|
||||||
{ 0x28, "SAMR34J18", 256, 32 },
|
{ 0x28, "SAMR34J18", 256, 32 },
|
||||||
|
{ 0x2B, "SAMR35J18", 256, 32 },
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Known SAML22 parts. */
|
/* Known SAML22 parts. */
|
||||||
|
|
Loading…
Reference in New Issue