Brad Campbell
Brad Campbell
I added some documentation for libtock and libtock-sync/services. I moved the printf/_write use of yield to libtock-sync. I moved read only state yield to libtock-sync. I moved unit test to...
I cleaned up the commits. I also fixed up the makefile `-I` flags so that apps have to use the `libtock/` prefix in their includes. I think the remaining todos...
I'm ready to merge this.
Pretty much a year later and not even a comment. Seems reasonable to assume that platform io is no longer supporting the nrf52 boards, or at least zephyr on the...
https://github.com/tock/tock/blob/master/doc/ExternalDependencies.md
I think it's time to revisit this as it's been a while since the last release. What do we want to include?
What's the largest reasonable alignment? We can build something arbitrarily complex (probably a TBF header which specifies the desired alignment) which could help risc-v apps if we ever got good...
The empty function declaration removed in #310
Added in #353
Ok! I came back to this. I went through all of the examples and added `while(1) yield();` loops where needed.