-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ def __init__(self, owf_config): | |
super(FlashWrite, self).__init__(owf_config) | ||
self.meta.update({ | ||
'name': 'AVR flash memory write', | ||
'version': '1.0.0', | ||
'version': '1.0.1', | ||
'description': 'Write the flash memory of AVR microcontrollers', | ||
'author': 'Jordan Ovrè / Ghecko <[email protected]>, Paul Duncan / Eresse <[email protected]>' | ||
}) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
__authors__ = "Jordan Ovrè, Paul Duncan" | ||
__copyright__ = "Copyright (c) ImmunIT - Jordan Ovrè / Paul Duncan" | ||
__license__ = "Apache 2.0" | ||
__version__ = "1.0.0" | ||
__version__ = "1.0.1" | ||
__contact__ = "Jordan Ovrè / Ghecko <[email protected]>, Paul Duncan / Eresse <[email protected]>" | ||
|
||
description = 'Write the flash memory of AVR microcontrollers' | ||
|