summaryrefslogtreecommitdiff
path: root/bootloader
Commit message (Expand)AuthorAgeFilesLines
* fixed typoChristian Pointner2014-11-051-1/+1
* deassert INT pin before wait for SSChristian Pointner2013-08-122-6/+4
* improved spi send byteChristian Pointner2013-08-044-30/+34
* dropped useless supported flagsChristian Pointner2013-08-045-58/+34
* removed usless TX invertedChristian Pointner2013-07-261-1/+0
* add SPI based com for 16F1847Christian Pointner2013-07-262-4/+86
* bootloader 887 with com-spi works nowChristian Pointner2013-07-252-5/+4
* fixed raise condition for SPI/SS and INT PinChristian Pointner2013-07-251-5/+6
* the downloader now sends a reset pulse an asserts TxD low before sending 'ide...Christian Pointner2013-07-251-0/+7
* fixed bootmacro for 16f1847Christian Pointner2013-07-242-16/+10
* com spi for 887 now fits within flash boundaryChristian Pointner2013-07-204-16/+22
* introduced boot macroChristian Pointner2013-07-203-5/+17
* fixed typos and wordingChristian Pointner2013-07-201-5/+5
* added spi send - still to long (but only 1 word)Christian Pointner2013-07-123-9/+18
* started support for com-spi for 16f887Christian Pointner2013-07-122-1/+66
* report right supported flagsChristian Pointner2013-07-111-1/+1
* added support for config read for 16f1847Christian Pointner2013-07-113-5/+42
* added number of config words to identify commandChristian Pointner2013-07-115-6/+14
* fixed copyright headerChristian Pointner2013-07-1114-14/+14
* 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