Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:cowboy [2017/02/24 02:31]
darron [Devices]
projects:cowboy [2017/02/27 15:03] (current)
darron [Devices]
Line 4: Line 4:
 </wrap> </wrap>
  
-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 UART.
  
 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 with UARTs which have been tested during the production of this boot loader.+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% ->
  
 <code> <code>
Line 22: Line 25:
 pic16f1455 pic16f1455
 pic16f1459 pic16f1459
 +pic16f1507
 +pic16f1516
 pic16f15355 pic16f15355
 pic16f1578 pic16f1578
 pic16f1708 pic16f1708
 pic16f1764 pic16f1764
 +</code>
 +
 +<newcolumn>
 +
 +<code>
 pic16f1776 pic16f1776
 +pic16f1788
 pic16f1825 pic16f1825
 pic16f18313 pic16f18313
 pic16f18346 pic16f18346
 pic16f1847 pic16f1847
 +pic16f18875
 pic16f1936 pic16f1936
 pic16lf1559 pic16lf1559
Line 38: Line 50:
 </code> </code>
  
 +</columns>
 +
 +The pic16f1507 only supports software UART.
 === Licence === === Licence ===