summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixed copyright headerChristian Pointner2013-07-1126-26/+26
* 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
* cleanupChristian Pointner2013-07-101-9/+9
* 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
* finally remove downloader dirChristian Pointner2013-07-090-0/+0
* moved downloader to bootloader dirChristian Pointner2013-07-092-0/+0
* reenabled downloader commandsChristian Pointner2013-07-081-4/+4
* added meta-makefileChristian Pointner2013-07-082-3/+34
* split bootloader code into includesChristian Pointner2013-07-086-276/+367
* 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
* 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
* address boundary check after bootloader checkChristian Pointner2013-07-071-3/+3
* fixed new featuresChristian Pointner2013-07-073-11/+22
* switched back to name but only 3 bytesChristian Pointner2013-07-073-28/+20
* removed name for identify - now using useridChristian Pointner2013-07-073-51/+72
* added flash and eeprom sizes to identifyChristian Pointner2013-07-072-4/+13
* bootloader now checks csumChristian Pointner2013-07-073-14/+40
* added length field for messagesChristian Pointner2013-07-073-130/+104
* skipping 'invalid' code doesn't work on some hardwareChristian Pointner2013-07-072-19/+17
* writing to flash works nowChristian Pointner2013-07-061-16/+57
* read_flash_segment works nowChristian Pointner2013-07-061-2/+12
* shorter version of command code checkChristian Pointner2013-07-051-35/+28
* switched to python-serialChristian Pointner2013-07-051-34/+15
* 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-043-110/+68
* fixed issues with short answersChristian Pointner2013-07-043-59/+99
* cleanupsChristian Pointner2013-07-041-63/+51
* added command 'boot'Christian Pointner2013-07-041-18/+35
* identify works nowChristian Pointner2013-07-042-45/+147
* improved response handlingChristian Pointner2013-07-041-8/+12