Commit graph

18 commits

Author SHA1 Message Date
Frederic.Pillon
0e0ac6837d Add STM32CubeProgrammer support
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2019-05-03 10:56:25 +02:00
Chris Barr
d160199ded Update dfu-util to v0.8 (#29)
* Update dfu-util to v0.8

Updating dfu-util and ensuring consistency across platforms.

Windows was v0.1, now is v0.8 - structure changed to match other platforms.
Linux was v0.8, no change needed.
Linux64 was v0.7, updated to v0.8.
OSX was v0.8, no change needed.
2019-02-13 09:49:45 +01:00
Frederic Pillon
9d655e1880 Clean old and unused files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
2018-10-08 11:04:27 +02:00
Frederic Pillon
e4c17123a5 [stm32flash] Add 32bits version
Previous update has replaced the 32 bits (PE32) version
by a 64 bits one (PE32+).
To avoid any issue for user running on 32 bits OS,
use the 32 bits version per default.
The 64 bits version can be used and is named "stm32flash64.exe"

Those binaries are now stored in "stm32flash/" directory
in order to be aligned with other host OS structure.
Serial upload has been updated and cleaned.

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
2018-10-08 11:03:21 +02:00
Frederic Pillon
aca3b282d7
Merge pull request #26 from fpistm/ST-LINK-CLI_v3.2.0.0
Update STLink tools
2018-09-22 16:21:12 +02:00
Frederic Pillon
81745f6e7e Add executable extension to call properly stm32flash on Win10
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
2018-09-22 16:17:51 +02:00
Frederic Pillon
7a4f2c8d1d Update to ST-LINK_USB_V2_1_Driver
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
2018-09-21 17:30:10 +02:00
Frederic Pillon
c949572f52 Update to ST-Link_cli 3.2.0.0
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
2018-09-21 17:30:10 +02:00
Frederic.Pillon
550b232b6d [stm32flash] update to version STM32duino_0.5.1
https://github.com/stm32duino/stm32flash

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-09-21 17:02:58 +02:00
Frederic.Pillon
c52f691012 [stm32flash] Remove source code
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>
2018-09-21 17:02:58 +02:00
Frederic Pillon
ac06dd9dad Update scripts to be aligned with Arduino_STM32 tools
Serial_upload: speed change to 115200
https://github.com/LightningStalker/Arduino_STM32/pull/1
Maple rules:
ed82be4c6e
Maple_upload:
437834a91f (diff-a0a50ec8cd3ccc8618dcd0dbf108becc)
9b03f0841d

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-01-31 22:41:38 +01:00
Frederic Pillon
ea82c0759e Update to ST-Link_cli 3.0.0.0
Fix #12
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
2017-07-04 16:51:26 +02:00
Frederic.Pillon
82eb13a6d6 MassStorageCopy updated to manage several node names.
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>
2017-06-16 17:43:29 +02:00
Frederic.Pillon
1ba6db25b6 Rename nucleoFlasher to massStorageCopy
Harden massStorageCopy to avoid issue.
Create a linux 32 bits version.

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2017-05-10 11:24:11 +02:00
Roger Clark
d2540e6ff5 Copy latest nucleoflasher to Win specific folder 2016-11-14 10:08:56 +11:00
Roger Clark
221cb35f42 Added other upload tools etc 2016-09-24 22:07:38 +10:00
Roger Clark
bb188304fb Remove Linux and Macos files from Win folder (mistake in last commit) 2016-09-16 21:42:42 +10:00
Roger Clark
bf6e42ce58 Split tools by OS (but initially retain the original single NucleoFlasher folder 2016-09-16 21:41:44 +10:00