1. 074fa7d Make binaries specify their stack size using a new stack_size!{} macro. by Johnathan Van Why · 4 years, 3 months ago
  2. e5f74c3 console: Add support for println! and print! by Alistair Francis · 4 years, 4 months ago
  3. b122620 More user-friendly method of how to use the Drivers struct by Woyten · 5 years ago
  4. 8d517b0 Use correct borrowing kind when initializing timer by Woyten · 5 years ago
  5. 70c09f9 Better buttons and LEDs API by Woyten · 5 years ago
  6. b73c5ef Rename Hardware to Drivers by torfmaster · 5 years ago
  7. d721a44 Add button driver to drivers object by torfmaster · 5 years ago
  8. 38727a1 Add timer to Hardware struct by torfmaster · 5 years ago
  9. 63b0ad2 Make led driver a singleton by torfmaster · 5 years ago
  10. 695326c Make console only constructible from Hardware singleton by torfmaster · 5 years ago
  11. e6c4ecb Enable clippy and fix lints by torfmaster · 5 years ago
  12. b2d29d4 Remove some unwraps by torfmaster · 5 years ago
  13. 1b67e7b Return an error in case of already taken driver. by torfmaster · 5 years ago
  14. 6ecb72f Rename parallel_sleep to sleep by torfmaster · 5 years ago
  15. f7ac7c9 Add parallel timer - add example how to use it by torfmaster · 5 years ago
  16. b06f637 Re-export main macro by torfmaster · 5 years ago
  17. 3d60524 Use TockResult by torfmaster · 5 years ago
  18. 7a18588 Create crate attribute for an async libtock main by torfmaster · 5 years ago
  19. 22bc254 Strict usage of TockResult by Woyten · 5 years ago
  20. d5db030 Make main function async by torfmaster · 5 years ago
  21. 5349398 Remove sleep_sync. by torfmaster · 5 years ago
  22. cd7597d Add general purpose waiting future by Woyten · 5 years ago
  23. c84685a Change crate name to libtock. by torfmaster · 6 years ago
  24. 43744a9 Remove fmt module by Woyten · 6 years ago
  25. 30fc95b Use Rust 2018 edition by Woyten · 6 years ago
  26. d233968 Make some APIs more fluent by Woyten · 7 years ago
  27. 0833a04 Fix subscription part of #33 by Woyten · 7 years ago
  28. f83c869 Rework callbacks and subscriptions concept by Woyten · 7 years ago
  29. 9567d79 Rework timer API by Woyten · 7 years ago
  30. d81a0c6 Add iter_mut() on Buttons by Woyten · 7 years ago
  31. a59a7e2 Buttons with Rust closures by Woyten · 7 years ago