EasyDFU is a small program to automatize the process of deploying your hex-file to the µC.
It uses the tool dfu-programmer (http://dfu-programmer.sourceforge.net/), for correct function super user access is needed.
Categories
Building AutomationLicense
GNU General Public License version 3.0 (GPLv3)Follow EasyDFU
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Works fine at Ubuntu 12.04. but in Fedora 18 make with qt-4 send this message: only with this little chance we can run de program #------------------------------------------------- # # Project created by QtCreator 2011-05-31T09:58:34 # #------------------------------------------------- QT += core gui TARGET = easydfu TEMPLATE = app SOURCES += main.cpp\ easydfu.cpp HEADERS += easydfu.h FORMS += easydfu.ui RESOURCES += \ icons.qrc INCLUDEPATH += "/usr/include/QxtCore/" LIBS += -lQxtCore -lQxtGui /home/miguel/opt/Arduino/easydfu_1.0_src/easydfu.h:31: error: qxt/QxtGui/QxtGlobalShortcut: No such file or directory and with Qt3 sends WARNING: Found potential symbol conflict of easydfu.cpp (easydfu.cpp) in SOURCES WARNING: Found potential symbol conflict of easydfu.h (easydfu.h) in HEADERS [miguel@dhcppc6 easydfu_1.0_src]$ make Makefile:153: warning: overriding recipe for target `moc_easydfu.cpp' Makefile:150: warning: ignoring old recipe for target `moc_easydfu.cpp' g++ -c -pipe -Wall -W -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT -I/usr/lib64/qt-3.3/mkspecs/default -I. -I"/usr/include/qxt/QxtCore/" -I/usr/lib64/qt-3.3/include -o main.o main.cpp In file included from main.cpp:18:0: easydfu.h:22:23: error fatal: QMainWindow: No existe el fichero o el directorio compilación terminada. make: *** [main.o] Error 1 thanks in advance