tools, new flash_stm32#463
Conversation
|
I guess this could open the way to building binaries automatically in github action, on merge to main. This is a very outdated PR that was doing something like that for the esp devices |
|
this would work only on linux, won't work on Win, and I'm very much against suggesting Win users having to install stuff which needs that Zadig nonsense. So, Win users would be back to STM32CubeProgrammer ... and having to install something anyways. as regards automatic builds, this here won't help as it's mainly about adding flashing. I'm also somehwat hesistant with auto builds. It seems many folks use dev builds, so I guess many would then use nightlies ... which may or may not work. A controlled way for dev builds looks reasonable to me. Just my 2 cents though. |
I chose the rename option, if there's need in the future I can look into extending for STM32CubeProgrammer. Note - all of my tests have been on MacOS. |
|
will merge, but change the name to _linux. _nix is a bit nerdy IMHO ;) |
New tool that allows one to build + flash STM32 targets from command line, so CubeIDE + CubeProgrammer not necessarily needed for development.