1. dbf0528 i2c_master: Initial commit by Alistair Francis · 4 years, 3 months ago
  2. f99feff i2c: Rename to i2c_master_slave to match Tocks names by Alistair Francis · 4 years, 3 months ago
  3. 3cc371a i2c: Add support for the I2C interface by Alistair Francis · 4 years, 3 months ago
  4. 0f7416e ctap: Add support for the CTAP driver by Alistair Francis · 4 years, 4 months ago
  5. be40918 hmac: Add support fot the hmac driver by Alistair Francis · 4 years, 10 months ago
  6. 3505da5 Remove architecture checks in libtock-rs by Woyten · 4 years, 10 months ago
  7. c9745fd Remove the async-support crate by Woyten · 4 years, 10 months ago
  8. 043ce90 Move allocator to libtock_core by Woyten · 4 years, 11 months ago
  9. 190adff Move result to libtock-rs by Woyten · 4 years, 11 months ago
  10. a3d10cb Split out libtock_core by Woyten · 4 years, 11 months ago
  11. d476883 Enable heap only on demand by Woyten · 5 years ago
  12. b122620 More user-friendly method of how to use the Drivers struct by Woyten · 5 years ago
  13. 4ceb6d5 Compile the entry point when using an IDE by Woyten · 5 years ago
  14. b18a193 Remove unnecessary dummy Libtock struct and add alloc_error example by Woyten · 5 years ago
  15. 70c09f9 Better buttons and LEDs API by Woyten · 5 years ago
  16. 8c243cd Better suscription API by Woyten · 5 years ago
  17. 0f902f4 Establish a pattern for led driver. by torfmaster · 5 years ago
  18. b73c5ef Rename Hardware to Drivers by torfmaster · 5 years ago
  19. 63b0ad2 Make led driver a singleton by torfmaster · 5 years ago
  20. 695326c Make console only constructible from Hardware singleton by torfmaster · 5 years ago
  21. f6244a1 Remove unstable offset_from feature. by torfmaster · 5 years ago
  22. 9785f9a Remove intrinsics by torfmaster · 5 years ago
  23. fd61b67 Make cargo test work by Woyten · 5 years ago
  24. e3b684a Simplify start lang item by torfmaster · 5 years ago
  25. b06f637 Re-export main macro by torfmaster · 5 years ago
  26. 0b88228 Move platform-specific syscalls modules into separate files by Woyten · 5 years ago
  27. 1981871 Stop relying on atomics in the allocator by Woyten · 5 years ago
  28. cd7597d Add general purpose waiting future by Woyten · 5 years ago
  29. 4750ae2 Merge pull request #96 from gendx/add-memop by Johnathan Van Why · 5 years ago
  30. 3045e24 Add a memop module defining safe abstractions over syscall::memop. by Guillaume Endignoux · 5 years ago
  31. 1292483 Merge pull request #89 from gendx/add-rng by Johnathan Van Why · 5 years ago
  32. 70c111c Use the no-field syntax instead of empty braces. by Guillaume Endignoux · 5 years ago
  33. 41da6e9 Add panic example app, to test the effects of userspace panics. by Guillaume Endignoux · 5 years ago
  34. b091442 Add support for the RNG capsule, and a blink_random example app. by Guillaume Endignoux · 5 years ago
  35. 6acae06 riscv32: Initial support of RISC-V by Alistair Francis · 5 years ago
  36. 0229d87 Update Rust to nightly-2019-09-19. by Johnathan Van Why · 5 years ago
  37. 301e215 Merge pull request #76 from torfmaster/syscall by Woyten · 6 years ago
  38. 18746e4 Add ADC support implementation by Felix Obenhuber · 6 years ago
  39. bb88445 Sane usage of linked list allocator by Woyten · 6 years ago
  40. 9dee3c0 Do not export macros of alloc crate by Woyten · 6 years ago
  41. 43744a9 Remove fmt module by Woyten · 6 years ago
  42. 30340ed Remove the IPC drivers and test infrastructure. by Johnathan Van Why · 6 years ago
  43. 55420c4 Merge pull request #61 from jrvanwhy/unwind-symbols by torfmaster · 6 years ago
  44. 5d73937 Add ARM EABI unwinding symbols to avoid linker errors. by Johnathan Van Why · 6 years ago
  45. 010c2ac Refactor/clean up the entry point, to make future modifications easier. by Johnathan Van Why · 6 years ago
  46. 17e0144 Update Rust version by Woyten · 6 years ago
  47. 012fe57 Update Rust version by Woyten · 6 years ago
  48. 090398c Implement creation of ble payload in userland by Philipp Vollmer · 7 years ago
  49. 6f7b3f0 Update to current nightly by Woyten · 7 years ago
  50. 3fa1e25 Read stack size from text section by Woyten · 7 years ago
  51. 519ee09 attr_literals feature is not needed? by Woyten · 7 years ago
  52. 742eed9 Checkpoint by Philipp Vollmer · 7 years ago
  53. ae1bb89 Compile without Xargo by Woyten · 7 years ago
  54. 83a2094 New rustfmt rules by Woyten · 7 years ago
  55. 569d6d5 Remove PhantomTypes by Woyten · 7 years ago
  56. 4519092 Add handle for allowed buffers. by Philipp Vollmer · 7 years ago
  57. f83c869 Rework callbacks and subscriptions concept by Woyten · 7 years ago
  58. e4c5720 Add IPC support by Philipp Vollmer · 7 years ago
  59. c7eec1f Introduce new generic callback structure by Philipp Vollmer · 7 years ago
  60. cd7c7fe Remove all warnings and treat them as build errors by Woyten · 7 years ago
  61. a231480 Add temperature support and example by Philipp Vollmer · 7 years ago
  62. 41b9135 Ble scanning by Philipp Vollmer · 7 years ago
  63. 9567d79 Rework timer API by Woyten · 7 years ago
  64. 8b27c99 Make heap great again by Philipp Vollmer · 7 years ago
  65. cffec31 Link _start function to .start section by Woyten · 7 years ago
  66. 5188f4f Put heap on stack by Woyten · 7 years ago
  67. 7e09261 Fix signature of _start by Woyten · 7 years ago
  68. 7958d43 Rename TockResult to TockValue by Woyten · 7 years ago
  69. 01f23d8 Add first unit test by Philipp Vollmer · 7 years ago
  70. a59a7e2 Buttons with Rust closures by Woyten · 7 years ago
  71. e04578a Add BLE advertising support by Philipp Vollmer · 7 years ago
  72. 7037cf7 Start work on button support by Woyten · 7 years ago
  73. 51948b0 Add GPIO support by Philipp Vollmer · 7 years ago
  74. ee88289 Simplify method signatures by Woyten · 7 years ago
  75. 5391163 Add ShiftRegister abstraction by Woyten · 7 years ago
  76. 741bd3a Format hex numbers and dump memory information on startup by Woyten · 7 years ago
  77. ee604cf Make hello example work by using a temporary decimal formatter by Woyten · 7 years ago
  78. 0e1f73e Make hello example work partially by Woyten · 7 years ago
  79. 04661f2 Fix heap problems by Woyten · 7 years ago
  80. ad1a857 Use most recent version of elf2tbf and comment out crashing code by Woyten · 7 years ago
  81. 3ed6070 Fix heap allocator by Amit Aryeh Levy · 7 years ago
  82. 02d4a4a IPC by Amit Aryeh Levy · 7 years ago
  83. cf806da ninedof sensor by Amit Aryeh Levy · 7 years ago
  84. 3905809 checkpoint by Amit Aryeh Levy · 7 years ago
  85. 39b8dd6 checkpoint by Amit Aryeh Levy · 7 years ago
  86. b052ef3 progress by Amit Aryeh Levy · 7 years ago
  87. 70690fd Add primitive heap by Amit Aryeh Levy · 8 years ago
  88. 5470ee4 implement the `start` lang item by Jorge Aparicio · 8 years ago
  89. 8ef5d40 libtock-ify by Amit Aryeh Levy · 8 years ago