From 0197d8b7cb1b5a922f19e21a877eb235a0b6ecf9 Mon Sep 17 00:00:00 2001 From: JanHenrik Date: Wed, 1 Apr 2020 02:37:32 +0200 Subject: cdc docu --- cdc-dials/Makefile | 2 +- cdc-dials/README.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 cdc-dials/README.md (limited to 'cdc-dials') 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 -- cgit