diff options
author | Jan--Henrik <janhenrik@janhenrik.org> | 2019-10-20 22:31:04 +0200 |
---|---|---|
committer | Jan--Henrik <janhenrik@janhenrik.org> | 2019-10-20 22:31:04 +0200 |
commit | a582846fc16d243740aa4ee962e43599615759e1 (patch) | |
tree | 690ed81656fb92cf6d3caade146ec8cc2df4ac34 | |
parent | 5bf15f7881fb11d2b47ec7e8b665fb5117eca82c (diff) | |
parent | 878b069d09b004622c3885199cc79f5c56acad3f (diff) | |
download | minikbd-a582846fc16d243740aa4ee962e43599615759e1.tar.gz minikbd-a582846fc16d243740aa4ee962e43599615759e1.tar.bz2 minikbd-a582846fc16d243740aa4ee962e43599615759e1.zip |
Merge branch 'master' of github.com:Jan--Henrik/OtterPill
-rw-r--r-- | OtterPill.tsv (renamed from OtterPill.csv) | 0 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | kitspace.yaml | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/OtterPill.csv b/OtterPill.tsv index 8e5ba63..8e5ba63 100644 --- a/OtterPill.csv +++ b/OtterPill.tsv @@ -16,6 +16,10 @@ Or you can generate a basic firmware with HAL init and Makefile with CubeMX. The $ make $ dfu-util -a 0 -s 0x08000000:leave -D build/firmware.bin +## USB-PD example firmware + +[https://github.com/Jan--Henrik/USB-PD-Firmware](https://github.com/Jan--Henrik/USB-PD-Firmware) + ## Images ![](images/1.jpg) diff --git a/kitspace.yaml b/kitspace.yaml new file mode 100644 index 0000000..e3acdd0 --- /dev/null +++ b/kitspace.yaml @@ -0,0 +1 @@ +bom: OtterPill.tsv |