diff options
author | Jan Henrik <janhenrik@janhenrik.org> | 2020-04-28 22:23:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-28 22:23:00 +0200 |
commit | e28b9b96a51bf61f23d7886e26184bd17741ac97 (patch) | |
tree | f653b68d8ce5f100647055075d46c03a6cd3ca93 | |
parent | a0f5f0352ccce5ccb9b05a223d43db800e9d261f (diff) | |
download | minikbd-e28b9b96a51bf61f23d7886e26184bd17741ac97.tar.gz minikbd-e28b9b96a51bf61f23d7886e26184bd17741ac97.tar.bz2 minikbd-e28b9b96a51bf61f23d7886e26184bd17741ac97.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ I have made a small production run, OtterPills will be available soon! More deta [You can build and flash the firmware via Arduino as described here.](https://github.com/stm32duino/Arduino_Core_STM32) +### Via PlatformIO + +[https://gist.github.com/ansemjo/ab1c12f7c78abb140f7272501aff2a55](https://gist.github.com/ansemjo/ab1c12f7c78abb140f7272501aff2a55) Thank you [ansemjo](https://github.com/ansemjo) :3 + ### 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 and flashed with dfu-utils. To enter DFU mode, press and hold the Button while plugging in power. |