File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change 1414
1515families = {
1616 'SAMD21' : 0x68ed2b88 ,
17+ 'SAML21' : 0x1851780a ,
1718 'SAMD51' : 0x55114460 ,
1819 'NRF52' : 0x1b57745f ,
1920 'STM32F1' : 0x5ee21072 ,
You can’t perform that action at this time.
0 commit comments