parent
6870417860
commit
c7f7fcda8e
1
NEWS
1
NEWS
|
@ -42,6 +42,7 @@ Changes since version 6.4:
|
||||||
- [bug #53180] missing programmer or bad -P option argument
|
- [bug #53180] missing programmer or bad -P option argument
|
||||||
doesn't result in error message #471
|
doesn't result in error message #471
|
||||||
- ATmega328P reported as lgt8fx328p #812
|
- ATmega328P reported as lgt8fx328p #812
|
||||||
|
- [bug #48004] Dead link for linuxgpio in avrdude description #419
|
||||||
|
|
||||||
* Pull requests:
|
* Pull requests:
|
||||||
|
|
||||||
|
|
|
@ -106,7 +106,7 @@ be taken about voltage level compatibility. Also, although not strictrly
|
||||||
required, it is strongly advisable to protect the GPIO pins from
|
required, it is strongly advisable to protect the GPIO pins from
|
||||||
overcurrent situations in some way. The simplest would be to just put
|
overcurrent situations in some way. The simplest would be to just put
|
||||||
some resistors in series or better yet use a 3-state buffer driver like
|
some resistors in series or better yet use a 3-state buffer driver like
|
||||||
the 74HC244. Have a look at http://kolev.info/avrdude-linuxgpio for a more
|
the 74HC244. Have a look at http://kolev.info/blog/2013/01/06/avrdude-linuxgpio/ for a more
|
||||||
detailed tutorial about using this programmer type.
|
detailed tutorial about using this programmer type.
|
||||||
.Pp
|
.Pp
|
||||||
Under a Linux installation with direct access to the SPI bus and GPIO
|
Under a Linux installation with direct access to the SPI bus and GPIO
|
||||||
|
|
|
@ -177,7 +177,7 @@ be taken about voltage level compatibility. Also, although not strictly
|
||||||
required, it is strongly advisable to protect the GPIO pins from
|
required, it is strongly advisable to protect the GPIO pins from
|
||||||
overcurrent situations in some way. The simplest would be to just put
|
overcurrent situations in some way. The simplest would be to just put
|
||||||
some resistors in series or better yet use a 3-state buffer driver like
|
some resistors in series or better yet use a 3-state buffer driver like
|
||||||
the 74HC244. Have a look at http://kolev.info/avrdude-linuxgpio for a more
|
the 74HC244. Have a look at http://kolev.info/blog/2013/01/06/avrdude-linuxgpio/ for a more
|
||||||
detailed tutorial about using this programmer type.
|
detailed tutorial about using this programmer type.
|
||||||
|
|
||||||
Under a Linux installation with direct access to the SPI bus and GPIO
|
Under a Linux installation with direct access to the SPI bus and GPIO
|
||||||
|
|
Loading…
Reference in New Issue