summaryrefslogtreecommitdiff
path: root/bootloader
Commit message (Expand)AuthorAgeFilesLines
* cleaned up importsChristian Pointner2013-07-111-5/+1
* writing flash works now for 16f1847Christian Pointner2013-07-111-42/+55
* flash write address checks workChristian Pointner2013-07-111-12/+11
* read flash for 16f1847 worksChristian Pointner2013-07-111-36/+32
* implemented reset command for 16f1847Christian Pointner2013-07-113-5/+23
* added inital support for 16f1847Christian Pointner2013-07-114-0/+333
* output for boot commandChristian Pointner2013-07-101-0/+1
* improved command line optionsChristian Pointner2013-07-101-44/+55
* output even prettierChristian Pointner2013-07-101-4/+4
* nicer output with progressbarChristian Pointner2013-07-101-5/+46
* cleanupsChristian Pointner2013-07-102-26/+5
* rename com uart for 16f887Christian Pointner2013-07-101-0/+0
* cleanupChristian Pointner2013-07-101-1/+0
* reenabled read flashChristian Pointner2013-07-102-129/+132
* drop requirment for intelhex libraryChristian Pointner2013-07-103-53/+442
* moved downloader to bootloader dirChristian Pointner2013-07-092-0/+553
* added meta-makefileChristian Pointner2013-07-082-3/+34
* 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