From: Dean Camera Date: Sun, 12 Dec 2021 03:57:43 +0000 (+1100) Subject: Update changelog. X-Git-Url: http://git.linex4red.de/pub/lufa.git/commitdiff_plain/5c58a1763ab2f036d346f082e383a4cd13462ef8 Update changelog. --- diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 78ca7a3de..2440c6a1b 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -11,6 +11,7 @@ * - Core: * - RNDIS_Device_ReadPacket() now takes in an explicit destination buffer length, rather than assuming it is ETHERNET_MAX_FRAME_SIZE in length. * - RNDIS_Host_ReadPacket() now takes in an explicit destination buffer length, rather than assuming it is ETHERNET_MAX_FRAME_SIZE in length. + * - New board definitions have been added for the Teensy 1.0++ and Teensy 2.0++ board variants (thanks to Osamu Aoki) * - Library Applications: * - The hand-rolled TCP/IP stack has been removed from the LowLevel and ClassDriver RNDIS examples, as it is incomplete and should be replaced * with a proper network stack anyway.