• R/O
  • SSH
  • HTTPS

avrdude: 儲存庫摘要


最新提交 RSS

修訂. 時間 作者 訊息
r1487 2020-06-21 18:09:19 gottfried changed PROGRAMMER to class
r1486 2020-06-20 00:18:27 gottfried Change to classes
r1485 2020-06-14 01:26:35 gottfried added executable to load driver to system, if someone wan...
r1484 2020-06-14 01:20:49 gottfried Added giveio64.sys from other developer to access to LPT ...
r1483 2020-06-12 04:49:05 gottfried fixed QueryPerformanceCounter
r1482 2020-06-01 23:36:13 gottfried prepared PROGRAMMER for class
r1481 2020-06-01 20:44:46 gottfried some const parameters
r1480 2020-06-01 20:26:13 gottfried prepared AVRMEM for class
r1479 2020-06-01 20:03:05 gottfried removed old C lists
r1478 2020-06-01 19:21:14 gottfried removed old C lists

最近的標籤

名稱 修訂. 時間 作者
RELEASE_5_11 r1436 2020-01-02 08:45:17 Gottfried
RELEASE_5_11_0-1 r1435 2020-01-02 08:43:59 Gottfried
RELEASE_5_10_0 r1434 2020-01-02 08:42:09 Gottfried
RELEASE_6_3 r1377 2016-02-17 06:45:17 joerg_wunsch
RELEASE_6_2 r1363 2015-11-17 07:43:18 joerg_wunsch
RELEASE_6_1 r1294 2014-03-13 08:03:18 joerg_wunsch
RELEASE_6_0_1 r1244 2013-09-18 15:19:42 joerg_wunsch
RELEASE_6_0 r1240 2013-09-18 05:57:37 joerg_wunsch
RELEASE_5_11_1 r1016 2011-09-16 20:27:20 joerg_wunsch
RELEASE_5_11_0 r999 2011-08-28 06:27:19 joerg_wunsch

分支

名稱 修訂. 時間 作者 訊息
classes r1487 2020-06-21 18:09:19 gottfried changed PROGRAMMER to class

README

See the documentation file for the details.

The latest version of AVRDUDE is always available here:

  http://savannah.nongnu.org/projects/avrdude


Install packages for build avrdude
================================================

For Debian or Raspberry Pi run the install script in tool folder
> tools/install_build_debian.sh

For windows you have to install Cygwin or Cygwin64 (MinGW or MSys not tested)
You must install these packages with Cygwin package manager:
  libftdi1-devel libelf-devel libhidapi-devel libusb-devel libusb1.0-devel libreadline-devel
  libtool texi2html texinfo-tex


Build avrdude
=====================================================

Windows users starts the Cygwin64 Terminal
Linux users starts a shell (bash, dash, whatever...)
The character ">" is the command prompt

> make

do build with documents:
> make all doc

To clean up
> make clean

To rebuild all
> make clean all doc
Show on old repository browser