Add the MIMXRT10XX family

This commit is contained in:
arturo182 2020-01-05 13:15:38 +01:00
parent b23250077a
commit 84da66ce62
2 changed files with 2 additions and 0 deletions

View file

@ -115,6 +115,7 @@ This procedure was unfortunately not used for the SAMD51 and NRF52840 below.
* Microchip (Atmel) ATmega32 - 0x16573617
* Cypress FX2 - 0x5a18069b
* ESP32 - 0x1c5f21b0
* NXP i.MX RT10XX - 0x4fb2d5bd
### Rationale

View file

@ -20,6 +20,7 @@ families = {
'STM32F1': 0x5ee21072,
'STM32F4': 0x57755a57,
'ATMEGA32': 0x16573617,
'MIMXRT10XX': 0x4FB2D5BD
}
INFO_FILE = "/INFO_UF2.TXT"