mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 21:01:31 +00:00
Add Atmel Studio 6.2 compatibility.
This commit is contained in:
parent
fa32989f2e
commit
a80d0c9965
@ -68,7 +68,7 @@
|
|||||||
#define BOOTLOADER_VERSION_REV 0
|
#define BOOTLOADER_VERSION_REV 0
|
||||||
|
|
||||||
/** Magic bootloader key to unlock forced application start mode. */
|
/** Magic bootloader key to unlock forced application start mode. */
|
||||||
#define MAGIC_BOOT_KEY 0xDC42
|
#define MAGIC_BOOT_KEY 0xDC42
|
||||||
|
|
||||||
/** Complete bootloader version number expressed as a packed byte, constructed from the
|
/** Complete bootloader version number expressed as a packed byte, constructed from the
|
||||||
* two individual bootloader version macros.
|
* two individual bootloader version macros.
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
<SupportedProducts>
|
<SupportedProducts>
|
||||||
<IsolatedShell Version="6.1">AtmelStudio</IsolatedShell>
|
<IsolatedShell Version="6.1">AtmelStudio</IsolatedShell>
|
||||||
|
<IsolatedShell Version="6.2">AtmelStudio</IsolatedShell>
|
||||||
</SupportedProducts>
|
</SupportedProducts>
|
||||||
|
|
||||||
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.5"/>
|
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.5"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user