Closed natevw closed 9 years ago
lgtm. Travis is presenting errors for the header definitions: https://travis-ci.org/tessel/firmware/builds/38853484 Once fixed, I'll merge this.
Also just to check, the runtime version included in this PR should be master. We'll merge this first, then the runtime PR after, which then gets pulled into firmware by the merge tool.
Actually just one comment on the inline typedef
.
And an API suggestion for tm_udp_receive
in runtime that would require a change here. https://github.com/tessel/runtime/pull/595/files#diff-989f5e7cdba84de885a494044d101f0bR123
Ok, this should be caught up again unless you do want me to change up all those function signatures here and in runtime. (It might not be a bad idea since at some point we're going to want to actually handle errors and not having original length overwritten will be useful then.)
I'll make up for lost time and not ask that.
lgtm. Feel free to test / r+ this.
Approved by @natevw. Running tests.
Approved by @tcr. Running tests.
Merged in by #108.
Should be ready, but does require coordinated release with
https://github.com/tessel/runtime/pull/595https://github.com/tessel/runtime/pull/622.