Commit 08da7395ca02396c08a188486aeff39597099a58

Authored by oliverhaag
1 parent 8e155176

Final 0.2.0 release, only updated version information and Doxygen pages

openhantek/ChangeLog
... ... @@ -121,3 +121,8 @@
121 121  
122 122 2011-01-25 Oliver Haag <oliver.haag@gmail.com>
123 123 * German translation updated
  124 +
  125 +2011-02-09 Oliver Haag <oliver.haag@gmail.com>
  126 +* Version 0.2.0:
  127 +* Updated version information
  128 +* Updated Doxygen mainpage and roadmap
... ...
openhantek/OpenHantek.pro
... ... @@ -69,7 +69,7 @@ DISTFILES += ChangeLog \
69 69 TRANSLATIONS += translations/openhantek_de.ts
70 70  
71 71 # Program version
72   -VERSION = 0.2.0-pre
  72 +VERSION = 0.2.0
73 73  
74 74 # Destination directory for built binaries
75 75 DESTDIR = bin
... ...
openhantek/mainpage.dox
... ... @@ -38,19 +38,23 @@ You can set environment variables to set various build options (Done best by pre
38 38  
39 39 \section sec_firmware Installation of the firmware
40 40 \subsection ssec_drivers Getting the Windows drivers
41   -Before using OpenHantek you have to extract the firmware from the official Windows drivers. You can get them from the <a href="http://www.hantek.ru/download.html">Hantek website</a> (<a href="http://translate.google.com/translate?sl=ru&tl=en&u=http%3A%2F%2Fwww.hantek.ru%2Fdownload.html">English translation</a>).
42   -\subsection ssec_dsoextractfw The firmware extraction tool
43   -You need the tool dsoextractfw from the sourceforge page too extract the firmware. You have to install libbfd development files and build it by typing:
  41 +Before using OpenHantek you have to extract the firmware from the official Windows drivers. You can get them from the <a href="http://www.hantek.ru/download.html">Hantek website</a> (<a href="http://translate.google.com/translate?sl=ru&tl=en&u=http%3A%2F%2Fwww.hantek.ru%2Fdownload.html">English translation</a>) or automatically download them with the script fwget.sh.
  42 +\subsection ssec_extractfw The firmware extraction tool
  43 +You need the tool openhantek-extractfw from the sourceforge page too extract the firmware. You have to install libbfd development files and build it by typing:
44 44 <pre>
45 45 $ make
46 46 </pre>
47   -After building it, you have to place the DSO*1.SYS file into the same directory and run the built binary:
  47 +After building it, you can just run the fwget.sh script inside the openhantek-extractfw directory:
48 48 <pre>
49   - $ ./dsoextractfw
  49 + $ sudo ./fwget.sh /usr/local/share/hantek/
50 50 </pre>
51   -This should create two .hex files.
  51 +You can also do it manually by placing the DSO*1.SYS file into the same directory and running the built binary:
  52 +<pre>
  53 + $ ./openhantek-extractfw <driver file>
  54 +</pre>
  55 +This should create two .hex files that should be placed into /usr/local/share/hantek/.
52 56 \subsection ssec_firmware Installing the firmware
53   -Place the extracted .hex files into /usr/local/share/hantekdso/ and copy the 90-hantek-dso.rules file to /etc/udev/rules.d/. To load the firmware you have to install fxload.<br />
  57 +Copy the 90-hantek.rules file to /etc/udev/rules.d/. To load the firmware you have to install fxload.<br />
54 58 After restarting udev your oscilloscope should be initialized automatically after connecting it to the computer (You have to reconnect it after installing this package).<br />
55 59 If you can't run OpenHantek as normal user, you have too add your user to the plugdev group.
56 60  
... ...
openhantek/roadmap.dox
... ... @@ -10,17 +10,18 @@ Released May 30, 2010
10 10 </ul>
11 11  
12 12 \section sec_0_2 OpenHantek 0.2.0
13   -Planned October, 2010
  13 +Released February 9, 2011
14 14 <ul>
15 15 <li>New USB routines</li>
16 16 <li>%Hantek DSO-2150 and DSO-5200 support</li>
17 17 </ul>
18 18  
19 19 \section sec_0_3 OpenHantek 0.3.0
20   -Planned Q1/Q2, 2011
  20 +Planned Q2/Q3, 2011
21 21 <ul>
22 22 <li>%Hantek DSO-2250 support</li>
23 23 <li>USB hotplugging</li>
  24 + <li>Improved zoom functionality</li>
24 25 </ul>
25 26  
26 27 **/
... ...