parent
a4c9fcdcd7
commit
43ddea9102
1
NEWS
1
NEWS
|
@ -92,6 +92,7 @@ Changes since version 6.4:
|
||||||
- Terminal mode: memory fill with strings may cause Avrdude to crash. #922
|
- Terminal mode: memory fill with strings may cause Avrdude to crash. #922
|
||||||
- Some parts have wrong or missing ISP commands #915
|
- Some parts have wrong or missing ISP commands #915
|
||||||
- Incorrect -b conversion for linuxspi programmer #927
|
- Incorrect -b conversion for linuxspi programmer #927
|
||||||
|
- ATtiny43U calibration memory size #921
|
||||||
|
|
||||||
* Pull requests:
|
* Pull requests:
|
||||||
|
|
||||||
|
|
|
@ -12888,7 +12888,7 @@ part
|
||||||
;
|
;
|
||||||
|
|
||||||
memory "calibration"
|
memory "calibration"
|
||||||
size = 2;
|
size = 1;
|
||||||
read = "0 0 1 1 1 0 0 0 0 0 0 x x x x x",
|
read = "0 0 1 1 1 0 0 0 0 0 0 x x x x x",
|
||||||
"0 0 0 0 0 0 0 a0 o o o o o o o o";
|
"0 0 0 0 0 0 0 a0 o o o o o o o o";
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in New Issue