Use 16-bit length for TWI driver packet read/write requests for longer transfers.

This commit is contained in:
Dean Camera
2015-09-27 16:08:13 +10:00
parent 23ada65625
commit 7638128d47
5 changed files with 11 additions and 8 deletions
+3
View File
@@ -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)