On 24 February 2010 09:15, <[email protected]> wrote: > For the casual reader, here is the short version: > I propose: > * memory-map based interface > * pre-defined 'drivers' for different functionality > * keep driver interfaces as close to uC hardware implementation as possible > * drivers can and should be cross-platform if generic (eg 8 bit counter, pio, > etc)
Yes, exactly what I proposed but in much better detail! :) A protocol that allows the master to negotiate with the device what functionality it offers through a range of generic classes. Use the memory function commands to retrieve this information and then to interact with the accessories connected to it. Give me some time and I'll work on a draft spec. Ben ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
