diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2015-09-27 16:08:13 +1000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2015-09-27 16:08:13 +1000 |
commit | 7638128d47f90dafbbf8bc2454971afd726e005e (patch) | |
tree | 6a4e6376c07c29f067316a9fa92affb87fb71329 /LUFA/DoxygenPages | |
parent | 23ada65625220332c187adbb624840509e79e762 (diff) | |
download | lufa-7638128d47f90dafbbf8bc2454971afd726e005e.tar.gz lufa-7638128d47f90dafbbf8bc2454971afd726e005e.tar.bz2 lufa-7638128d47f90dafbbf8bc2454971afd726e005e.zip |
Use 16-bit length for TWI driver packet read/write requests for longer transfers.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index f57ea8f58..e3382d813 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -13,6 +13,9 @@ * - Added new PROGMEM variant send functions to the CDC class host driver * * <b>Changed:</b> + * - Core: + * - The TWI peripheral driver's TWI_WritePacket() and TWI_ReadPacket() functions now takes a 16-bit Length rather than an 8-bit + * length, for longer transfers * - Library Applications: * - The CDC, DFU, Mass Storage and Printer class bootloaders will no longer run the user application if the application reset * vector is blank (thanks to Alex Kazik) |