PR 930 931 issue 927 are done
This commit is contained in:
parent
ca16fc2ce6
commit
28ccd82edc
5
NEWS
5
NEWS
|
@ -52,6 +52,8 @@ Changes since version 6.4:
|
||||||
- Teensy bootloader (PR #802)
|
- Teensy bootloader (PR #802)
|
||||||
- Micronucleus bootloader (PR #786)
|
- Micronucleus bootloader (PR #786)
|
||||||
- ft232h (generic variant, PR #842)
|
- ft232h (generic variant, PR #842)
|
||||||
|
- Kristech KT-LINK FT2232H interface with IO switching and voltage
|
||||||
|
buffers (PR #930)
|
||||||
|
|
||||||
* Issues fixed:
|
* Issues fixed:
|
||||||
|
|
||||||
|
@ -89,6 +91,7 @@ Changes since version 6.4:
|
||||||
- Terminal write mode doesn't support string input (yet) #913
|
- Terminal write mode doesn't support string input (yet) #913
|
||||||
- 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
|
||||||
|
|
||||||
* Pull requests:
|
* Pull requests:
|
||||||
|
|
||||||
|
@ -176,6 +179,8 @@ Changes since version 6.4:
|
||||||
- Add terminal write string functionality #914
|
- Add terminal write string functionality #914
|
||||||
- Update documentation link to new URL #929
|
- Update documentation link to new URL #929
|
||||||
- Fix terminal write buffer overflow issue #924
|
- Fix terminal write buffer overflow issue #924
|
||||||
|
- Fix linuxspi baud to clock period calculation #931
|
||||||
|
- Added KT-LINK FT2232H interface with IO switching and voltage buffers. #930
|
||||||
|
|
||||||
* Internals:
|
* Internals:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue