Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenSK
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
koenigl2
OpenSK
Graph
80510e27701aaf1ddcdd30b85d574a4b0033399f
Select Git revision
Branches
2
master
risc-v
default
protected
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
16
Jul
7
30
Jun
24
19
11
10
9
8
5
4
2
30
May
28
27
25
15
14
13
12
11
9
8
6
30
Apr
29
28
24
20
14
9
8
28
Mar
23
22
18
16
13
12
11
10
9
6
5
4
3
2
28
Feb
27
28
27
25
24
21
20
19
18
17
10
9
7
6
5
4
3
31
Jan
30
Make callback subscription un-temporary
risc-v
risc-v
Move to 'Better subscription API'
button subsystem: use manual panic! instead of unwrap()
screw it, use builtin alloc
remove custom alloc error handler
apply debug allocations
adds feature(alloc_error_handler) to main
extern crate list alloc in main
implemented allocator
match TockError enum to CommandError to access result_code
take care of return values (TockResults)
fix buttons::with_callback error by using driver
unsafe fix for missing syscalls::yieldk_for()
replace TockValue with TockReturn and replace timer::with_callback to timer::DriverContext::with_callback (and create context)
re-enable timer patch
port timer patch
start moving over code to async
bump rust-toolchain for libtock
convert crypto to async rng runtime
disable features not exposed by vanilla libtock
silence wrong tockloader version message
update submodules
deploy.py: add minimal hifive support, linker script
Merge pull request #119 from ia0/issue-113
master
master
Update reproducible hashes
Also define storage for nrf52840_mdk_dfu
Update reproducible hashes
Define the storage locations for the dongle
Merge pull request #117 from gendx/reproducible-elf2tab
Address review comment.
Use argparse.FileType as suggested in review.
Per-OS reproducible elf2tab.
Update .gitignore.
Add elf2tab output to reproducible reference, to easily check for binary size regressions.
Merge pull request #113 from kaczmarczyck/move-semantics
updates reproducible binary hashes
fixes nits for refactoring
changes extensions to proper parsed data structures
reads CBOR maps by moving instead of references
Merge pull request #109 from kaczmarczyck/cred-protect
Loading