Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tools:stm32flash [2015/01/02 22:48]
darron
tools:stm32flash [2015/03/22 21:55]
Line 1: Line 1:
-==== STM32Flash ==== 
  
-== Install == 
-<code> 
-mkdir -p /opt/src 
-cd /opt/src 
-git clone https://code.google.com/p/stm32flash/ 
-cd stm32flash 
-make 
-make install 
-</code>