From e8f6679eabdde332b7785088efaa29fed5f50e83 Mon Sep 17 00:00:00 2001 From: miceuz Date: Wed, 10 Jun 2020 17:20:13 +0300 Subject: [PATCH] Add support for ATSAMR34J18 --- src/Device.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Device.cpp b/src/Device.cpp index 0c94ae44..c620d03a 100644 --- a/src/Device.cpp +++ b/src/Device.cpp @@ -531,6 +531,10 @@ Device::create() _family = FAMILY_SAML21; flashPtr = new D2xNvmFlash(_samba, "ATSAML21x18", 4096, 64, 0x20004000, 0x20008000) ; break; + case 0x10810028: // ATSAMR34J18 + _family = FAMILY_SAML21; + flashPtr = new D2xNvmFlash(_samba, "ATSAMR34J18", 4096, 64, 0x20004000, 0x20008000) ; + break; // // SAMD51