- dbf0528 i2c_master: Initial commit by Alistair Francis · 4 years, 3 months ago
- f99feff i2c: Rename to i2c_master_slave to match Tocks names by Alistair Francis · 4 years, 3 months ago
- 3cc371a i2c: Add support for the I2C interface by Alistair Francis · 4 years, 3 months ago
- 0f7416e ctap: Add support for the CTAP driver by Alistair Francis · 4 years, 4 months ago
- be40918 hmac: Add support fot the hmac driver by Alistair Francis · 4 years, 10 months ago
- 3505da5 Remove architecture checks in libtock-rs by Woyten · 4 years, 10 months ago
- c9745fd Remove the async-support crate by Woyten · 4 years, 10 months ago
- 043ce90 Move allocator to libtock_core by Woyten · 4 years, 11 months ago
- 190adff Move result to libtock-rs by Woyten · 4 years, 11 months ago
- a3d10cb Split out libtock_core by Woyten · 4 years, 11 months ago
- d476883 Enable heap only on demand by Woyten · 5 years ago
- b122620 More user-friendly method of how to use the Drivers struct by Woyten · 5 years ago
- 4ceb6d5 Compile the entry point when using an IDE by Woyten · 5 years ago
- b18a193 Remove unnecessary dummy Libtock struct and add alloc_error example 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
- 0f902f4 Establish a pattern for led driver. by torfmaster · 5 years ago
- b73c5ef Rename Hardware to Drivers by torfmaster · 5 years ago
- 63b0ad2 Make led driver a singleton by torfmaster · 5 years ago
- 695326c Make console only constructible from Hardware singleton by torfmaster · 5 years ago
- f6244a1 Remove unstable offset_from feature. by torfmaster · 5 years ago
- 9785f9a Remove intrinsics by torfmaster · 5 years ago
- fd61b67 Make cargo test work by Woyten · 5 years ago
- e3b684a Simplify start lang item by torfmaster · 5 years ago
- b06f637 Re-export main macro by torfmaster · 5 years ago
- 0b88228 Move platform-specific syscalls modules into separate files by Woyten · 5 years ago
- 1981871 Stop relying on atomics in the allocator by Woyten · 5 years ago
- cd7597d Add general purpose waiting future by Woyten · 5 years ago
- 4750ae2 Merge pull request #96 from gendx/add-memop by Johnathan Van Why · 5 years ago
- 3045e24 Add a memop module defining safe abstractions over syscall::memop. by Guillaume Endignoux · 5 years ago
- 1292483 Merge pull request #89 from gendx/add-rng by Johnathan Van Why · 5 years ago
- 70c111c Use the no-field syntax instead of empty braces. by Guillaume Endignoux · 5 years ago
- 41da6e9 Add panic example app, to test the effects of userspace panics. by Guillaume Endignoux · 5 years ago
- b091442 Add support for the RNG capsule, and a blink_random example app. by Guillaume Endignoux · 5 years ago
- 6acae06 riscv32: Initial support of RISC-V by Alistair Francis · 5 years ago
- 0229d87 Update Rust to nightly-2019-09-19. by Johnathan Van Why · 5 years ago
- 301e215 Merge pull request #76 from torfmaster/syscall by Woyten · 6 years ago
- 18746e4 Add ADC support implementation by Felix Obenhuber · 6 years ago
- bb88445 Sane usage of linked list allocator by Woyten · 6 years ago
- 9dee3c0 Do not export macros of alloc crate by Woyten · 6 years ago
- 43744a9 Remove fmt module by Woyten · 6 years ago
- 30340ed Remove the IPC drivers and test infrastructure. by Johnathan Van Why · 6 years ago
- 55420c4 Merge pull request #61 from jrvanwhy/unwind-symbols by torfmaster · 6 years ago
- 5d73937 Add ARM EABI unwinding symbols to avoid linker errors. by Johnathan Van Why · 6 years ago
- 010c2ac Refactor/clean up the entry point, to make future modifications easier. by Johnathan Van Why · 6 years ago
- 17e0144 Update Rust version by Woyten · 6 years ago
- 012fe57 Update Rust version by Woyten · 6 years ago
- 090398c Implement creation of ble payload in userland by Philipp Vollmer · 7 years ago
- 6f7b3f0 Update to current nightly by Woyten · 7 years ago
- 3fa1e25 Read stack size from text section by Woyten · 7 years ago
- 519ee09 attr_literals feature is not needed? by Woyten · 7 years ago
- 742eed9 Checkpoint by Philipp Vollmer · 7 years ago
- ae1bb89 Compile without Xargo by Woyten · 7 years ago
- 83a2094 New rustfmt rules by Woyten · 7 years ago
- 569d6d5 Remove PhantomTypes by Woyten · 7 years ago
- 4519092 Add handle for allowed buffers. by Philipp Vollmer · 7 years ago
- f83c869 Rework callbacks and subscriptions concept by Woyten · 7 years ago
- e4c5720 Add IPC support by Philipp Vollmer · 7 years ago
- c7eec1f Introduce new generic callback structure by Philipp Vollmer · 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
- 8b27c99 Make heap great again by Philipp Vollmer · 7 years ago
- cffec31 Link _start function to .start section 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
- 7958d43 Rename TockResult to TockValue by Woyten · 7 years ago
- 01f23d8 Add first unit test by Philipp Vollmer · 7 years ago
- a59a7e2 Buttons with Rust closures by Woyten · 7 years ago
- e04578a Add BLE advertising support by Philipp Vollmer · 7 years ago
- 7037cf7 Start work on button support by Woyten · 7 years ago
- 51948b0 Add GPIO support by Philipp Vollmer · 7 years ago
- ee88289 Simplify method signatures 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
- 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
- 3ed6070 Fix heap allocator by Amit Aryeh Levy · 7 years ago
- 02d4a4a IPC by Amit Aryeh Levy · 7 years ago
- cf806da ninedof sensor by Amit Aryeh Levy · 7 years ago
- 3905809 checkpoint by Amit Aryeh Levy · 7 years ago
- 39b8dd6 checkpoint by Amit Aryeh Levy · 7 years ago
- b052ef3 progress by Amit Aryeh Levy · 7 years ago
- 70690fd Add primitive heap by Amit Aryeh Levy · 8 years ago
- 5470ee4 implement the `start` lang item by Jorge Aparicio · 8 years ago
- 8ef5d40 libtock-ify by Amit Aryeh Levy · 8 years ago