• R/O
  • SSH
  • HTTPS

avrdude: List of commits


RSS
Rev. Time Author
r1457 2020-01-19 03:15:20 gottfried

fixed pointer addition (void pointer can't be added!)

r1456 2020-01-19 03:13:52 gottfried

removed extern "C" - not used anymore

r1455 2020-01-19 03:12:14 gottfried

use ASCII parts for windows api functions and removed inline assembler

r1454 2020-01-19 03:10:02 gottfried

fixed non standard struct initialize with name

r1453 2020-01-19 03:06:59 gottfried

fixed bug: array with dynamic size is not allowed in stack!

r1452 2020-01-19 02:42:52 gottfried

some changes in makefile

r1451 2020-01-19 02:40:52 gottfried

fixed bug (_IOLBF must have at least a buffer in range 2 <= size <= INT_MAX (2147483647)) -> changed to _IONBF

r1450 2020-01-09 03:40:28 gottfried

README actualized with make instead of ./configure

r1449 2020-01-07 03:54:09 gottfried

added *.user to ignore list

r1448 2020-01-06 19:11:53 Gottfried

TODO

r1447 2020-01-06 18:54:23 Gottfried

added libreadline-dev

r1446 2020-01-06 18:44:11 Gottfried

fixed library ws2_32

r1445 2020-01-06 18:31:18 Gottfried

load correct libraries and set defines in makefile

r1444 2020-01-06 03:02:01 Gottfried

Make buildable for raspberry pi
cleanup unused defines

r1443 2020-01-06 00:28:32 Gottfried

fixed makefile for build with Debian and raspbian

r1442 2020-01-06 00:28:18 Gottfried

changed include "ac_cfg.h" to "portable/arch.h"

r1441 2020-01-06 00:18:55 Gottfried

removed automake and added makefiles

r1440 2020-01-04 03:58:46 Gottfried

change c to cpp

r1439 2020-01-04 01:38:46 Gottfried

removed silly $Id

r1438 2020-01-03 20:29:37 Gottfried

libusb1.0.21-1 from cygwin does not work when usbasp is installed with libusb0 driver installed!

r1437 2020-01-02 08:46:34 Gottfried

removed double entry

r1436 2020-01-02 08:45:17 Gottfried

moved to tags

r1435 2020-01-02 08:43:59 Gottfried

moved to tags

r1434 2020-01-02 08:42:09 Gottfried

moved to tags

r1433 2020-01-02 08:31:56 Gottfried

cleanup (*.am and *.ac needs unix lineend)
changed svn:ignore

r1432 2020-01-02 08:10:33 Gottfried

removed unused .cvsignore

r1431 2020-01-02 08:09:41 Gottfried

moved from trunk/avrdude to trunk

r1430 2019-12-18 07:31:51 joerg_wunsch

bug #57428: [PATCH] document when 'arduino' or 'wiring' should be used, and -D requirement of latter
* avrdude.1: Clarify
* doc/avrdude.texi: (dito)

Submitted by Britton Kerin


r1429 2019-01-06 08:16:11 joerg_wunsch

Submitted by Martino Facchin:
patch #9728: Fix UsbTiny programmer
* usbtiny.c (usbtiny_initialize): Only consider
pgm->program_enable successful if returning 0


r1428 2019-01-06 08:01:56 joerg_wunsch

Submitted by Milan Kupcevic:
patch #9735: spelling error fix: psuedo -> pseudo
* avrpart.c (avr_display): Spelling fix


Show on old repository browser