File tree Expand file tree Collapse file tree 6 files changed +22
-4
lines changed Expand file tree Collapse file tree 6 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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+
111nando (3.1.0-1ubuntu4) stable; urgency=medium
212
313 * Added configuration options and new chips support.
Original file line number Diff line number Diff line change 11BINARY_NAME=nando
2- RELEASE=3.1 .0
2+ RELEASE=3.2 .0
33FULL_NAME=$BINARY_NAME -$RELEASE
44TAR_NAME=$FULL_NAME .tar.gz
55
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments