Sign in
opensecura
/
3p
/
tock
/
libtock-rs
/
HEAD
« Previous
cc49bf0
CONTRIBUTING: Update to use the new Make steps
by Alistair Francis
· 5 years ago
6695e0d
docs: Remove outdated README
by Alistair Francis
· 5 years ago
0c1cb58
README: Update the README to explain how to get started
by Alistair Francis
· 5 years ago
bb437f6
Makefile: Allow the debug build
by Alistair Francis
· 5 years ago
cb3d5b8
Makefile: Add flash.sh support
by Alistair Francis
· 5 years ago
55e3d6b
Makefile: Support features
by Alistair Francis
· 5 years ago
1ff91e7
rustfmt.toml: Remove obsolete lines
by Alistair Francis
· 5 years ago
c6fef95
Makefile: Split out a setup target
by Alistair Francis
· 5 years ago
3badb19
.travis.yml: Trigger Travis on all branches
by Alistair Francis
· 5 years ago
9f0b5ee
Makefile: Initial commit of a Makefile
by Alistair Francis
· 5 years ago
b3f213d
hifive1: Rename the layout file
by Alistair Francis
· 5 years ago
b3e3a9a
boards: Move board layout files into subdir
by Alistair Francis
· 5 years ago
34103a5
.gitignore: Improve the gitignore file
by Alistair Francis
· 5 years ago
6271253
Merge #125
by bors[bot]
· 5 years ago
dc326a4
Let factories consume &mut self instead of self
by torfmaster
· 5 years ago
12dc3d5
Merge #157
by bors[bot]
· 5 years ago
6b256d5
Merge #151
by bors[bot]
· 5 years ago
5ce6338
alloc: Yield on a panic
by Alistair Francis
· 5 years ago
b6b62eb
Merge #152
by bors[bot]
· 5 years ago
c1ba255
lang_items: Yield on a panic
by Alistair Francis
· 5 years ago
176be71
travis: Run tests as part of travis CI
by Alistair Francis
· 5 years ago
5eb4829
Merge #155
by bors[bot]
· 5 years ago
5b3233e
Merge #153
by bors[bot]
· 5 years ago
103f80d
examples: Add a hello_world
by Alistair Francis
· 5 years ago
65c3b4a
Use bss_end for the actual start of the app heap
by Laura Abbott
· 5 years ago
37df83d
layout_riscv32.ld: Update the SRAM size to be correct
by Alistair Francis
· 5 years ago
0ab5d2d
Merge #147
by bors[bot]
· 5 years ago
98de36a
Revert change to variable name
by torfmaster
· 5 years ago
76c8194
Make ble scanning driver asynchronuous
by torfmaster
· 5 years ago
7c54dce
Merge #150
by bors[bot]
· 5 years ago
9797a5a
Merge #148
by bors[bot]
· 5 years ago
0ff9f33
Merge #149
by bors[bot]
· 5 years ago
e0e9eab
Update flash.sh to better handle RISC-V targets
by Laura Abbott
· 5 years ago
a3d655e
Mark stack as NOLOAD
by Laura Abbott
· 5 years ago
654a657
Run clippy before tests
by Woyten
· 5 years ago
b49dd52
Work around Option::take with static muts no longer working on new toolchain
by Woyten
· 5 years ago
9702029
Fix static errors after toolchain update
by Woyten
· 5 years ago
7b00723
Work around linker problem
by Woyten
· 5 years ago
4bd7237
Use the absolute addresses for calculation in entry assembly
by Laura Abbott
· 5 years ago
4e192b3
Use toolchain of Tock OS
by Woyten
· 5 years ago
371334f
Merge #144
by bors[bot]
· 5 years ago
48720a1
Fix handling of panics
by Woyten
· 5 years ago
f0b3e08
Update outdated documentation
by Woyten
· 5 years ago
556a45c
Restructure libtock hardware test
by Woyten
· 5 years ago
e45c851
Merge #146
by bors[bot]
· 5 years ago
3620f07
Correct name of RISC-V target
by Laura Abbott
· 5 years ago
092b1eb
Merge #145
by bors[bot]
· 5 years ago
d476883
Enable heap only on demand
by Woyten
· 5 years ago
63b58b0
Merge #141
by bors[bot]
· 5 years ago
c21b792
Add .sbss section to .bss section
by Laura Abbott
· 5 years ago
bc3f349
Merge #136
by bors[bot]
· 5 years ago
80f2a1f
Merge #137
by bors[bot]
· 5 years ago
ebfd0b8
Fix allocator version
by Woyten
· 5 years ago
efd0aa9
Review comments
by Woyten
· 5 years ago
860e0bc
Enable support for multiple boards and architectures
by Woyten
· 5 years ago
e93f701
Merge pull request #140 from oxidecomputer/clobber-fix
by Johnathan Van Why
· 5 years ago
64c909b
Change RISC-V register names in clobbers.
by Cliff L. Biffle
· 5 years ago
672b543
Create syscall recorder and write first test
by torfmaster
· 5 years ago
b4b1266
Merge #135
by bors[bot]
· 5 years ago
82feaa2
cargo: Add support for building OpenTitan apps
by Alistair Francis
· 5 years ago
034ae24
Merge #131
by bors[bot]
· 5 years ago
e22bc2b
Review comments
by Woyten
· 5 years ago
d007bb9
Remove SubscribableCallback
by Woyten
· 5 years ago
b122620
More user-friendly method of how to use the Drivers struct
by Woyten
· 5 years ago
8d517b0
Use correct borrowing kind when initializing timer
by Woyten
· 5 years ago
4ceb6d5
Compile the entry point when using an IDE
by Woyten
· 5 years ago
d662d48
No longer use rustfmt-preview
by Woyten
· 5 years ago
141e48a
Remove SubscribableCallback from ADC driver
by Woyten
· 5 years ago
b18a193
Remove unnecessary dummy Libtock struct and add alloc_error example
by Woyten
· 5 years ago
c20b61d
Update CHANGELOG.md
by Woyten
· 5 years ago
ad54969
Better temperature API
by Woyten
· 5 years ago
b50a987
Better GPIO API
by Woyten
· 5 years ago
70c09f9
Better buttons and LEDs API
by Woyten
· 5 years ago
8c243cd
Better suscription API
by Woyten
· 5 years ago
0838210
Merge #120
by bors[bot]
· 5 years ago
aae9798
Restore timer_subscribe and delete hello example
by torfmaster
· 5 years ago
ebadc3e
Rename example to timer
by torfmaster
· 5 years ago
86a9af5
Rebase on current master, replace subscribe example, use display instead of debug
by torfmaster
· 5 years ago
6cbac75
Move print_now to a standalone function, to make sure the timer driver is dropped before being used again.
by Guillaume Endignoux
· 5 years ago
a521439
Make the output more accurate and less spammy.
by Guillaume Endignoux
· 5 years ago
7798b1e
Prettify time.
by Guillaume Endignoux
· 5 years ago
dda9499
Add more debugging information.
by Guillaume Endignoux
· 5 years ago
f3879d2
Add example that periodically shows the current clock ticks.
by Guillaume Endignoux
· 5 years ago
0fd0e2e
Merge #122
by bors[bot]
· 5 years ago
bbd847d
Fixes from review comments
by torfmaster
· 5 years ago
5952a7b
Remove default implementations for drivers
by torfmaster
· 5 years ago
6c038b1
Call run_all_checks script in travis
by torfmaster
· 5 years ago
20894e0
Fix cycle_all_leds method
by torfmaster
· 5 years ago
48e175f
Remove unnecessary default implementation for driver
by torfmaster
· 5 years ago
2a1cc06
Fix code style
by torfmaster
· 5 years ago
dcd7f53
Fix changelog
by torfmaster
· 5 years ago
0f902f4
Establish a pattern for led driver.
by torfmaster
· 5 years ago
97c5e72
Use #[non_exhaustive] to make individual structs non-constructible
by torfmaster
· 5 years ago
b73c5ef
Rename Hardware to Drivers
by torfmaster
· 5 years ago
bf13a51
Restore mutability of references
by torfmaster
· 5 years ago
9d7ff2a
Harmonize names of driver-related constants
by torfmaster
· 5 years ago
f48cb68
Update changelog and documentation
by torfmaster
· 5 years ago
aeccf75
Add non-exhaustive attribute to Hardware
by torfmaster
· 5 years ago
0ab4012
Make delay and subscription use of timer driver mutually exclusive
by torfmaster
· 5 years ago
d1db751
Migrate sensors to drivers object
by torfmaster
· 5 years ago
Next »