Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
projects:cowboy [2017/02/24 01:35] – [Devices] darron | projects:cowboy [2017/02/27 15:03] (current) – [Devices] darron | ||
---|---|---|---|
Line 4: | Line 4: | ||
</ | </ | ||
- | Cowboy boot loader is a boot loader that supports loading firmware on enhanced PIC12/PIC16 microcontrollers via UART. | + | Cowboy boot loader is a boot loader that supports loading firmware on enhanced PIC12/PIC16 microcontrollers via either a |
+ | hardware or software | ||
The loader application has been written for POSIX implementations only. | The loader application has been written for POSIX implementations only. | ||
Line 12: | Line 13: | ||
=== Devices === | === Devices === | ||
- | Here is a list of devices | + | At this time 208 devices are thought to be supported and here is a list of devices which have been tested during the production of this boot loader. |
+ | |||
+ | <columns 50% 50% -> | ||
< | < | ||
Line 22: | Line 25: | ||
pic16f1455 | pic16f1455 | ||
pic16f1459 | pic16f1459 | ||
+ | pic16f1507 | ||
+ | pic16f1516 | ||
pic16f15355 | pic16f15355 | ||
pic16f1578 | pic16f1578 | ||
pic16f1708 | pic16f1708 | ||
pic16f1764 | pic16f1764 | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | |||
+ | < | ||
pic16f1776 | pic16f1776 | ||
+ | pic16f1788 | ||
pic16f1825 | pic16f1825 | ||
pic16f18313 | pic16f18313 | ||
pic16f18346 | pic16f18346 | ||
pic16f1847 | pic16f1847 | ||
+ | pic16f18875 | ||
pic16f1936 | pic16f1936 | ||
pic16lf1559 | pic16lf1559 | ||
pic16lf1566 | pic16lf1566 | ||
+ | pic16lf1716 | ||
pic16lf18313 | pic16lf18313 | ||
</ | </ | ||
+ | </ | ||
+ | |||
+ | The pic16f1507 only supports software UART. | ||
=== Licence === | === Licence === | ||