File tree Expand file tree Collapse file tree 8 files changed +50
-8
lines changed
packages/com.nando.nando/meta Expand file tree Collapse file tree 8 files changed +50
-8
lines changed Original file line number Diff line number Diff line change 5454- Support of HY27US08121B.
5555### Fixed
5656- 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+
17nando (3.4.0-1ubuntu4) stable; urgency=medium
28
39 * New release
Original file line number Diff line number Diff line change 11[Desktop Entry]
2- Version =2.0 .0
2+ Version =3.5 .0
33Type =Application
44Terminal =false
55Name =nando
Original file line number Diff line number Diff line change 11BINARY_NAME=nando
2- RELEASE=3.4 .0
2+ RELEASE=3.5 .0
33FULL_NAME=$BINARY_NAME -$RELEASE
44TAR_NAME=$FULL_NAME .tar.gz
55
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 4
11- #define SW_VERSION_BUILD 1
10+ #define SW_VERSION_MINOR 5
11+ #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.4.2 "
9+ #define SW_VERSION "3.5.0 "
1010
1111#endif // VERSION_H
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<Installer >
33 <Name >NANDO</Name >
4- <Version >3.4 .0</Version >
4+ <Version >3.5 .0</Version >
55 <Title >NANDO Installer</Title >
66 <Publisher >NANDO</Publisher >
77 <StartMenuDir >NANDO</StartMenuDir >
Original file line number Diff line number Diff line change 22<Package >
33 <DisplayName >NANDO</DisplayName >
44 <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 >
77 <Licenses >
88 <License name =" GNU General Public License" file =" license.txt" />
99 </Licenses >
You can’t perform that action at this time.
0 commit comments