summaryrefslogtreecommitdiff
path: root/downloader/downloader.py
Commit message (Expand)AuthorAgeFilesLines
* added flash and eeprom sizes to identifyChristian Pointner2013-07-071-3/+4
* bootloader now checks csumChristian Pointner2013-07-071-2/+4
* added length field for messagesChristian Pointner2013-07-071-24/+29
* read_flash_segment works nowChristian Pointner2013-07-061-2/+12
* switched to python-serialChristian Pointner2013-07-051-34/+15
* moved to binary command codesChristian Pointner2013-07-041-9/+9
* fixed issues with short answersChristian Pointner2013-07-041-22/+21
* identify works nowChristian Pointner2013-07-041-7/+6
* improved response handlingChristian Pointner2013-07-041-8/+12
* added 'mess' value to identifyChristian Pointner2013-07-031-2/+3
* implemented basic commandsChristian Pointner2013-07-031-19/+30
* small reorderingChristian Pointner2013-07-031-40/+67
* functions to generate flash segmentsChristian Pointner2013-07-021-14/+34
* sanity checks for commandsChristian Pointner2013-07-021-4/+67
* set_serial now suports baudrateChristian Pointner2013-07-021-7/+31
* serial device handling and hex file loading in seperate functionsChristian Pointner2013-07-021-33/+37
* improved exception handlingChristian Pointner2013-07-021-2/+4
* open device and setting it to raw modeChristian Pointner2013-07-021-6/+21
* added very basic version for bootloader and downloaderChristian Pointner2013-07-021-0/+98