Skip to content

Commit 0f236a9

Browse files
committed
Updated version to 3.1.0
1 parent cdcac64 commit 0f236a9

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@
3232
- New board design. Support of internal clock in FW.
3333
### Fixed
3434
- Race condition in packet handling code.
35+
## [3.1.0] - 2019-11-16
36+
### Added
37+
- Read including spare area
38+
- Configuration of spare area size, number of column and row cycles, commands, bad block mark offset
39+
- New chips support
40+
- BOOT0 switch to PCB.
41+
### Fixed
42+
- Lost of some packets due to optimization.

debian/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
nando (3.1.0-1ubuntu4) stable; urgency=medium
2+
3+
* Added configuration options and new chips support.
4+
5+
-- bogdan <[email protected]> Sun, 16 Oct 2019 21:00:00 +0300
6+
17
nando (3.0.0-1ubuntu4) stable; urgency=medium
28

39
* New board design.

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.0.0
2+
RELEASE=3.1.0
33
FULL_NAME=$BINARY_NAME-$RELEASE
44
TAR_NAME=$FULL_NAME.tar.gz
55

firmware/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 0
5+
#define SW_VERSION_MINOR 1
66
#define SW_VERSION_BUILD 0
77

88
#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.0.0"
9+
#define SW_VERSION "3.1.0"
1010

1111
#endif // VERSION_H

0 commit comments

Comments
 (0)