yield instead of returning a list of values for ARMreadChunk. also, check out ARMrea...
authordodge-this <dodge-this@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Thu, 15 Nov 2012 05:18:37 +0000 (05:18 +0000)
committerdodge-this <dodge-this@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Thu, 15 Nov 2012 05:18:37 +0000 (05:18 +0000)
commit1bbe7c29a95d160725815184e8db10055de5c0f4
tree4ae77e4c3d93df6c20b864b765c9d51f132fd6c6
parent2d9581c49c1f23575ab77b299ba9ea84155447c6
yield instead of returning a list of values for ARMreadChunk.  also, check out ARMreadStream and ARMwriteStream functions!  way handy for dealing with strings and when you want to be byte-aligned, not 32-bit word aligned.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1336 12e2690d-a6be-4b82-a7b7-67c4a43b65c8
client/GoodFETARM7.py