Merge pull request #22 from arturo182/master

Add the MIMXRT10XX family
This commit is contained in:
Michał Moskal 2020-01-05 13:34:06 +01:00 committed by GitHub
commit 89839723d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 * Microchip (Atmel) ATmega32 - 0x16573617
* Cypress FX2 - 0x5a18069b * Cypress FX2 - 0x5a18069b
* ESP32 - 0x1c5f21b0 * ESP32 - 0x1c5f21b0
* NXP i.MX RT10XX - 0x4fb2d5bd
### Rationale ### Rationale

View file

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