X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/4cc7f5200beef90c39c8c8310ed7c8b849afb4d9..e72f424f6450cf67d3ef57d347a4f8d86ec5a119:/LUFA/ManPages/MigrationInformation.txt diff --git a/LUFA/ManPages/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt index 825142392..49c9e6337 100644 --- a/LUFA/ManPages/MigrationInformation.txt +++ b/LUFA/ManPages/MigrationInformation.txt @@ -11,7 +11,12 @@ * areas relevant to making older projects compatible with the API changes of each new release. * * \section Sec_MigrationXXXXXX Migrating from XXXXXX to XXXXXX - * There is currently no migration information for this release. + * USB Core + * - A new USB driver source file, Drivers/USB/HighLevel/EndpointStream.c now exists. This source file should be added + * to all project makefiles using the USB driver of LUFA, or the makefile should be updated to use the new module source + * variables. + * - A new USB driver source file, Drivers/USB/HighLevel/PipeStream.c now exists. This source file should be added to all + * project makefiles using the USB driver of LUFA, or the makefile should be updated to use the new module source variables. * * \section Sec_Migration100807 Migrating from 100513 to 100807 *