48 Commits (434a23b478de2038689deebec9b14e9709eb95b4)

Author SHA1 Message Date
Nicolas Schodet 6c700f7b6c scripts: bootprog.py: use bytes literals 3 years ago
Nicolas Schodet 2dd3c7bae2 scripts: gdb.py: fix error messages 3 years ago
Nicolas Schodet de834264ab scripts: hexprog.py: minor fixes 3 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 d9cce4d5e8 scripts: convert bootprog.py to Python 3 3 years ago
Nicolas Schodet ca9d8cd0ae scripts: fix dfu-convert.py for Python 3 and drop Python 2 support 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
Mark Rages f43101fd9f Port gdb.py and hexprog.py to Python 3. 5 years ago
Piotr Esden-Tempski fcb2a609fc scripts: Updated nrf51 id script for py3 and to parse newer oocd header. 3 years ago
Piotr Esden-Tempski 728e955193 scripts: Updated bootprog to run on python3 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
Stefan Agner 77025d4b6b Make dfu-convert.py Python 3 capable 4 years ago
Thomas Jarosch 2641291874 stm32_mem: Fix python3 crash due to mix of tabs and spaces 4 years ago
Pieter du Preez d55cea871d Fixed overrun and formatting, when dumping data in swolisten. 5 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 29cdba0d70 SWO: Some explanations and a test program. 7 years ago
jrwhite 0ddd8b55d7 divide-by-zero fix 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
Nicolas Schodet 73ac700c6f Fix gdb.py to program last chunk of a memory range 9 years ago
Mark Rages 7d957cbfdf Update nRF51 IDs, add nRF51422 and xxAB/xxAC devices. 9 years ago
Gareth McMullin 97824b7f02 Use git describe for version in generated header file. 10 years ago
Benjamin Vernoux 9f0c29d329 Add support for HydraBus (tested with SWD with STM32F405 and SWD+JTAG with LPC4330 M0/M4) 10 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 b52c62266a Fixed hexprog.py to work with current firmware 'g' packet. 13 years ago
Gareth McMullin 6a6b52bf54 Fixed python scripts for programming target to work on 64-bit machines. 13 years ago
Gareth McMullin 0dfdc25bb2 Added git info to version output. 14 years ago
Gareth McMullin 8b65e8e259 Fixed dfu.py to work with PyUSB 1.0. 14 years ago
Gareth McMullin 4b105beb61 Fixed printed copyright notices in scripts. 14 years ago
Gareth McMullin 69d790fcf6 Added programming scripts. 14 years ago