Update News

This commit is contained in:
stefanrueger
2025-05-21 08:10:45 +02:00
parent b7fc0af026
commit 8d848e8bed

7
NEWS
View File

@@ -36,6 +36,9 @@ Changes since version 8.0:
- ser_posix.c: ser_recv times out at low baudrates #1982
- Regression: arduino_as_isp FW crashed with -B32 #1978
- DEFAULT_SPI_PORT appears to be undefined #1923
- Avrdude hangs if valid serial port specified #1986
- Compiler warnings #1988
- Display issues under Windows #1991
* Pull requests:
@@ -75,6 +78,10 @@ Changes since version 8.0:
- Set DEFAULT_SPI_PORT #1977
- Model programmer ability to set bitclock #1981
- Retrigger ser_posix.c ser_recv() timeout #1983
- Fix r/w timeout for Windows ser_send() #1987
- Supress compiler warnings #1989
- Explain syntax verbally & avoid >= display for Windows #1992
- Extend -c urclock to work with lower baud rates #1993
* Internals: