commit
89839723d8
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue