Brad Campbell
Brad Campbell
We need to figure out an allow buffer management strategy. What layer is responsible for un-allowing the buffer? Are buffers passed back in callbacks? Or should users of the library...
The unit test framework stores state. Where do we put it?
Three more issues that have come up: 1. We need to use more of `status_to_returncode` 2. Should the upcall format be `int`? Why not just `uint32_t`? 3. Should we document...
I would also like to revisit what goes in `examples/` and what goes in `examples/tests`.
@tyler-potyondy @alevy Anything that would help with this?
Ping @alevy @hudson-ayers @tyler-potyondy
I added the list of apps that don't build (for me in my one test on 6b80b89c at least) to the main PR description. The consensus on the call today...
I edited the commits in this PR to remove duplicates and clean things up. Sorry if that messes with branches, but you should be able to just cherrypick any changes.
I don't know what to do with UDP. The driver had some hidden state. I removed it so we can avoid warnings, but we need an actual fix.
Ok we're down to just the networking and SPI test apps that do not compile.