Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbogush committed May 14, 2020
1 parent 48967f4 commit de240e2
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,11 @@
- BOOT0 switch to PCB.
### Fixed
- Lost of some packets due to optimization.
## [3.2.0] - 2020-03-14
### Added
- Chip autodetection.
- Firmware update.
- Support of K9F1208U0B and F59L2G81A.
### Fixed
- Bad block table initialization.
- Read of bad blocks.
10 changes: 10 additions & 0 deletions debian/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
nando (3.2.0-1ubuntu4) stable; urgency=medium

* Implemented chip autodetection.
* Added support of K9F1208U0B and F59L2G81A.
* Fixed bad block table initialization.
* Fixed read of bad blocks.
* Implemented firmware update.

-- bogdan <bogdan.s.bogush@gmain.com> Thu, 14 May 2020 22:00:00 +0300

nando (3.1.0-1ubuntu4) stable; urgency=medium

* Added configuration options and new chips support.
Expand Down
2 changes: 1 addition & 1 deletion debian/release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BINARY_NAME=nando
RELEASE=3.1.0
RELEASE=3.2.0
FULL_NAME=$BINARY_NAME-$RELEASE
TAR_NAME=$FULL_NAME.tar.gz
EMAIL=bogdan.s.bogush@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion firmware/bootloader/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define _VERSION_H_

#define SW_VERSION_MAJOR 3
#define SW_VERSION_MINOR 1
#define SW_VERSION_MINOR 2
#define SW_VERSION_BUILD 0

#endif
2 changes: 1 addition & 1 deletion firmware/programmer/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define _VERSION_H_

#define SW_VERSION_MAJOR 3
#define SW_VERSION_MINOR 1
#define SW_VERSION_MINOR 2
#define SW_VERSION_BUILD 0

#endif
2 changes: 1 addition & 1 deletion qt/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#ifndef VERSION_H
#define VERSION_H

#define SW_VERSION "3.1.0"
#define SW_VERSION "3.2.0"

#endif // VERSION_H

0 comments on commit de240e2

Please sign in to comment.