On Saturday 13 June 2009, Øyvind Harboe wrote: > I'd like to see the JTAG API use 32 bit instead of 8 bit for the > bit arrays(post 0.2).
32 is better than 8 here, yes. If you'd consider using "unsigned long" (which might be 64 bits on some hardware) there's a lot of *nice* bit array code that could be imported from Linux. Including even arch-specific speedups... _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
