Logo white

Peter M. Groen / openhantek

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • openhantek
  • firmware
  • Makefile
  • Refactor: Split and reorganise files. Add firmware upload functionality. ...
    b7a65b8a
    * Use QMutexLocker -> avoids deadlocks that I encountered
    * HantekDsoControl shouldn't implement QThread and use Qtimer, it is just a worker class with a periodic run() method.
    * Udev rules file altered: Allow access to firmware flashed and unflashed hantek devices
    * Everything that is non-gui is in the subdirectory hantek now.
    * Everything that is USB communication/find USB devices/upload to USB device is in the subdirectory 'usb' now.
    * Utility classes are in the subdirectory 'utils'.
    * Split types.h/cpp
    
    Signed-off-by: David Graeff <david.graeff@web.de>
    David Graeff authored
    2017-12-11 13:48:22 +0100  
    Browse Code ยป
Makefile 106 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
CFLAGS=-g -O2
LDLIBS=-lbfd -liberty -lz -ldl

extractfw: extractfw.o

clean:
	rm -f extractfw extractfw.o