Merge #195 195: README: Update to better describe Tock kernel version support r=alistair23 a=alistair23 Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Co-authored-by: Alistair Francis <alistair.francis@wdc.com>
diff --git a/README.md b/README.md index 52ea0b6..72506cd 100644 --- a/README.md +++ b/README.md
@@ -4,7 +4,11 @@ Rust userland library for Tock (WIP) -Tested with tock [Release 1.4.1](https://github.com/tock/tock/commit/7e37bf67761d83fd585cace4fb201e2864d300b1). +Generally this library was tested with tock [Release 1.5](https://github.com/tock/tock/releases/tag/release-1.5). +Since then changes have been made that might not work with the Tock +release 1.5, but instead target Tock master. For example this library +might support newer boards (Apollo3), changed boards (HiFive1 revB) or +new drivers (HMAC). The library works in principle on most boards, but there is currently the [showstopper bug #28](https://github.com/tock/libtock-rs/issues/28) that prevents