parent
0c722bf288
commit
50c373bf71
6
NEWS
6
NEWS
|
@ -74,6 +74,8 @@ Changes since version 6.4:
|
||||||
- Pickit4 UPDI is writing at offset 0x4000 into flash instead of 0x0000. #892
|
- Pickit4 UPDI is writing at offset 0x4000 into flash instead of 0x0000. #892
|
||||||
- SerialUPDI programmer can't write to usersig/userrow in terminal mode #889
|
- SerialUPDI programmer can't write to usersig/userrow in terminal mode #889
|
||||||
- Signature read command for ATmega165* was wrong (no-id)
|
- Signature read command for ATmega165* was wrong (no-id)
|
||||||
|
- Cannot use non-standard baud rates for uploading on MacOS #771
|
||||||
|
- Wrong values in avrdude.conf #897
|
||||||
|
|
||||||
* Pull requests:
|
* Pull requests:
|
||||||
|
|
||||||
|
@ -149,6 +151,10 @@ Changes since version 6.4:
|
||||||
- Support both userrow and usersig names #893
|
- Support both userrow and usersig names #893
|
||||||
- Fix ugly terminal write bug #896
|
- Fix ugly terminal write bug #896
|
||||||
- Improve terminal read functionality #894
|
- Improve terminal read functionality #894
|
||||||
|
- Macos nonstandard baudrates #898
|
||||||
|
- Fix errors in Avrdude.conf #899
|
||||||
|
- Minor terminal write improvements #902
|
||||||
|
- Term docs #903
|
||||||
|
|
||||||
* Internals:
|
* Internals:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue