- Mar 09, 2020
-
-
gendx authored
Add patch for bidirectional USB endpoints to fix panics in case of cancellation.
-
Guillaume Endignoux authored
-
- Mar 06, 2020
-
-
Jean-Michel Picod authored
Fix extraneous globbing in workflows
-
Jean-Michel Picod authored
-
gendx authored
Remove patch
-
Jean-Michel Picod authored
-
- Mar 05, 2020
-
-
Guillaume Endignoux authored
According to the rules at https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#patterns-to-match-file-paths
-
Guillaume Endignoux authored
-
Guillaume Endignoux authored
-
Guillaume Endignoux authored
-
Guillaume Endignoux authored
-
Guillaume Endignoux authored
-
Guillaume Endignoux authored
-
Guillaume Endignoux authored
-
Guillaume Endignoux authored
-
- Mar 04, 2020
-
-
Julien Cretin authored
This permits to run without persistent storage. The benefit is that the board doesn't implement a the syscall API in Tock. The disadvantage is that rebooting the key will reset the storage.
-
gendx authored
Add feature to track allocations in libtock-rs
-
gendx authored
-
- Mar 03, 2020
-
-
Guillaume Endignoux authored
-
Jean-Michel Picod authored
Make internal python linter happy.
-
Jean-Michel Picod authored
It seems that our internal linter is stricter than what pylint does. Fixing the python code to make both happy and tries to fix the gap by modifying pylintrc configuration file
-
Jean-Michel Picod authored
Fix cargo audit workflow
-
Jean-Michel Picod authored
The env context is only available at the step level, not the job one so we need to use the github context instead. But the head_ref will only be populated if we run in a pull_request event. So until we find a better solution, let's match on the repo URL.
-
- Mar 02, 2020
-
-
Guillaume Endignoux authored
-
Guillaume Endignoux authored
-
gendx authored
-
Guillaume Endignoux authored
-
Jean-Michel Picod authored
Fix clippy warnings.
-
Jean-Michel Picod authored
Because of libtock-rs we can't run clippy on our codebase. But it could run at least on `build.rs`.
-
Jean-Michel Picod authored
Run everything that Travis-CI is running as Github workflows
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
-
- Feb 28, 2020
-
-
Jean-Michel Picod authored
These tests take 10 min. Let's avoid running them when not needed.
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
It seems the github action will pick up the rust-toolchain file and if we specify it as an input, it will have a higher priority
-