We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b232500 commit 84da66cCopy full SHA for 84da66c
README.md
@@ -115,6 +115,7 @@ This procedure was unfortunately not used for the SAMD51 and NRF52840 below.
115
* Microchip (Atmel) ATmega32 - 0x16573617
116
* Cypress FX2 - 0x5a18069b
117
* ESP32 - 0x1c5f21b0
118
+* NXP i.MX RT10XX - 0x4fb2d5bd
119
120
### Rationale
121
utils/uf2conv.py
@@ -20,6 +20,7 @@
20
'STM32F1': 0x5ee21072,
21
'STM32F4': 0x57755a57,
22
'ATMEGA32': 0x16573617,
23
+ 'MIMXRT10XX': 0x4FB2D5BD
24
}
25
26
INFO_FILE = "/INFO_UF2.TXT"
0 commit comments