Lou wrote: >> How big is the table? >> > You can see it by looking in the patch, the table is a pointer and a > couple of shorts/chars per speed, and there are currently 4 speeds > (though there could be up to 64, depending on certain design decisions). > The pointers point to char arrays of 250-300 bytes per speed. > > Even with the logical extreme of 64 speeds, it oughtn't take too awfully > long to compile that. It would take just as long to compile it to its > own .o file, anyway. > That's small - in that case, I would suggest including it as a .h file. When embedded binary objects reach some 10k in size, a separate file starts go get useful.
cu Michael _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
