- Oct 07, 2019
-
-
orie authored
-
- Sep 07, 2019
-
-
texane authored
added support for writing option bytes on STM32L0
-
Adrian Imboden authored
-
- Sep 03, 2019
- Sep 02, 2019
-
-
Gwenhael Goavec-Merou authored
-
Gwenhael Goavec-Merou authored
-
- Aug 17, 2019
-
-
Jerry Jacobs authored
-
- Jul 14, 2019
-
-
eupn authored
* Clear previously written page number (if any) * Remove unrelated change
-
- Jun 07, 2019
-
-
Vasiliy Zasukhin authored
CS32F103C8T6 is clone of STM32F103C8T6 but with incorrect core_id number.
-
Michael DL6AKU authored
-
- May 13, 2019
-
-
Slyshyk Oleksiy authored
also few cppcheck warnings
-
- May 12, 2019
-
-
Slyshyk Oleksiy authored
-
- May 07, 2019
-
-
Eli Krumholz authored
-
- Apr 26, 2019
-
-
WRansohoff authored
* Add simple read/write support for STM32WB55 chips. * Clean up and unify G0/WB erase/program operations. * Fix apparent issue with STM32G0 flashing.
-
- Apr 13, 2019
-
-
Kirill Zhumarin authored
* Add pid for "STM32+Audio" v2-1 firmware * Add support for "STM32+Audio" v2-1 firmware,. * Add udev rules for "STM32+Audio" firmware
-
- Apr 03, 2019
-
-
Miklós Márton authored
-
- Apr 01, 2019
-
-
WRansohoff authored
* Add simple read/write support for STM32WB55 chips. * Clean up and unify G0/WB erase/program operations.
-
- Mar 20, 2019
-
-
Manuel Dipolt authored
* poc worked, writting stm32G070 option bytes * Update README.md adjust layout * code review changes
-
- Mar 16, 2019
-
-
Cerem Cem ASLAN authored
-
- Mar 15, 2019
-
-
- Mar 07, 2019
-
-
Ronny Majani authored
-
aoand authored
the command 'debuild' is (and always was) part of the devscripts package
-
- Feb 17, 2019
-
-
Povilas Kanapickas authored
-
- Feb 13, 2019
-
-
Jerry Jacobs authored
This reverts commit 7651d211.
-
- Feb 09, 2019
-
-
Slyshyk Oleksiy authored
-
Björn Mellström authored
-
- Jan 25, 2019
-
-
Jicksaw authored
* Set SWD clock before using SWD (#107, #568 ?) * Make st-util -v print more than default * Flush output streams explicitly. Fix #665 On Win32 redirecting streams makes them buffered, therefore without flushing there would be no output before exit. Stdout and stderr are also often buffered differently, making them disordered.
-
Thomas Cenova authored
-
WRansohoff authored
* Add preliminary support for some STM32G0 chips. * Fix a bug in the 'which page to erase' logic. When I flashed a program with more than one page, I noticed that this logic did not un-set previously-set 'PNG' bits. So it would erase page 1, then page 3, then page 3...
-
- Jan 13, 2019
-
-
WRansohoff authored
-
- Jan 04, 2019
-
-
Victor Lamoine authored
-
- Dec 21, 2018
-
-
Jiri Bilek authored
See issue #752.
-
- Dec 15, 2018
-
-
Dave Hylands authored
* Only do bank calculatio on SRM32L4 devices with dual banked flash RM0394 covers the STM32L41xx, 42xx, 43xx, 44xx, 45xx, and 46xx. These devices are all employ single banked flash and have chip id's of 0x464 for the 41xx/42xx, 0x435 for 43xx/44xx, and 0x462 for 45xx/46xx It's also worth noting that bit 21 of the FLASH_OPTR register is marked as resevred for these chips, and isn't an indicator of dual banked flash. RM0392 covers the STM32L4x1, cpu_id 0x415 and can be dual banked. RM0351 covers the STM32L4x5/4x6, cpu_ids 0x415 & 0x461 and can be dual banked RM0432 covers the STM32L4Rx/4Sx, cpu_id 0x470 and can be dual banked. This PR modifies the calculate_L4_page functio to only factor bank calculations for the devices above which can support dual banked flash. * Converted tabs to spaces on added line
-
- Dec 03, 2018
-
-
Jerry Jacobs authored
Fixes #748
-
- Nov 20, 2018
-
-
Jerry Jacobs authored
-
- Oct 31, 2018
-
-
Slyshyk Oleksiy authored
-
- Oct 25, 2018
-
-
Gabriel Arjones authored
-
- Sep 14, 2018
-
-
Jerry Jacobs authored
-
Jerry Jacobs authored
-