diff options
Diffstat (limited to 'fw/cdc-dials/README.md')
-rw-r--r-- | fw/cdc-dials/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fw/cdc-dials/README.md b/fw/cdc-dials/README.md new file mode 100644 index 0000000..2eb1850 --- /dev/null +++ b/fw/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 |