-
Have something like https://github.com/tock/tock
Create dedicated pages and have links from readme.
-
Currently Flux is unable to reason about Tock's register interface as it would require a pretty complicated use of associated refinements (from what I understand). I have extricated out the important …
-
This issue tracks attempting to build as many Tock libraries as possible with a stable compiler, that is, minimizing the number of `#![feature(...)]` pragmas used in `lib.rs` files.
## Update Feb 2…
-
I found two problems in the tools directory:
1. The function `parse_mangled_name` does not exist in the import file for `embedded_data_analyzer.py`.
2. Even if I change `parse_symbol_name` to `p…
-
Integrate CryptoLib and drivers with Tock
-
The TBF Parsing library is slightly out of date from the original from tock. Updating it immediately is not possible because several additions have been made to the current version so that it works wi…
-
Capturing this here as a pointer to https://github.com/tock/libtock-c/pull/280, which is part of what should eventually be on a documentation page for this.
-
https://sfclub.cc/notice/
站点公告栏这里会记录一些最近在Tick Tock发生的事情。 Jul 22 2019新增评论功能 by Gitalk.
-
Curently, flux defs like:
```Rust
flux_rs::defs!{
fn bv32(x:int) -> bitvec { bv_int_to_bv32(x) }
}
```
cannot be used across crates, nor can extern_specs like:
```Rust
#[extern_spec]
impl…
-
A series of steps to upstream support for CHERI architectures from [tock/tock-cheri](https://github.com/tock/tock-cheri)
- [x] Replace ubiquitous `usize` with specific sized integers and explicit p…