Sign in
opensecura
/
3p
/
tock
/
libtock-rs
/
ae1bb89c667e3f30eceaba4b1ebc24e18ce7812f
ae1bb89
Compile without Xargo
by Woyten
· 7 years ago
5c30b19
Match future toolchain of Tock OS
by Woyten
· 7 years ago
34224fa
Merge pull request #39 from anotherthomas/master
by torfmaster
· 7 years ago
d32f6d2
removed unneeded feature.
by Thomas Fenzl
· 7 years ago
531cb12
Added example connecting leds to buttons.
by Thomas Fenzl
· 7 years ago
66acf90
Merge pull request #38 from torfmaster/bugfix/dont-discard-timer
by Woyten
· 7 years ago
facdabb
Extract timer into variable so subscription doesn't get dropped.
by Philipp Vollmer
· 7 years ago
968a3fe
Merge pull request #35 from torfmaster/bugfix/consume-mut-callbacks
by Amit Levy
· 7 years ago
de86c43
Cleanup/Review comments
by Woyten
· 7 years ago
d233968
Make some APIs more fluent
by Woyten
· 7 years ago
3ecca2d
Remove unsafe SubscribeInfo
by Woyten
· 7 years ago
0833a04
Fix subscription part of #33
by Woyten
· 7 years ago
4eb0fed
Merge pull request #34 from not-an-aardvark/update-readme
by Amit Levy
· 7 years ago
bc37685
Improve installation instructions
by Teddy Katz
· 7 years ago
b92181e
Merge pull request #29 from torfmaster/feature/doc-update
by Amit Levy
· 7 years ago
209e318
Added a quick-start section to the readme.
by Philipp Vollmer
· 7 years ago
44dc9d6
Merge pull request #31 from torfmaster/feature/updates
by torfmaster
· 7 years ago
2ccbd6f
Update RLS
by Woyten
· 7 years ago
9474bd8
Update Tock
by Woyten
· 7 years ago
dc3945e
Update xargo
by Woyten
· 7 years ago
651ce23
Merge pull request #30 from torfmaster/bugfix/fix-versions
by Woyten
· 7 years ago
eb22045
Change formatting according to rustfmt
by Philipp Vollmer
· 7 years ago
d8ffbb7
Change versions in Cargo.toml to fixed versions.
by Philipp Vollmer
· 7 years ago
6be1bb0
Merge pull request #22 from tock/new-blink
by torfmaster
· 7 years ago
0537416
blink: match c version
by Brad Campbell
· 7 years ago
36a1a53
Merge pull request #26 from torfmaster/cleanup
by Amit Levy
· 7 years ago
83a2094
New rustfmt rules
by Woyten
· 7 years ago
3b0f36b
Improve syscalls API
by Woyten
· 7 years ago
569d6d5
Remove PhantomTypes
by Woyten
· 7 years ago
fbf1ffc
Update build badge
by Woyten
· 7 years ago
4cf389c
Merge pull request #25 from torfmaster/feature/check-formatting
by Amit Levy
· 7 years ago
ab6709f
Check correct formatting
by Woyten
· 7 years ago
4b0af4d
Merge pull request #21 from tock/update-readme
by Woyten
· 7 years ago
b94d6e7
update readme
by Brad Campbell
· 7 years ago
c242e7f
Merge pull request #18 from torfmaster/feature/lld
by Amit Levy
· 7 years ago
6b8d2aa
Merge pull request #17 from torfmaster/feature/new-allow
by Amit Levy
· 7 years ago
ddbfaa1
Use new subscription structure for ipc.
by Philipp Vollmer
· 7 years ago
697dd09
Minor fixup.
by Philipp Vollmer
· 7 years ago
8d0de9b
Change unsubscribe method to new "subscribe" interface.
by Philipp Vollmer
· 7 years ago
4519092
Add handle for allowed buffers.
by Philipp Vollmer
· 7 years ago
23033ce
Simplify example scripts
by Woyten
· 7 years ago
bb68623
Use LLD instead of arm-none-eabi-ld
by Woyten
· 7 years ago
cebf425
Merge pull request #15 from torfmaster/feature/hardware-tests
by Amit Levy
· 7 years ago
9c366f2
Add ipc test
by Philipp Vollmer
· 7 years ago
afa77c4
Merge pull request #14 from torfmaster/bugfix/ipc-buffers
by Amit Levy
· 7 years ago
9f596f3
Change message type to slice for safety reasons.
by Philipp Vollmer
· 7 years ago
06944b5
Merge pull request #13 from torfmaster/master
by Amit Levy
· 7 years ago
b8f7789
Merge remote-tracking branch 'upstream/master'
by Woyten
· 7 years ago
60df051
Use linked list allocator on crates.io
by Woyten
· 7 years ago
097066b
Update tock
by Woyten
· 7 years ago
f83c869
Rework callbacks and subscriptions concept
by Woyten
· 7 years ago
349417d
Change ble examples to communicate via messagepack
by Philipp Vollmer
· 7 years ago
76c3f1c
Update to current nightly
by Philipp Vollmer
· 7 years ago
55570f2
Move to variable size payload
by Philipp Vollmer
· 7 years ago
fa109bf
Remove magical calculations from entry_point.rs
by Woyten
· 7 years ago
e4c5720
Add IPC support
by Philipp Vollmer
· 7 years ago
f8de19d
Merge pull request #11 from niklasad1/rust-toolchain-file
by Amit Levy
· 7 years ago
69781a6
Merge pull request #12 from niklasad1/dont-specify-dependencies-based-git-url
by Amit Levy
· 7 years ago
8071925
linked-list-alloc 0.5.0 break API
by niklasad1
· 7 years ago
2eda491
use rust-toolchain to specify toolchain version
by niklasad1
· 7 years ago
c7eec1f
Introduce new generic callback structure
by Philipp Vollmer
· 7 years ago
80dbde8
Speed up build by including xargo as a submodule
by Woyten
· 7 years ago
cd7c7fe
Remove all warnings and treat them as build errors
by Woyten
· 7 years ago
a231480
Add temperature support and example
by Philipp Vollmer
· 7 years ago
41b9135
Ble scanning
by Philipp Vollmer
· 7 years ago
9567d79
Rework timer API
by Woyten
· 7 years ago
7c907bc
Add service payload
by Philipp Vollmer
· 7 years ago
e05178d
Speed up build by including tock as a submodule
by Woyten
· 7 years ago
8b27c99
Make heap great again
by Philipp Vollmer
· 7 years ago
cffec31
Link _start function to .start section
by Woyten
· 7 years ago
af7bc52
Do not emit PIC info
by Woyten
· 7 years ago
cb665ee
Use linker script from latest tock version
by Woyten
· 7 years ago
5188f4f
Put heap on stack
by Woyten
· 7 years ago
7e09261
Fix signature of _start
by Woyten
· 7 years ago
eaf500a
Fix comment
by Woyten
· 7 years ago
d81a0c6
Add iter_mut() on Buttons
by Woyten
· 7 years ago
7958d43
Rename TockResult to TockValue
by Woyten
· 7 years ago
d7ab026
Add .travis.yml
by Philipp Vollmer
· 7 years ago
01f23d8
Add first unit test
by Philipp Vollmer
· 7 years ago
94d21ed
Force specific xargo and elf2tbf version
by Woyten
· 7 years ago
bf26fe3
Add skript to build all examples
by Woyten
· 7 years ago
a59a7e2
Buttons with Rust closures
by Woyten
· 7 years ago
e04578a
Add BLE advertising support
by Philipp Vollmer
· 7 years ago
714b346
Add gpio read support and example
by Philipp Vollmer
· 7 years ago
914e471
Format on save
by Woyten
· 7 years ago
01c529c
Find a toolchain that works for compilation and the RLS
by Woyten
· 7 years ago
28a380d
Adapt command "command" to current tock-abi
by Philipp Vollmer
· 7 years ago
617c080
Make synchronuous button access work
by Philipp Vollmer
· 7 years ago
7037cf7
Start work on button support
by Woyten
· 7 years ago
595f72f
Make GPIO examples work
by Woyten
· 7 years ago
51948b0
Add GPIO support
by Philipp Vollmer
· 7 years ago
ee88289
Simplify method signatures
by Woyten
· 7 years ago
e5f9cd5
Add Led abstraction
by Woyten
· 7 years ago
5391163
Add ShiftRegister abstraction
by Woyten
· 7 years ago
741bd3a
Format hex numbers and dump memory information on startup
by Woyten
· 7 years ago
ee604cf
Make hello example work by using a temporary decimal formatter
by Woyten
· 7 years ago
0e1f73e
Make hello example work partially
by Woyten
· 7 years ago
3597431
Flash LEDs when panicking
by Woyten
· 7 years ago
04661f2
Fix heap problems
by Woyten
· 7 years ago
ad1a857
Use most recent version of elf2tbf and comment out crashing code
by Woyten
· 7 years ago
Next »