The same stm32flash source code was provided for each targeted host.
Source code is now provided here:
https://github.com/stm32duino/stm32flash
Tag: Arduino_STM32_0.9
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Depending of the board revision, mount point name could be different.
Ex for: STM32F030R8 with a rev 1 node name is : "NUCLEO"
while it is "NODE_F030R8" for rev c
Ex: in boards.txt we could have:
Nucleo_64.menu.Nucleo_64_board.NUCLEO_F030R8.node="NODE_F030R8,NUCLEO"
Fix#6
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>