-
Thank you so much for all of you that had questions up! They really have helped me figure out what to tune in my deck for tomorrow. Between the fact that 1.) this paper is an OS paper with a TON of in…
-
I realized that the Rust survey team has the option to run "micro surveys" on behalf of Rust teams: https://github.com/rust-lang/surveys/blob/main/micro-surveys.md
I wonder if it's worth us putting…
-
Many embedded developers are familiar with using IDEs for development. VSCode is quite popular. Creating a Tock extension for VSCode that setup a dev environment with the relevant source repos and too…
-
I'm trying to import Tock OS into eclipse, and I keep getting an error when I open a rust file.
> LSP (org.eclipse.corrosion.RLS)
> Error reading manifest path: Error message { msg: "could not find …
dc740 updated
5 years ago
-
1. For each project’s dependency, query the ‘package_versions’ table to find out whether that dependency is vulnerable
2. Query ‘callables’ table to find the vulnerable methods in that vulnerable dep…
-
## Context
When working on https://github.com/google/OpenSK/pull/67, we realized that building some boards was failing to build on my desktop, but not on Travis-CI. The reason was that the **paths …
-
This is issue is opened to discuss the tab structure.
### Proposal
| Week No. | Lab | Lecture |
|------:|---------|-----|
| 1 | Introduction to Rust (this is the lab before the class) | Introd…
-
I'm trying to import Tock OS into eclipse, and I keep getting an error when I open a rust file.
> LSP (org.eclipse.corrosion.RLS)
> Error reading manifest path: Error message { msg: "could not fin…
dc740 updated
5 years ago
-
I am in the process of writing unit tests for the kernel, but the module I'm writing for is dependent on external crates (for example the `tock_tbf` crate). My idea is to create some *fake* dependenci…
-
Is there some plan support for port risc-v ?