diff options
author | Jan Henrik <janhenrik@janhenrik.org> | 2019-10-17 23:30:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-17 23:30:04 +0200 |
commit | aac5884411c3f7b864ff6e37bdd512c63dbacafe (patch) | |
tree | 30f817cc28919b3515bfec0e8f33a83d045a59f0 | |
parent | 9c39bf74a3a6ea473471e71ac5f204be7632cd38 (diff) | |
download | minikbd-aac5884411c3f7b864ff6e37bdd512c63dbacafe.tar.gz minikbd-aac5884411c3f7b864ff6e37bdd512c63dbacafe.tar.bz2 minikbd-aac5884411c3f7b864ff6e37bdd512c63dbacafe.zip |
Update README.md
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -6,7 +6,16 @@ More documentation and firmware examples will be aviable soon. ## Building and Flashing ### Via Arduino -https://github.com/stm32duino/Arduino_Core_STM32 + +[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 flashed with dfu-utils. + + $ dfu-util -a 0 -s 0x08000000:leave -D build/pd-buddy-firmware.bin + +## Images ![](images/1.jpg) ![](images/2.jpg) |