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 11:50] – [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. |
- | < | + | < |
< | < | ||
Line 24: | Line 25: | ||
pic16f1455 | pic16f1455 | ||
pic16f1459 | pic16f1459 | ||
+ | pic16f1507 | ||
pic16f1516 | pic16f1516 | ||
pic16f15355 | pic16f15355 | ||
Line 49: | Line 51: | ||
</ | </ | ||
+ | |||
+ | The pic16f1507 only supports software UART. | ||
=== Licence === | === Licence === | ||