Sign in
opensecura
/
3p
/
tock
/
libtock-rs
/
HEAD
« Previous
eb7d820
Merge #252
by bors[bot]
· 5 years ago
03ca788
Block async-std >= 1.7.0 from being pulled in to fix the CI.
by Johnathan Van Why
· 5 years ago
3cc371a
i2c: Add support for the I2C interface
by Alistair Francis
· 5 years ago
c355b47
elf2tab: Update to current version
by Tobias Wölfel
· 5 years ago
e023714
Merge #247
by bors[bot]
· 5 years ago
7913458
Merge #248
by bors[bot]
· 5 years ago
6b11969
Weaken my statement about needing a dependency injection mechanism a bit: an alternative mechanism for testing `libtock_core`'s system call error handling logic would be fine as well.
by Johnathan Van Why
· 5 years ago
593df52
Merge #246
by bors[bot]
· 5 years ago
991b3fb
tock: Bump to the 1.6 release
by Alistair Francis
· 5 years ago
beb2512
gyro
by l162
· 5 years ago
920d028
Typo correction: "they code" -> "the code".
by Johnathan Van Why
· 5 years ago
3d09b3e
Document several factors constraining `libtock_core`'s design.
by Johnathan Van Why
· 5 years ago
998099d
Merge #244
by bors[bot]
· 5 years ago
3b696e0
Merge pull request #243 from jrvanwhy/rm-travis
by Hudson Ayers
· 5 years ago
074fa7d
Make binaries specify their stack size using a new stack_size!{} macro.
by Johnathan Van Why
· 5 years ago
c192049
Merge #239
by bors[bot]
· 5 years ago
7a20e3a
Remove the Travis config.
by Johnathan Van Why
· 5 years ago
4ad920d
examples-features/ctap.rs: Add a warning at the top of the file
by Alistair Francis
· 5 years ago
43b96db
Cargo.toml: Overwrite the log crate
by Alistair Francis
· 5 years ago
8f6d240
examples-features/ctap: Add prints to unimplemented functions
by Alistair Francis
· 5 years ago
3e75f95
examples-features/ctap: Don't call unwarp() in callbacks
by Alistair Francis
· 5 years ago
142290d
examples-features/ctap: Add support for locate_credentials
by Alistair Francis
· 5 years ago
b541b34
examples-features/ctap: Add support for sign and attest
by Alistair Francis
· 5 years ago
ed5f9cb
examples-features/ctap: Add support for creating credentials
by Alistair Francis
· 5 years ago
bcb5141
examples-features/ctap: Add the PrivateKey type
by Alistair Francis
· 5 years ago
fd050a1
examples-features/ctap: Require Hmac driver for CtapPlatform
by Alistair Francis
· 5 years ago
3dd1a1b
examples-features/ctap: Fully implement HmacKeyCredential
by Alistair Francis
· 5 years ago
67f3e5f
examples-features: Add a full CTAP example
by Alistair Francis
· 5 years ago
77b6e8c
Merge #242
by bors[bot]
· 5 years ago
f16435b
Merge #241
by bors[bot]
· 5 years ago
686bab9
Make the GitHub actions that Bors relies on run on the staging and trying branches.
by Johnathan Van Why
· 5 years ago
cb323d4
Add the .sdata section to the app binary.
by Johnathan Van Why
· 5 years ago
d836173
Configure Bors to use GitHub Actions rather than Travis checks.
by Johnathan Van Why
· 5 years ago
ebd7503
Merge pull request #235 from alistair23/alistair/println
by Johnathan Van Why
· 5 years ago
72f2e48
Merge pull request #237 from alistair23/alistair/hmac
by Johnathan Van Why
· 5 years ago
bdb1884
console: Print a warning if a print is lost
by Alistair Francis
· 5 years ago
d8e6487
console: Ensure only 1 console exists at a time
by Alistair Francis
· 5 years ago
e5f74c3
console: Add support for println! and print!
by Alistair Francis
· 5 years ago
914ef89
hmac: Implement Deref and DerefMut for the HMAC buffers
by Alistair Francis
· 5 years ago
05ac22a
Merge pull request #238 from alistair23/alistair/opentitan
by Johnathan Van Why
· 5 years ago
1e1a797
Merge pull request #234 from alistair23/alistair/ctap
by Johnathan Van Why
· 5 years ago
e257791
boards/layout_opentitan.ld: Update memory addresses
by Alistair Francis
· 5 years ago
818d37b
Merge pull request #236 from alistair23/alistair/tock-bump
by Johnathan Van Why
· 5 years ago
b41f354
examples: Add support for a simple CTAP example
by Alistair Francis
· 5 years ago
0f7416e
ctap: Add support for the CTAP driver
by Alistair Francis
· 5 years ago
3278784
tock: Bump to the latest commit
by Alistair Francis
· 5 years ago
3cee597
Merge #233
by bors[bot]
· 5 years ago
d67a776
Cargo.toml: Bump the serde crate
by Alistair Francis
· 5 years ago
d399b9d
Merge #231
by bors[bot]
· 5 years ago
4a584df
Merge #230
by bors[bot]
· 5 years ago
c0ae936
Merge #232
by bors[bot]
· 5 years ago
1bb5e54
update tock submodule
by Hudson Ayers
· 5 years ago
e53bb53
fixed typo in phony declaration
by hotschi
· 5 years ago
9e00ef6
Remove Allowed::replace and Allowed::take.
by Johnathan Van Why
· 5 years ago
f6cd66b
add support for the MSP432 platform
by hotschi
· 5 years ago
b13550b
Merge #222
by bors[bot]
· 5 years ago
17513eb
Make Allowed require Copy and remove all the Drop-related complexity.
by Johnathan Van Why
· 5 years ago
704272c
Merge #229
by bors[bot]
· 5 years ago
773433d
Merge #221
by bors[bot]
· 5 years ago
039d022
Merge #228
by bors[bot]
· 5 years ago
32569ba
Set the artifacts workflow to only run when `master` is pushed to.
by Johnathan Van Why
· 5 years ago
7ca6f1b
Merge branch 'master' into syscalls
by Johnathan Van Why
· 5 years ago
c6e59f2
Merge branch 'master' into allowed
by Johnathan Van Why
· 5 years ago
f46a238
Add a Continuous Integration GitHub Action.
by Johnathan Van Why
· 5 years ago
62346d2
Merge #223
by bors[bot]
· 5 years ago
86c3690
Merge #226
by bors[bot]
· 5 years ago
3cbb114
Fix the broken Travis CI:
by Johnathan Van Why
· 5 years ago
75f03d9
Merge pull request #210 from alistair23/alistair/artifacts
by Johnathan Van Why
· 5 years ago
87518f9
.github: Build artifacts as part of workflow
by Alistair Francis
· 5 years ago
b961f68
tock: Update the Tock kernel submodule
by Alistair Francis
· 5 years ago
244b68e
Add the ErrorCode type to libtock_platform.
by Johnathan Van Why
· 5 years ago
5824434
Add the Allowed type to libtock_platform.
by Johnathan Van Why
· 5 years ago
c8b67fd
Add the `Syscalls` trait to `libtock_platform`.
by Johnathan Van Why
· 5 years ago
e9a95ce
Merge pull request #220 from jrvanwhy/platform-crate
by Brad Campbell
· 5 years ago
e913a76
Merge pull request #215 from jrvanwhy/code-review
by Brad Campbell
· 5 years ago
ac83d58
Mention the Code Review document in CONTRIBUTING, and add some clarifications to the code review document.
by Johnathan Van Why
· 5 years ago
988305c
Add the `libtock_platform` crate.
by Johnathan Van Why
· 5 years ago
c2a1618
Merge #218
by bors[bot]
· 5 years ago
bd7dad2
Adjust the setup-qemu and test-qemu-hifive make actions to work with the new tock version.
by Johnathan Van Why
· 5 years ago
e46f3b3
Merge #207
by bors[bot]
· 5 years ago
a5e2164
Merge #213
by bors[bot]
· 5 years ago
3a786cb
Add a code review policy that clarifies:
by Johnathan Van Why
· 5 years ago
4e11e25
Merge #208
by bors[bot]
· 5 years ago
ec65991
update comments for 'hello_world' example
by JOE1994
· 5 years ago
732da3e
Merge #214
by bors[bot]
· 5 years ago
8d167dd
faster zeroing of .bss
by JOE1994
· 5 years ago
7aa6cb3
comment on where to look to view 'Hello World' message
by JOE1994
· 5 years ago
53f0da7
Merge #212
by bors[bot]
· 5 years ago
d1ec41e
copy byte slice instead of cloning byte-by-byte
by JOE1994
· 5 years ago
974b17c
Merge #190
by bors[bot]
· 5 years ago
828c19d
Merge #205
by bors[bot]
· 5 years ago
504d03b
Merge branch 'master' into imxrt1050
by Vochescu Alexandru
· 5 years ago
cf2a543
Merge #191
by bors[bot]
· 5 years ago
c574899
s/alloc_init()/libtock_alloc_init()/g
by Guillaume Endignoux
· 5 years ago
944b63e
Implement an alloc_init feature to allow initializing custom allocators.
by Guillaume Endignoux
· 5 years ago
f017376
linker: use lowercase _sram_origin
by Brad Campbell
· 5 years ago
c6ca24c
Removing blank space
by Vochescu Alexandru
· 5 years ago
134c42e
Merge branch 'master' into imxrt1050
by Vochescu Alexandru
· 5 years ago
b65c3c8
Merge branch 'master' into subw-fix
by Vochescu Alexandru
· 5 years ago
69feebe
Forcing T4 encoding
by Vochescu Alexandru
· 5 years ago
Next »