diff options
Diffstat (limited to 'cdc-dials')
-rw-r--r-- | cdc-dials/Makefile | 2 | ||||
-rw-r--r-- | cdc-dials/README.md | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/cdc-dials/Makefile b/cdc-dials/Makefile index eee02f9..8944a8b 100644 --- a/cdc-dials/Makefile +++ b/cdc-dials/Makefile @@ -13,7 +13,7 @@ ######################################
# target
######################################
-TARGET = midi-dials
+TARGET = cdc-dials
######################################
diff --git a/cdc-dials/README.md b/cdc-dials/README.md new file mode 100644 index 0000000..683bc96 --- /dev/null +++ b/cdc-dials/README.md @@ -0,0 +1,12 @@ +# CDC implementation for IBM-dials-retrofit + +Does currently not work, needs debugging. + + Build with `make` + + Flash with `dfu-util -a 0 -s 0x08000000:leave -D build/cdc-dials.bin` + + Todo: + + [ ] Debug + [ ] Add example |