Skip to content

Commit de240e2

Browse files
committed
New version
1 parent 48967f4 commit de240e2

File tree

6 files changed

+22
-4
lines changed

6 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,11 @@
4040
- BOOT0 switch to PCB.
4141
### Fixed
4242
- Lost of some packets due to optimization.
43+
## [3.2.0] - 2020-03-14
44+
### Added
45+
- Chip autodetection.
46+
- Firmware update.
47+
- Support of K9F1208U0B and F59L2G81A.
48+
### Fixed
49+
- Bad block table initialization.
50+
- Read of bad blocks.

debian/debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
nando (3.2.0-1ubuntu4) stable; urgency=medium
2+
3+
* Implemented chip autodetection.
4+
* Added support of K9F1208U0B and F59L2G81A.
5+
* Fixed bad block table initialization.
6+
* Fixed read of bad blocks.
7+
* Implemented firmware update.
8+
9+
-- bogdan <[email protected]> Thu, 14 May 2020 22:00:00 +0300
10+
111
nando (3.1.0-1ubuntu4) stable; urgency=medium
212

313
* Added configuration options and new chips support.

debian/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BINARY_NAME=nando
2-
RELEASE=3.1.0
2+
RELEASE=3.2.0
33
FULL_NAME=$BINARY_NAME-$RELEASE
44
TAR_NAME=$FULL_NAME.tar.gz
55

firmware/bootloader/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define _VERSION_H_
33

44
#define SW_VERSION_MAJOR 3
5-
#define SW_VERSION_MINOR 1
5+
#define SW_VERSION_MINOR 2
66
#define SW_VERSION_BUILD 0
77

88
#endif

firmware/programmer/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define _VERSION_H_
88

99
#define SW_VERSION_MAJOR 3
10-
#define SW_VERSION_MINOR 1
10+
#define SW_VERSION_MINOR 2
1111
#define SW_VERSION_BUILD 0
1212

1313
#endif

qt/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
#ifndef VERSION_H
77
#define VERSION_H
88

9-
#define SW_VERSION "3.1.0"
9+
#define SW_VERSION "3.2.0"
1010

1111
#endif // VERSION_H

0 commit comments

Comments
 (0)