From 6ab94e0b318884bbcb95e2ea3835f951502e1d99 Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 14 Oct 2020 12:47:28 +0200 Subject: Move firmware into subdirectory --- fw/cdc-dials/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 fw/cdc-dials/README.md (limited to 'fw/cdc-dials/README.md') 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 -- cgit