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/27 02:59]
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% -> <columns 50% 50% ->
Line 50: Line 51:
  
 </columns> </columns>
 +
 +The pic16f1507 only supports software UART.
 === Licence === === Licence ===