summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJan--Henrik <janhenrik@janhenrik.org>2019-10-18 03:35:43 +0200
committerJan--Henrik <janhenrik@janhenrik.org>2019-10-18 03:35:43 +0200
commit49fb1023c30820705cf045b953b8546c796db425 (patch)
treefb946d27530f12ce9b2f3b753414aca870b8c851 /README.md
parent9fe041f5272a55c78f670ad10dbee543dad86a62 (diff)
parent31579b57b7e5a7134034d561f8d3a2bd542610ae (diff)
downloadminikbd-49fb1023c30820705cf045b953b8546c796db425.tar.gz
minikbd-49fb1023c30820705cf045b953b8546c796db425.tar.bz2
minikbd-49fb1023c30820705cf045b953b8546c796db425.zip
Merge branch 'master' of github.com:Jan--Henrik/OtterPill
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4aad884..08e937f 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,20 @@ STM32F072 devboard featuring USB 2.0 full-speed, DFU Bootloader, USB-PD Phy, Ard
More documentation and firmware examples will be aviable soon.
+## Building and Flashing
+### Via Arduino
+
+[You can build and flash the firmware via Arduino as described here.](https://github.com/stm32duino/Arduino_Core_STM32)
+
+## Via Makefile and DFU
+
+Or you can generate a basic firmware with HAL init and Makefile with CubeMX. The binary can then be build with make flashed with dfu-utils.
+
+ $ make
+ $ dfu-util -a 0 -s 0x08000000:leave -D build/firmware.bin
+
+## Images
+
![](images/1.jpg)
![](images/2.jpg)
![](images/3.jpg)