28 Commits (42bf625e0c3cff4ebc0a6b562dbd3a6ca77d5881)

Author SHA1 Message Date
dragonmux c228176d29 stm32_mem.py: Added a deprecation notice and information on alternatives that are available 2 years ago
Nicolas Schodet f8f2ab2016 scripts: stm32_mem.py: change some formatting, remove unused imports 3 years ago
Nicolas Schodet eafc634eba scripts: more conversion to Python 3, change the shebang line 3 years ago
Nicolas Schodet 5c07d6170f scripts: remove import from future which imports from the past 3 years ago
Nicolas Schodet 946ccab778 scripts: stm32_mem cosmetic changes 3 years ago
Nicolas Schodet ad6c1eb11b scripts: fix stm32_mem.py for python 3 3 years ago
Uwe Bonnes df575eb090 stm32_mem.py: Wait longer for device to appear. 4 years ago
Uwe Bonnes e65ee7124b stm32_mem: Handle utf8 for print and compare. 4 years ago
Thomas Jarosch 2641291874 stm32_mem: Fix python3 crash due to mix of tabs and spaces 4 years ago
Uwe Bonnes e57792c95e stm32_mem: Check file size before flashing(#614) 5 years ago
Uwe Bonnes fc3abf26ef stm32_mem: Fix native crashing in dfu-detach when repeatedly flashed. 5 years ago
Theodor M 052b5f830a Made script executable with python3. 5 years ago
Nikolay Dimitrov 29386aee14 scripts/stm32_mem: Fix issue with scanning USB DFU devices 6 years ago
Uwe Bonnes 7908ba526b stm32_mem: Guard dfu.dfu_device with try/except. 7 years ago
Uwe Bonnes dc29e45606 stm32_mem: Really wait 5 seconds for DFU device to appear. 7 years ago
Uwe Bonnes 2b2b6d8f31 stm32_mem.py: Allow to set start address. 7 years ago
Uwe Bonnes 7cc9ee9d7a stm32_mem.py: Verify after write when bootloader supports upload 7 years ago
Uwe Bonnes 613208c939 stm32_mem: Allow to switch from dfu to application without flashing. 7 years ago
Uwe Bonnes c41dfaef9a stm32_mem.py: Run automatically after switching to DFU mode. 7 years ago
Uwe Bonnes 4f3f4cb898 stm32_mem.py: Deny to work with the STM DFU bootloader 7 years ago
Uwe Bonnes 4c6f735452 stm32_mem.py: Handle multiple devices. 7 years ago
Uwe Bonnes 1be9c6e9c5 stm32_mem.py: Set address before writing to inhibit bootloader overwrite. 7 years ago
Fergus Noble 7c3c9fdea3 Update python scripts to find user's preferred python binary through env. 12 years ago
Gareth McMullin 530ee15153 Correct upload script for detection of F1/F4 start address. 12 years ago
Uwe Bonnes 06c2d52c59 stm32_mem.py: Add exception handler for better diagnosis, as erase on STM32F407 times out 12 years ago
Uwe Bonnes 5e71ea3f60 stm32_mem: Allow to select the programmer with the serial number 12 years ago
Gareth McMullin 4b105beb61 Fixed printed copyright notices in scripts. 14 years ago
Gareth McMullin 69d790fcf6 Added programming scripts. 14 years ago