- dbf0528 i2c_master: Initial commit by Alistair Francis · 4 years, 2 months ago
- f99feff i2c: Rename to i2c_master_slave to match Tocks names by Alistair Francis · 4 years, 2 months ago
- 3cc371a i2c: Add support for the I2C interface by Alistair Francis · 4 years, 3 months ago
- beb2512 gyro by l162 · 4 years, 3 months ago
- ebd7503 Merge pull request #235 from alistair23/alistair/println by Johnathan Van Why · 4 years, 3 months ago
- bdb1884 console: Print a warning if a print is lost by Alistair Francis · 4 years, 4 months ago
- d8e6487 console: Ensure only 1 console exists at a time by Alistair Francis · 4 years, 4 months ago
- e5f74c3 console: Add support for println! and print! by Alistair Francis · 4 years, 4 months ago
- 914ef89 hmac: Implement Deref and DerefMut for the HMAC buffers by Alistair Francis · 4 years, 4 months ago
- 0f7416e ctap: Add support for the CTAP driver by Alistair Francis · 4 years, 4 months ago
- d1ec41e copy byte slice instead of cloning byte-by-byte by JOE1994 · 4 years, 6 months ago
- 3d43eaa Update the Rust toolchain to nightly-2020-06-10. by Johnathan Van Why · 4 years, 7 months ago
- be40918 hmac: Add support fot the hmac driver by Alistair Francis · 4 years, 10 months ago
- ce2bc6a Explicitly return DriversAlreadyTakenError by Woyten · 5 years 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, 10 months ago
- 190adff Move result to libtock-rs by Woyten · 4 years, 10 months ago
- a3d10cb Split out libtock_core by Woyten · 4 years, 10 months ago
- 2efe8c4 Do nothing but yielding in error handlers (saves roughly 1150 bytes) by Woyten · 4 years, 10 months ago
- 6271253 Merge #125 by bors[bot] · 4 years, 11 months ago
- dc326a4 Let factories consume &mut self instead of self by torfmaster · 4 years, 11 months ago
- 5ce6338 alloc: Yield on a panic by Alistair Francis · 4 years, 11 months ago
- c1ba255 lang_items: Yield on a panic by Alistair Francis · 4 years, 11 months ago
- 65c3b4a Use bss_end for the actual start of the app heap by Laura Abbott · 4 years, 11 months ago
- 0ab5d2d Merge #147 by bors[bot] · 4 years, 11 months ago
- 76c8194 Make ble scanning driver asynchronuous by torfmaster · 4 years, 11 months ago
- b49dd52 Work around Option::take with static muts no longer working on new toolchain 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
- 48720a1 Fix handling of panics by Woyten · 5 years ago
- 556a45c Restructure libtock hardware test by Woyten · 5 years ago
- d476883 Enable heap only on demand by Woyten · 5 years ago
- bc3f349 Merge #136 by bors[bot] · 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
- 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
- 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
- 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
- 5952a7b Remove default implementations for drivers 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
- 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
- 595d9c6 Add ble scanning driver to drivers object by torfmaster · 5 years ago
- 1767981 Add ble advertising driver to drivers object. by torfmaster · 5 years ago
- 0c1aead Add rng driver to drivers object by torfmaster · 5 years ago
- ce17e4c Move adc driver to drivers object by torfmaster · 5 years ago
- d721a44 Add button driver to drivers object by torfmaster · 5 years ago
- 8f52a64 Put temperature driver to driver singleton by torfmaster · 5 years ago
- d03f0f4 Add gpio to drivers singleton by torfmaster · 5 years ago
- 38727a1 Add timer to Hardware struct 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
- 3ac708c Fix off by one error by torfmaster · 5 years ago
- f6244a1 Remove unstable offset_from feature. by torfmaster · 5 years ago
- a8af2c3 Merge #127 by bors[bot] · 5 years ago
- 9785f9a Remove intrinsics by torfmaster · 5 years ago
- 9407569 Make raw commands unsafe by torfmaster · 5 years ago
- e6c4ecb Enable clippy and fix lints by torfmaster · 5 years ago
- 9208ae6 Restructure entry point - put architecture dependent code in separate files by torfmaster · 5 years ago
- ea6448d Remove unwraps in alloc error handler by Woyten · 5 years ago
- 03e7047 Remove unwraps in panic handler. by torfmaster · 5 years ago
- 5a9af27 De-duplicate code by torfmaster · 5 years ago
- c032a64 Remove unwraps by torfmaster · 5 years ago
- 37b412c Use for loop by torfmaster · 5 years ago
- 5994dc1 Remove unused error types by torfmaster · 5 years ago
- 71d3245 Review comments by torfmaster · 5 years ago
- 4c05942 Use constant from result by torfmaster · 5 years ago
- 1b67e7b Return an error in case of already taken driver. by torfmaster · 5 years ago
- 80ce1c3 Fix doc tests by torfmaster · 5 years ago
- 6ecb72f Rename parallel_sleep to sleep by torfmaster · 5 years ago
- f7ac7c9 Add parallel timer - add example how to use it by torfmaster · 5 years ago
- 8bedbd7 Deny warnings in test code on travis by Woyten · 5 years ago
- fd61b67 Make cargo test work by Woyten · 5 years ago
- 4f63b01 Fix src/led.rs so panic!() doesn't infinitely recurse. by Johnathan Van Why · 5 years ago
- e3b684a Simplify start lang item by torfmaster · 5 years ago
- b06f637 Re-export main macro by torfmaster · 5 years ago
- 7a18588 Create crate attribute for an async libtock main by torfmaster · 5 years ago
- 7cc4a23 Fix clippy warning by Woyten · 5 years ago
- 22bc254 Strict usage of TockResult by Woyten · 5 years ago
- e99d0ad Add comment on export_name by Woyten · 5 years ago
- 390cb0b Review comments by Woyten · 5 years ago
- 19c478d block_on is unsafe by Woyten · 5 years ago