summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* cleaned up code (seperated into generic and specific part)Christian Pointner2013-07-081-112/+118
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@57 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
* address boundary check after bootloader checkChristian Pointner2013-07-071-3/+3
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@52 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* fixed new featuresChristian Pointner2013-07-073-11/+22
| | | | 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-073-28/+20
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@50 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* removed name for identify - now using useridChristian Pointner2013-07-073-51/+72
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@49 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* added flash and eeprom sizes to identifyChristian Pointner2013-07-072-4/+13
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@48 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* bootloader now checks csumChristian Pointner2013-07-073-14/+40
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@47 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* added length field for messagesChristian Pointner2013-07-073-130/+104
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@46 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* skipping 'invalid' code doesn't work on some hardwareChristian Pointner2013-07-072-19/+17
| | | | | | | droping this feature git-svn-id: https://svn.spreadspace.org/pic/trunk@45 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* writing to flash works nowChristian Pointner2013-07-061-16/+57
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@44 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
* shorter version of command code checkChristian Pointner2013-07-051-35/+28
| | | | | | | some cleanups git-svn-id: https://svn.spreadspace.org/pic/trunk@42 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
* small cleanupChristian Pointner2013-07-051-1/+1
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@40 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* read flash segment allmost doneChristian Pointner2013-07-051-6/+41
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@39 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* added check for invalid command codesChristian Pointner2013-07-041-8/+13
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@38 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* moved to binary command codesChristian Pointner2013-07-043-110/+68
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@37 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* fixed issues with short answersChristian Pointner2013-07-043-59/+99
| | | | | | | bootloader now has working stubs for all commands git-svn-id: https://svn.spreadspace.org/pic/trunk@36 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* cleanupsChristian Pointner2013-07-041-63/+51
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@35 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* added command 'boot'Christian Pointner2013-07-041-18/+35
| | | | | | | added command 'reset' (not working...) git-svn-id: https://svn.spreadspace.org/pic/trunk@34 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* identify works nowChristian Pointner2013-07-042-45/+147
| | | | 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
* handling of invalid commands Christian Pointner2013-07-041-11/+61
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@31 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* added lookup table for commandlengthChristian Pointner2013-07-031-7/+28
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@30 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* added 'mess' value to identifyChristian Pointner2013-07-032-5/+13
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@29 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* added command code translationChristian Pointner2013-07-031-9/+59
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@28 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* first working uartChristian Pointner2013-07-031-12/+35
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@27 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* implemented basic commandsChristian Pointner2013-07-032-24/+37
| | | | 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
* added some constants and first version for serial send,recv routinesChristian Pointner2013-07-031-13/+91
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@24 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
* added return codes for proto definitionChristian Pointner2013-07-021-24/+36
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@20 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
* added protocol descriptionChristian Pointner2013-07-021-0/+166
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@17 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-023-0/+185
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@15 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* cleanupChristian Pointner2012-05-211-5/+1
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@14 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* added gplv3 authors file and a readmeChristian Pointner2012-05-193-0/+727
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@13 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* cleaned up blink-16FChristian Pointner2012-02-111-5/+6
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@12 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* added blink code for new 18xx processor typesChristian Pointner2012-02-082-0/+112
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@11 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* added otti bicycle led controlChristian Pointner2012-01-092-0/+120
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@10 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* ws fixChristian Pointner2012-01-091-2/+2
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@9 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* improved include.mkChristian Pointner2011-07-261-0/+6
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@8 a09c6847-51d9-44de-8ef2-e725cf50f3c7