1. b122620 More user-friendly method of how to use the Drivers struct by Woyten · 5 years ago
  2. 8d517b0 Use correct borrowing kind when initializing timer by Woyten · 5 years ago
  3. b50a987 Better GPIO API by Woyten · 5 years ago
  4. b73c5ef Rename Hardware to Drivers by torfmaster · 5 years ago
  5. bf13a51 Restore mutability of references by torfmaster · 5 years ago
  6. d03f0f4 Add gpio to drivers singleton by torfmaster · 5 years ago
  7. 38727a1 Add timer to Hardware struct by torfmaster · 5 years ago
  8. 1b67e7b Return an error in case of already taken driver. by torfmaster · 5 years ago
  9. 6ecb72f Rename parallel_sleep to sleep by torfmaster · 5 years ago
  10. f7ac7c9 Add parallel timer - add example how to use it by torfmaster · 5 years ago
  11. b06f637 Re-export main macro by torfmaster · 5 years ago
  12. 3d60524 Use TockResult by torfmaster · 5 years ago
  13. 7a18588 Create crate attribute for an async libtock main by torfmaster · 5 years ago
  14. 22bc254 Strict usage of TockResult by Woyten · 5 years ago
  15. 193a7af Remove unnecessary usages of executor::block_on by Woyten · 5 years ago
  16. d5db030 Make main function async by torfmaster · 5 years ago
  17. 5349398 Remove sleep_sync. by torfmaster · 5 years ago
  18. cd7597d Add general purpose waiting future by Woyten · 5 years ago
  19. c84685a Change crate name to libtock. by torfmaster · 6 years ago
  20. 30fc95b Use Rust 2018 edition by Woyten · 6 years ago
  21. 9567d79 Rework timer API by Woyten · 7 years ago
  22. 595f72f Make GPIO examples work by Woyten · 7 years ago
  23. e5f9cd5 Add Led abstraction by Woyten · 7 years ago
  24. 5391163 Add ShiftRegister abstraction by Woyten · 7 years ago