File tree 8 files changed +50
-8
lines changed
packages/com.nando.nando/meta
8 files changed +50
-8
lines changed Original file line number Diff line number Diff line change 54
54
- Support of HY27US08121B.
55
55
### Fixed
56
56
- Fixed read of bad blocks when read spare area command is available.
57
+ ## [ 3.4.0] - 2020-12-22
58
+ ### Added
59
+ SPI flash support.
60
+ SOIC-8 adapter for AT45DB.
61
+ New parallel NAND and SPI chips.
62
+ Boost library for serial port.
63
+ ### Fixed
64
+ Fixed saving of settings.
65
+ Fixed lost of packets in Windows.
66
+ Fixed UI on Windows.
67
+ Schematic refactoring.
68
+ ## [ 3.4.1] - 2021-02-14
69
+ ### Added
70
+ Added NAND reset on init.
71
+ ## [ 3.4.2] - 2021-03-17
72
+ ### Added
73
+ Firmware compilation on Windows.
74
+ #### Fixed
75
+ Firmware update.
76
+ UI issues.
77
+ ## [ 3.5.0] - 2023-05-20
78
+ ### Added
79
+ Support of HW ECC.
80
+ Operation time estimate.
81
+ Serial port selector.
82
+ Progress indication.
83
+ Read/write to file instead of memory buffer.
84
+ Support of flash more then 4GB.
85
+ UI improvements for large buffers.
86
+ Custom read/write range.
87
+ Pinout table on PCB.
88
+ Verify operation.
89
+ ### Fixed
90
+ NAND timings.
91
+ Synchronization issues.
92
+ Low write speed on Windows.
Original file line number Diff line number Diff line change
1
+ nando (3.5.0-1ubuntu4) stable; urgency=medium
2
+
3
+ * New release
4
+
5
+ -- bogdan <
[email protected] > Sun, 20 May 2023 19:00:00 +0300
6
+
1
7
nando (3.4.0-1ubuntu4) stable; urgency=medium
2
8
3
9
* New release
Original file line number Diff line number Diff line change 1
1
[Desktop Entry]
2
- Version =2.0 .0
2
+ Version =3.5 .0
3
3
Type =Application
4
4
Terminal =false
5
5
Name =nando
Original file line number Diff line number Diff line change 1
1
BINARY_NAME=nando
2
- RELEASE=3.4 .0
2
+ RELEASE=3.5 .0
3
3
FULL_NAME=$BINARY_NAME -$RELEASE
4
4
TAR_NAME=$FULL_NAME .tar.gz
5
5
Original file line number Diff line number Diff line change 7
7
#define _VERSION_H_
8
8
9
9
#define SW_VERSION_MAJOR 3
10
- #define SW_VERSION_MINOR 4
11
- #define SW_VERSION_BUILD 1
10
+ #define SW_VERSION_MINOR 5
11
+ #define SW_VERSION_BUILD 0
12
12
13
13
#endif
Original file line number Diff line number Diff line change 6
6
#ifndef VERSION_H
7
7
#define VERSION_H
8
8
9
- #define SW_VERSION "3.4.2 "
9
+ #define SW_VERSION "3.5.0 "
10
10
11
11
#endif // VERSION_H
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Installer >
3
3
<Name >NANDO</Name >
4
- <Version >3.4 .0</Version >
4
+ <Version >3.5 .0</Version >
5
5
<Title >NANDO Installer</Title >
6
6
<Publisher >NANDO</Publisher >
7
7
<StartMenuDir >NANDO</StartMenuDir >
Original file line number Diff line number Diff line change 2
2
<Package >
3
3
<DisplayName >NANDO</DisplayName >
4
4
<Description >NANDO software.</Description >
5
- <Version >3.4 .0-1</Version >
6
- <ReleaseDate >2020-12 -20</ReleaseDate >
5
+ <Version >3.5 .0-1</Version >
6
+ <ReleaseDate >2023-05 -20</ReleaseDate >
7
7
<Licenses >
8
8
<License name =" GNU General Public License" file =" license.txt" />
9
9
</Licenses >
You can’t perform that action at this time.
0 commit comments