docs: Updates to stm32f103 benchmarks

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2018-10-04 12:12:12 -04:00
parent 7cbc44b8d3
commit aa693fbdc1
3 changed files with 4 additions and 3 deletions

View file

@ -235,6 +235,7 @@ https://github.com/rogerclarkmelbourne/STM32duino-bootloader
This bootloader can be flashed via 3.3V serial with something like:
```
wget 'https://github.com/rogerclarkmelbourne/STM32duino-bootloader/raw/master/binaries/generic_boot20_pc13.bin'
stm32flash -w generic_boot20_pc13.bin -v -g 0 /dev/ttyAMA0
```