summaryrefslogtreecommitdiff
path: root/downloader
Commit message (Expand)AuthorAgeFilesLines
* split bootloader code into includesChristian Pointner2013-07-081-4/+4
* output now in stderrChristian Pointner2013-07-081-45/+56
* basic commands work nowChristian Pointner2013-07-071-8/+73
* identify now checks if the downloader is connected to the right deviceChristian Pointner2013-07-071-5/+11
* ignoring all data beyond of flashChristian Pointner2013-07-071-5/+10
* fixed new featuresChristian Pointner2013-07-072-8/+19
* switched back to name but only 3 bytesChristian Pointner2013-07-072-23/+12
* removed name for identify - now using useridChristian Pointner2013-07-072-8/+8
* added flash and eeprom sizes to identifyChristian Pointner2013-07-072-4/+13
* bootloader now checks csumChristian Pointner2013-07-072-4/+6
* added length field for messagesChristian Pointner2013-07-072-49/+56
* skipping 'invalid' code doesn't work on some hardwareChristian Pointner2013-07-071-3/+5
* 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-042-45/+47
* fixed issues with short answersChristian Pointner2013-07-042-27/+25
* identify works nowChristian Pointner2013-07-041-7/+6
* improved response handlingChristian Pointner2013-07-041-8/+12
* added 'mess' value to identifyChristian Pointner2013-07-032-5/+13
* implemented basic commandsChristian Pointner2013-07-032-24/+37
* 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
* added return codes for proto definitionChristian Pointner2013-07-021-24/+36
* serial device handling and hex file loading in seperate functionsChristian Pointner2013-07-021-33/+37
* improved exception handlingChristian Pointner2013-07-021-2/+4
* added protocol descriptionChristian Pointner2013-07-021-0/+166
* 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