I'd like to see the JTAG API use 32 bit instead of 8 bit for the bit arrays(post 0.2).
If you examine the out_value assignments, they are almost all: - 32 bit that neet a buf_set_u32. Here code could be made more straightforward. - 8 bit which could trivially and more naturally use u32 Ditto for the in_value, but conversion needs a bit more care. -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
