summaryrefslogtreecommitdiff
path: root/bootloader/downloader.py
Commit message (Expand)AuthorAgeFilesLines
* fixed typoChristian Pointner2014-11-051-1/+1
* dropped useless supported flagsChristian Pointner2013-08-041-4/+4
* the downloader now sends a reset pulse an asserts TxD low before sending 'ide...Christian Pointner2013-07-251-0/+7
* fixed typos and wordingChristian Pointner2013-07-201-5/+5
* added support for config read for 16f1847Christian Pointner2013-07-111-3/+11
* added number of config words to identify commandChristian Pointner2013-07-111-4/+4
* fixed copyright headerChristian Pointner2013-07-111-1/+1
* cleaned up importsChristian Pointner2013-07-111-5/+1
* implemented reset command for 16f1847Christian Pointner2013-07-111-3/+11
* 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
* reenabled read flashChristian Pointner2013-07-101-19/+21
* drop requirment for intelhex libraryChristian Pointner2013-07-101-52/+36
* moved downloader to bootloader dirChristian Pointner2013-07-091-0/+353