X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/afd828c095f38753e989391eab670b8736e4bd6e..43c473530552acabcf5bb1db29555bfb5ea70b79:/LUFA/ManPages/MigrationInformation.txt diff --git a/LUFA/ManPages/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt index f9538dab6..25669400f 100644 --- a/LUFA/ManPages/MigrationInformation.txt +++ b/LUFA/ManPages/MigrationInformation.txt @@ -35,6 +35,8 @@ * processed in the current transaction can be stored. If the \c BytesProcessed parameter is non \c NULL, each time the endpoint * bank becomes full and the packet is sent, the routine will exit with the new \ref ENDPOINT_RWSTREAM_IncompleteTransfer * error code to allow the user application to determine when to send the next chunk of data. + * - The \ref CDC_Device_SendString() function now expects a null terminated string instead of an explicit length. Existing code + * should use the new \ref CDC_Device_SendData() function, or remove the length parameter from the function call. * * Host Mode * - The Pipe stream functions now all require a \c BytesProcessed parameter instead of the previous callback parameter. @@ -42,6 +44,9 @@ * processed in the current transaction can be stored. If the BytesProcessed parameter is non \c NULL, each time the pipe * bank becomes full and the packet is sent, the routine will exit with the new \ref PIPE_RWSTREAM_IncompleteTransfer * error code to allow the user application to determine when to send the next chunk of data. + * - The \ref PRNT_Host_SendString() and \ref CDC_Host_SendString() functions now expect a null terminated string instead of an explicit + * length. Existing code should use the new \ref PRNT_Host_SendData() and \ref CDC_Host_SendData() functions, or remove the + * length parameter from the function call. * * \section Sec_Migration101122 Migrating from 100807 to 101122 * USB Core