summaryrefslogtreecommitdiff
path: root/bootloader
Commit message (Collapse)AuthorAgeFilesLines
* fixed typoChristian Pointner2014-11-051-1/+1
|
* deassert INT pin before wait for SSChristian Pointner2013-08-122-6/+4
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@101 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* improved spi send byteChristian Pointner2013-08-044-30/+34
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@99 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* dropped useless supported flagsChristian Pointner2013-08-045-58/+34
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@98 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* removed usless TX invertedChristian Pointner2013-07-261-1/+0
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@97 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* add SPI based com for 16F1847Christian Pointner2013-07-262-4/+86
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@96 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* bootloader 887 with com-spi works nowChristian Pointner2013-07-252-5/+4
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@93 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* fixed raise condition for SPI/SS and INT PinChristian Pointner2013-07-251-5/+6
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@92 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* the downloader now sends a reset pulse an asserts TxD low before sending ↵Christian Pointner2013-07-251-0/+7
| | | | | | 'identify' git-svn-id: https://svn.spreadspace.org/pic/trunk@91 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* fixed bootmacro for 16f1847Christian Pointner2013-07-242-16/+10
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@90 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* com spi for 887 now fits within flash boundaryChristian Pointner2013-07-204-16/+22
| | | | | | | TODO: test this - not sure if this works... git-svn-id: https://svn.spreadspace.org/pic/trunk@89 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* introduced boot macroChristian Pointner2013-07-203-5/+17
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@88 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* fixed typos and wordingChristian Pointner2013-07-201-5/+5
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@87 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* added spi send - still to long (but only 1 word)Christian Pointner2013-07-123-9/+18
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@86 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* started support for com-spi for 16f887Christian Pointner2013-07-122-1/+66
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@85 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* report right supported flagsChristian Pointner2013-07-111-1/+1
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@84 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* added support for config read for 16f1847Christian Pointner2013-07-113-5/+42
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@83 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* added number of config words to identify commandChristian Pointner2013-07-115-6/+14
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@82 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* fixed copyright headerChristian Pointner2013-07-1114-14/+14
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@81 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* cleaned up importsChristian Pointner2013-07-111-5/+1
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@80 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* writing flash works now for 16f1847Christian Pointner2013-07-111-42/+55
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@79 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* flash write address checks workChristian Pointner2013-07-111-12/+11
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@78 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* read flash for 16f1847 worksChristian Pointner2013-07-111-36/+32
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@77 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* implemented reset command for 16f1847Christian Pointner2013-07-113-5/+23
| | | | | | | also added support for reset at downloader git-svn-id: https://svn.spreadspace.org/pic/trunk@76 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* added inital support for 16f1847Christian Pointner2013-07-114-0/+333
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@75 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* output for boot commandChristian Pointner2013-07-101-0/+1
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@73 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* improved command line optionsChristian Pointner2013-07-101-44/+55
| | | | | | | fixed bug at progress bar git-svn-id: https://svn.spreadspace.org/pic/trunk@72 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* output even prettierChristian Pointner2013-07-101-4/+4
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@71 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* nicer output with progressbarChristian Pointner2013-07-101-5/+46
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@70 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* cleanupsChristian Pointner2013-07-102-26/+5
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@69 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* rename com uart for 16f887Christian Pointner2013-07-101-0/+0
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@68 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* cleanupChristian Pointner2013-07-101-1/+0
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@67 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* reenabled read flashChristian Pointner2013-07-102-129/+132
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@66 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* drop requirment for intelhex libraryChristian Pointner2013-07-103-53/+442
| | | | | | | added minimal hex file handling class git-svn-id: https://svn.spreadspace.org/pic/trunk@65 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* moved downloader to bootloader dirChristian Pointner2013-07-092-0/+553
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@63 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* added meta-makefileChristian Pointner2013-07-082-3/+34
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@61 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* split bootloader code into includesChristian Pointner2013-07-085-272/+363
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@60 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* added generic 887 codeChristian Pointner2013-07-082-4/+4
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@59 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* moved 16f887 specific commands to includeChristian Pointner2013-07-082-96/+119
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@58 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* 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
* 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-071-3/+3
| | | | 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-071-5/+8
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@50 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* removed name for identify - now using useridChristian Pointner2013-07-071-43/+64
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@49 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* bootloader now checks csumChristian Pointner2013-07-071-10/+34
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@47 a09c6847-51d9-44de-8ef2-e725cf50f3c7
* added length field for messagesChristian Pointner2013-07-071-81/+48
| | | | 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-071-16/+12
| | | | | | | 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
* 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
* small cleanupChristian Pointner2013-07-051-1/+1
| | | | git-svn-id: https://svn.spreadspace.org/pic/trunk@40 a09c6847-51d9-44de-8ef2-e725cf50f3c7