aboutsummaryrefslogtreecommitdiffstats
path: root/support/stm32loader.py
Commit message (Expand)AuthorAgeFilesLines
* stm32loader.py: replace obsolete exception catch syntax.Marti Bolivar2012-08-101-1/+1
* stm32loader.py: Cosmetics.Marti Bolivar2012-07-241-23/+22
* stm32loader.py: Updates for F2 and F4.Marti Bolivar2012-07-241-7/+51
* stm32loader.py: Improve error message on failed init.Marti Bolivar2012-07-241-1/+1
* stm32loader.py: Use new-style classes.Marti Bolivar2012-07-241-1/+1
* stm32loader.py: Don't use Psyco.Marti Bolivar2012-07-241-8/+0
* stm32loader.py: Use print function.Marti Bolivar2012-07-241-10/+12
* stm32loader.py: Remove unused code.Marti Bolivar2012-07-241-10/+0
* stm32loader.py prints more information about what it's doing.Marti Bolivar2011-04-081-6/+5
* Merge branch 'nzmichaelh-master' into master.Marti Bolivar2011-02-161-31/+102
|\
| * Added support for programming ELF files without converting first.Michael Hope2010-09-291-3/+34
| * Do basic validation on the boot version and chip IDs.Michael Hope2010-09-291-1/+11
| * Make the initial chip detection much more robust.Michael Hope2010-09-291-7/+21
| * Changed the exception handling so that Ctrl-C passes through and isn't treate...Michael Hope2010-09-291-15/+16
| * Added auto detection of the USB to serial port under Linux and MacOS.Michael Hope2010-09-291-2/+17
|/
* added stm32loader.py upload scriptbnewbold2010-08-311-0/+435