Skip to content

Commit b232500

Browse files
authored
Merge pull request microsoft#21 from ElectronicCats/saml21
New family saml21
2 parents 5ec3ddb + 2a8c0e4 commit b232500

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ This procedure was unfortunately not used for the SAMD51 and NRF52840 below.
105105
#### Family list
106106

107107
* Microchip (Atmel) SAMD21 - 0x68ed2b88
108+
* Microchip (Atmel) SAML21 - 0x1851780a
108109
* Microchip (Atmel) SAMD51 - 0x55114460
109110
* Nordic NRF52840 - 0xada52840
110111
* ST STM32F103 - 0x5ee21072

patcher/patcher.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ const enums = {
352352
},
353353
UF2_FAMILY: {
354354
ATSAMD21: 0x68ed2b88,
355+
ATSAML21: 0x1851780a,
355356
ATSAMD51: 0x55114460,
356357
NRF52840: 0x1b57745f,
357358
STM32F103: 0x5ee21072,

utils/uf2conv.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
families = {
1616
'SAMD21': 0x68ed2b88,
17+
'SAML21': 0x1851780a,
1718
'SAMD51': 0x55114460,
1819
'NRF52': 0x1b57745f,
1920
'STM32F1': 0x5ee21072,

0 commit comments

Comments
 (0)