1. dbf0528 i2c_master: Initial commit by Alistair Francis · 4 years, 2 months ago
  2. f99feff i2c: Rename to i2c_master_slave to match Tocks names by Alistair Francis · 4 years, 2 months ago
  3. 3cc371a i2c: Add support for the I2C interface by Alistair Francis · 4 years, 3 months ago
  4. beb2512 gyro by l162 · 4 years, 3 months ago
  5. ebd7503 Merge pull request #235 from alistair23/alistair/println by Johnathan Van Why · 4 years, 3 months ago
  6. bdb1884 console: Print a warning if a print is lost by Alistair Francis · 4 years, 4 months ago
  7. d8e6487 console: Ensure only 1 console exists at a time by Alistair Francis · 4 years, 4 months ago
  8. e5f74c3 console: Add support for println! and print! by Alistair Francis · 4 years, 4 months ago
  9. 914ef89 hmac: Implement Deref and DerefMut for the HMAC buffers by Alistair Francis · 4 years, 4 months ago
  10. 0f7416e ctap: Add support for the CTAP driver by Alistair Francis · 4 years, 4 months ago
  11. d1ec41e copy byte slice instead of cloning byte-by-byte by JOE1994 · 4 years, 6 months ago
  12. 3d43eaa Update the Rust toolchain to nightly-2020-06-10. by Johnathan Van Why · 4 years, 7 months ago
  13. be40918 hmac: Add support fot the hmac driver by Alistair Francis · 4 years, 10 months ago
  14. ce2bc6a Explicitly return DriversAlreadyTakenError by Woyten · 5 years ago
  15. 3505da5 Remove architecture checks in libtock-rs by Woyten · 4 years, 10 months ago
  16. c9745fd Remove the async-support crate by Woyten · 4 years, 10 months ago
  17. 043ce90 Move allocator to libtock_core by Woyten · 4 years, 10 months ago
  18. 190adff Move result to libtock-rs by Woyten · 4 years, 10 months ago
  19. a3d10cb Split out libtock_core by Woyten · 4 years, 10 months ago
  20. 2efe8c4 Do nothing but yielding in error handlers (saves roughly 1150 bytes) by Woyten · 4 years, 10 months ago
  21. 6271253 Merge #125 by bors[bot] · 4 years, 11 months ago
  22. dc326a4 Let factories consume &mut self instead of self by torfmaster · 4 years, 11 months ago
  23. 5ce6338 alloc: Yield on a panic by Alistair Francis · 4 years, 11 months ago
  24. c1ba255 lang_items: Yield on a panic by Alistair Francis · 4 years, 11 months ago
  25. 65c3b4a Use bss_end for the actual start of the app heap by Laura Abbott · 4 years, 11 months ago
  26. 0ab5d2d Merge #147 by bors[bot] · 4 years, 11 months ago
  27. 76c8194 Make ble scanning driver asynchronuous by torfmaster · 4 years, 11 months ago
  28. b49dd52 Work around Option::take with static muts no longer working on new toolchain by Woyten · 5 years ago
  29. 7b00723 Work around linker problem by Woyten · 5 years ago
  30. 4bd7237 Use the absolute addresses for calculation in entry assembly by Laura Abbott · 5 years ago
  31. 48720a1 Fix handling of panics by Woyten · 5 years ago
  32. 556a45c Restructure libtock hardware test by Woyten · 5 years ago
  33. d476883 Enable heap only on demand by Woyten · 5 years ago
  34. bc3f349 Merge #136 by bors[bot] · 5 years ago
  35. 64c909b Change RISC-V register names in clobbers. by Cliff L. Biffle · 5 years ago
  36. 672b543 Create syscall recorder and write first test by torfmaster · 5 years ago
  37. e22bc2b Review comments by Woyten · 5 years ago
  38. d007bb9 Remove SubscribableCallback by Woyten · 5 years ago
  39. b122620 More user-friendly method of how to use the Drivers struct by Woyten · 5 years ago
  40. 8d517b0 Use correct borrowing kind when initializing timer by Woyten · 5 years ago
  41. 4ceb6d5 Compile the entry point when using an IDE by Woyten · 5 years ago
  42. 141e48a Remove SubscribableCallback from ADC driver by Woyten · 5 years ago
  43. b18a193 Remove unnecessary dummy Libtock struct and add alloc_error example by Woyten · 5 years ago
  44. ad54969 Better temperature API by Woyten · 5 years ago
  45. b50a987 Better GPIO API by Woyten · 5 years ago
  46. 70c09f9 Better buttons and LEDs API by Woyten · 5 years ago
  47. 8c243cd Better suscription API by Woyten · 5 years ago
  48. 5952a7b Remove default implementations for drivers by torfmaster · 5 years ago
  49. 20894e0 Fix cycle_all_leds method by torfmaster · 5 years ago
  50. 48e175f Remove unnecessary default implementation for driver by torfmaster · 5 years ago
  51. 2a1cc06 Fix code style by torfmaster · 5 years ago
  52. 0f902f4 Establish a pattern for led driver. by torfmaster · 5 years ago
  53. 97c5e72 Use #[non_exhaustive] to make individual structs non-constructible by torfmaster · 5 years ago
  54. b73c5ef Rename Hardware to Drivers by torfmaster · 5 years ago
  55. bf13a51 Restore mutability of references by torfmaster · 5 years ago
  56. 9d7ff2a Harmonize names of driver-related constants by torfmaster · 5 years ago
  57. f48cb68 Update changelog and documentation by torfmaster · 5 years ago
  58. aeccf75 Add non-exhaustive attribute to Hardware by torfmaster · 5 years ago
  59. 0ab4012 Make delay and subscription use of timer driver mutually exclusive by torfmaster · 5 years ago
  60. d1db751 Migrate sensors to drivers object by torfmaster · 5 years ago
  61. 595d9c6 Add ble scanning driver to drivers object by torfmaster · 5 years ago
  62. 1767981 Add ble advertising driver to drivers object. by torfmaster · 5 years ago
  63. 0c1aead Add rng driver to drivers object by torfmaster · 5 years ago
  64. ce17e4c Move adc driver to drivers object by torfmaster · 5 years ago
  65. d721a44 Add button driver to drivers object by torfmaster · 5 years ago
  66. 8f52a64 Put temperature driver to driver singleton by torfmaster · 5 years ago
  67. d03f0f4 Add gpio to drivers singleton by torfmaster · 5 years ago
  68. 38727a1 Add timer to Hardware struct by torfmaster · 5 years ago
  69. 63b0ad2 Make led driver a singleton by torfmaster · 5 years ago
  70. 695326c Make console only constructible from Hardware singleton by torfmaster · 5 years ago
  71. 3ac708c Fix off by one error by torfmaster · 5 years ago
  72. f6244a1 Remove unstable offset_from feature. by torfmaster · 5 years ago
  73. a8af2c3 Merge #127 by bors[bot] · 5 years ago
  74. 9785f9a Remove intrinsics by torfmaster · 5 years ago
  75. 9407569 Make raw commands unsafe by torfmaster · 5 years ago
  76. e6c4ecb Enable clippy and fix lints by torfmaster · 5 years ago
  77. 9208ae6 Restructure entry point - put architecture dependent code in separate files by torfmaster · 5 years ago
  78. ea6448d Remove unwraps in alloc error handler by Woyten · 5 years ago
  79. 03e7047 Remove unwraps in panic handler. by torfmaster · 5 years ago
  80. 5a9af27 De-duplicate code by torfmaster · 5 years ago
  81. c032a64 Remove unwraps by torfmaster · 5 years ago
  82. 37b412c Use for loop by torfmaster · 5 years ago
  83. 5994dc1 Remove unused error types by torfmaster · 5 years ago
  84. 71d3245 Review comments by torfmaster · 5 years ago
  85. 4c05942 Use constant from result by torfmaster · 5 years ago
  86. 1b67e7b Return an error in case of already taken driver. by torfmaster · 5 years ago
  87. 80ce1c3 Fix doc tests by torfmaster · 5 years ago
  88. 6ecb72f Rename parallel_sleep to sleep by torfmaster · 5 years ago
  89. f7ac7c9 Add parallel timer - add example how to use it by torfmaster · 5 years ago
  90. 8bedbd7 Deny warnings in test code on travis by Woyten · 5 years ago
  91. fd61b67 Make cargo test work by Woyten · 5 years ago
  92. 4f63b01 Fix src/led.rs so panic!() doesn't infinitely recurse. by Johnathan Van Why · 5 years ago
  93. e3b684a Simplify start lang item by torfmaster · 5 years ago
  94. b06f637 Re-export main macro by torfmaster · 5 years ago
  95. 7a18588 Create crate attribute for an async libtock main by torfmaster · 5 years ago
  96. 7cc4a23 Fix clippy warning by Woyten · 5 years ago
  97. 22bc254 Strict usage of TockResult by Woyten · 5 years ago
  98. e99d0ad Add comment on export_name by Woyten · 5 years ago
  99. 390cb0b Review comments by Woyten · 5 years ago
  100. 19c478d block_on is unsafe by Woyten · 5 years ago