stante / the-bus-pirate

Automatically exported from code.google.com/p/the-bus-pirate
Other
0 stars 1 forks source link

Integer repeat values for bulk read, clock ticks, delays, etc. #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Current repeat values (e.g. r:10) are up to one byte, or 255. This change
would add integer length repeat values.

1. Update protocol libraries to pass integer repeat values.
2. Update repeat reading routine to read integer values and return integer
repeat values.

Original issue reported on code.google.com by ianles...@gmail.com on 31 Mar 2009 at 2:27

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
User input functions now read and return integer values. 

Need to update abstraction routines (busPirateCore.c) and individual libraries 
to use
integers. 

Libraries need to use bpWintdec to write integer repeat values to the user 
terminal.

Original comment by ianles...@gmail.com on 14 Apr 2009 at 11:48