migration: add README with link to service

This commit is contained in:
Matthias Ringwald 2016-03-17 14:23:37 +01:00
parent 76dd382d31
commit 1228388f7d

View File

@ -2,6 +2,6 @@
## Migrate your BTstack project from version 0.9 to 1.0.
BTstack v1.0 has undergone major API changes. To help migrate your project, the *./migratoin.sh* script applies a set of rules to your source files. In addition to *sed*, [Coccinelle](http://coccinelle.lip6.fr/) is used for advanced patches.
BTstack v1.0 has undergone major API changes. To help migrate your project, the *./migration.sh* script applies a set of rules to your source files. In addition to *sed*, [Coccinelle](http://coccinelle.lip6.fr/) is used for advanced patches.
BlueKitchen GmbH is provding a [free hosted service](http://buildbot.bluekitchen-gmbh.com/migration) to help migrate your sources if you don't want to install Coccinelle.