Skip to content

Commit 84da66c

Browse files
committed
Add the MIMXRT10XX family
1 parent b232500 commit 84da66c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ This procedure was unfortunately not used for the SAMD51 and NRF52840 below.
115115
* Microchip (Atmel) ATmega32 - 0x16573617
116116
* Cypress FX2 - 0x5a18069b
117117
* ESP32 - 0x1c5f21b0
118+
* NXP i.MX RT10XX - 0x4fb2d5bd
118119

119120
### Rationale
120121

utils/uf2conv.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
'STM32F1': 0x5ee21072,
2121
'STM32F4': 0x57755a57,
2222
'ATMEGA32': 0x16573617,
23+
'MIMXRT10XX': 0x4FB2D5BD
2324
}
2425

2526
INFO_FILE = "/INFO_UF2.TXT"

0 commit comments

Comments
 (0)