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
Last revision Both sides next revision
projects:cowboy [2017/02/24 11:50]
darron [Devices]
projects:cowboy [2017/02/27 03:03]
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.+Here is a list of devices which have been tested during the production of this boot loader.
  
-<columns 30% 50% ->+<columns 50% 50% ->
  
 <code> <code>
Line 24: Line 25:
 pic16f1455 pic16f1455
 pic16f1459 pic16f1459
 +pic16f1507
 pic16f1516 pic16f1516
 pic16f15355 pic16f15355
Line 49: Line 51:
  
 </columns> </columns>
 +
 +The pic16f1507 only supports software UART.
 === Licence === === Licence ===