Skip to content

Commit

Permalink
Added SAM3N0 devices (A-C)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumatech committed May 21, 2017
1 parent a62710e commit 64f5d5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,12 @@ Device::create()
_family = FAMILY_SAM3N;
flashPtr = new EefcFlash(_samba, "ATSAM3N1", 0x400000, 256, 256, 1, 4, 0x20000800, 0x20002000, 0x400e0a00, false);
break;
case 0x29380360 : // A
case 0x29480360 : // B
case 0x29580360 : // C
_family = FAMILY_SAM3N;
flashPtr = new EefcFlash(_samba, "ATSAM3N0", 0x400000, 128, 256, 1, 1, 0x20000800, 0x20002000, 0x400e0a00, false);
break;
//
// SAM3S
//
Expand Down

0 comments on commit 64f5d5e

Please sign in to comment.