diff options
author | JanHenrik <janhenrik@janhenrik.org> | 2020-04-01 02:37:32 +0200 |
---|---|---|
committer | JanHenrik <janhenrik@janhenrik.org> | 2020-04-01 02:37:32 +0200 |
commit | 0197d8b7cb1b5a922f19e21a877eb235a0b6ecf9 (patch) | |
tree | 2d9f84c87ad57b1fe5317cdbf5cd2b8ce5e46407 /cdc-dials | |
parent | 4c27e5c5fda3bd528e12d15f71b0f5aaa8c24b97 (diff) | |
download | minikbd-0197d8b7cb1b5a922f19e21a877eb235a0b6ecf9.tar.gz minikbd-0197d8b7cb1b5a922f19e21a877eb235a0b6ecf9.tar.bz2 minikbd-0197d8b7cb1b5a922f19e21a877eb235a0b6ecf9.zip |
cdc docu
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 |