summaryrefslogtreecommitdiff
path: root/downloader/downloader.py
Commit message (Collapse)AuthorAgeFilesLines
* split bootloader code into includesChristian Pointner2013-07-081-4/+4
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@60 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* output now in stderrChristian Pointner2013-07-081-45/+56
| | | | | | | fixed verify command git-svn-id: https://svn.spreadspace.org/pic/trunk@56 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* basic commands work nowChristian Pointner2013-07-071-8/+73
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@55 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* identify now checks if the downloader is connected to the right deviceChristian Pointner2013-07-071-5/+11
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@54 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* ignoring all data beyond of flashChristian Pointner2013-07-071-5/+10
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@53 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* fixed new featuresChristian Pointner2013-07-071-5/+8
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@51 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* switched back to name but only 3 bytesChristian Pointner2013-07-071-9/+6
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@50 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* removed name for identify - now using useridChristian Pointner2013-07-071-4/+4
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@49 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* added flash and eeprom sizes to identifyChristian Pointner2013-07-071-3/+4
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@48 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* bootloader now checks csumChristian Pointner2013-07-071-2/+4
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@47 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* added length field for messagesChristian Pointner2013-07-071-24/+29
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@46 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* read_flash_segment works nowChristian Pointner2013-07-061-2/+12
| | | | | | | added timeout for responses from bootloader git-svn-id: https://svn.spreadspace.org/pic/trunk@43 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* switched to python-serialChristian Pointner2013-07-051-34/+15
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@41 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* moved to binary command codesChristian Pointner2013-07-041-9/+9
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@37 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* fixed issues with short answersChristian Pointner2013-07-041-22/+21
| | | | | | | bootloader now has working stubs for all commands git-svn-id: https://svn.spreadspace.org/pic/trunk@36 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* identify works nowChristian Pointner2013-07-041-7/+6
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@33 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* improved response handlingChristian Pointner2013-07-041-8/+12
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@32 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* added 'mess' value to identifyChristian Pointner2013-07-031-2/+3
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@29 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* implemented basic commandsChristian Pointner2013-07-031-19/+30
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@26 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* small reorderingChristian Pointner2013-07-031-40/+67
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@25 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* functions to generate flash segmentsChristian Pointner2013-07-021-14/+34
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@23 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* sanity checks for commandsChristian Pointner2013-07-021-4/+67
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@22 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* set_serial now suports baudrateChristian Pointner2013-07-021-7/+31
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@21 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* serial device handling and hex file loading in seperate functionsChristian Pointner2013-07-021-33/+37
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@19 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* improved exception handlingChristian Pointner2013-07-021-2/+4
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@18 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* open device and setting it to raw modeChristian Pointner2013-07-021-6/+21
| | | | | | | some code cleanup git-svn-id: https://svn.spreadspace.org/pic/trunk@16 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* added very basic version for bootloader and downloaderChristian Pointner2013-07-021-0/+98
git-svn-id: https://svn.spreadspace.org/pic/trunk@15 a09c6847-51d9-44de-8ef2-e725cf50f3c7