summaryrefslogtreecommitdiff
path: root/bootloader
Commit message (Expand)AuthorAgeFilesLines
* split bootloader code into includesChristian Pointner2013-07-085-272/+363
* added generic 887 codeChristian Pointner2013-07-082-4/+4
* moved 16f887 specific commands to includeChristian Pointner2013-07-082-96/+119
* cleaned up code (seperated into generic and specific part)Christian Pointner2013-07-081-112/+118
* address boundary check after bootloader checkChristian Pointner2013-07-071-3/+3
* fixed new featuresChristian Pointner2013-07-071-3/+3
* switched back to name but only 3 bytesChristian Pointner2013-07-071-5/+8
* removed name for identify - now using useridChristian Pointner2013-07-071-43/+64
* bootloader now checks csumChristian Pointner2013-07-071-10/+34
* added length field for messagesChristian Pointner2013-07-071-81/+48
* skipping 'invalid' code doesn't work on some hardwareChristian Pointner2013-07-071-16/+12
* writing to flash works nowChristian Pointner2013-07-061-16/+57
* shorter version of command code checkChristian Pointner2013-07-051-35/+28
* small cleanupChristian Pointner2013-07-051-1/+1
* read flash segment allmost doneChristian Pointner2013-07-051-6/+41
* added check for invalid command codesChristian Pointner2013-07-041-8/+13
* moved to binary command codesChristian Pointner2013-07-041-65/+21
* fixed issues with short answersChristian Pointner2013-07-041-32/+74
* cleanupsChristian Pointner2013-07-041-63/+51
* added command 'boot'Christian Pointner2013-07-041-18/+35
* identify works nowChristian Pointner2013-07-041-38/+141
* handling of invalid commands Christian Pointner2013-07-041-11/+61
* added lookup table for commandlengthChristian Pointner2013-07-031-7/+28
* added command code translationChristian Pointner2013-07-031-9/+59
* first working uartChristian Pointner2013-07-031-12/+35
* added some constants and first version for serial send,recv routinesChristian Pointner2013-07-031-13/+91
* added very basic version for bootloader and downloaderChristian Pointner2013-07-022-0/+87