1. d836173 Configure Bors to use GitHub Actions rather than Travis checks. by Johnathan Van Why · 4 years, 4 months ago
  2. ebd7503 Merge pull request #235 from alistair23/alistair/println by Johnathan Van Why · 4 years, 4 months ago
  3. 72f2e48 Merge pull request #237 from alistair23/alistair/hmac by Johnathan Van Why · 4 years, 4 months ago
  4. bdb1884 console: Print a warning if a print is lost by Alistair Francis · 4 years, 4 months ago
  5. d8e6487 console: Ensure only 1 console exists at a time by Alistair Francis · 4 years, 4 months ago
  6. e5f74c3 console: Add support for println! and print! by Alistair Francis · 4 years, 4 months ago
  7. 914ef89 hmac: Implement Deref and DerefMut for the HMAC buffers by Alistair Francis · 4 years, 4 months ago
  8. 05ac22a Merge pull request #238 from alistair23/alistair/opentitan by Johnathan Van Why · 4 years, 4 months ago
  9. 1e1a797 Merge pull request #234 from alistair23/alistair/ctap by Johnathan Van Why · 4 years, 4 months ago
  10. e257791 boards/layout_opentitan.ld: Update memory addresses by Alistair Francis · 4 years, 4 months ago
  11. 818d37b Merge pull request #236 from alistair23/alistair/tock-bump by Johnathan Van Why · 4 years, 4 months ago
  12. b41f354 examples: Add support for a simple CTAP example by Alistair Francis · 4 years, 4 months ago
  13. 0f7416e ctap: Add support for the CTAP driver by Alistair Francis · 4 years, 4 months ago
  14. 3278784 tock: Bump to the latest commit by Alistair Francis · 4 years, 4 months ago
  15. 3cee597 Merge #233 by bors[bot] · 4 years, 4 months ago
  16. d67a776 Cargo.toml: Bump the serde crate by Alistair Francis · 4 years, 4 months ago
  17. d399b9d Merge #231 by bors[bot] · 4 years, 5 months ago
  18. 4a584df Merge #230 by bors[bot] · 4 years, 5 months ago
  19. c0ae936 Merge #232 by bors[bot] · 4 years, 5 months ago
  20. 1bb5e54 update tock submodule by Hudson Ayers · 4 years, 5 months ago
  21. e53bb53 fixed typo in phony declaration by hotschi · 4 years, 6 months ago
  22. 9e00ef6 Remove Allowed::replace and Allowed::take. by Johnathan Van Why · 4 years, 6 months ago
  23. f6cd66b add support for the MSP432 platform by hotschi · 4 years, 6 months ago
  24. b13550b Merge #222 by bors[bot] · 4 years, 6 months ago
  25. 17513eb Make Allowed require Copy and remove all the Drop-related complexity. by Johnathan Van Why · 4 years, 6 months ago
  26. 704272c Merge #229 by bors[bot] · 4 years, 6 months ago
  27. 773433d Merge #221 by bors[bot] · 4 years, 6 months ago
  28. 039d022 Merge #228 by bors[bot] · 4 years, 6 months ago
  29. 32569ba Set the artifacts workflow to only run when `master` is pushed to. by Johnathan Van Why · 4 years, 6 months ago
  30. 7ca6f1b Merge branch 'master' into syscalls by Johnathan Van Why · 4 years, 6 months ago
  31. c6e59f2 Merge branch 'master' into allowed by Johnathan Van Why · 4 years, 6 months ago
  32. f46a238 Add a Continuous Integration GitHub Action. by Johnathan Van Why · 4 years, 6 months ago
  33. 62346d2 Merge #223 by bors[bot] · 4 years, 6 months ago
  34. 86c3690 Merge #226 by bors[bot] · 4 years, 6 months ago
  35. 3cbb114 Fix the broken Travis CI: by Johnathan Van Why · 4 years, 6 months ago
  36. 75f03d9 Merge pull request #210 from alistair23/alistair/artifacts by Johnathan Van Why · 4 years, 6 months ago
  37. 87518f9 .github: Build artifacts as part of workflow by Alistair Francis · 4 years, 7 months ago
  38. b961f68 tock: Update the Tock kernel submodule by Alistair Francis · 4 years, 6 months ago
  39. 244b68e Add the ErrorCode type to libtock_platform. by Johnathan Van Why · 4 years, 6 months ago
  40. 5824434 Add the Allowed type to libtock_platform. by Johnathan Van Why · 4 years, 6 months ago
  41. c8b67fd Add the `Syscalls` trait to `libtock_platform`. by Johnathan Van Why · 4 years, 6 months ago
  42. e9a95ce Merge pull request #220 from jrvanwhy/platform-crate by Brad Campbell · 4 years, 6 months ago
  43. e913a76 Merge pull request #215 from jrvanwhy/code-review by Brad Campbell · 4 years, 6 months ago
  44. ac83d58 Mention the Code Review document in CONTRIBUTING, and add some clarifications to the code review document. by Johnathan Van Why · 4 years, 7 months ago
  45. 988305c Add the `libtock_platform` crate. by Johnathan Van Why · 4 years, 7 months ago
  46. c2a1618 Merge #218 by bors[bot] · 4 years, 7 months ago
  47. bd7dad2 Adjust the setup-qemu and test-qemu-hifive make actions to work with the new tock version. by Johnathan Van Why · 4 years, 7 months ago
  48. e46f3b3 Merge #207 by bors[bot] · 4 years, 7 months ago
  49. a5e2164 Merge #213 by bors[bot] · 4 years, 7 months ago
  50. 3a786cb Add a code review policy that clarifies: by Johnathan Van Why · 4 years, 7 months ago
  51. 4e11e25 Merge #208 by bors[bot] · 4 years, 7 months ago
  52. ec65991 update comments for 'hello_world' example by JOE1994 · 4 years, 7 months ago
  53. 732da3e Merge #214 by bors[bot] · 4 years, 7 months ago
  54. 8d167dd faster zeroing of .bss by JOE1994 · 4 years, 7 months ago
  55. 7aa6cb3 comment on where to look to view 'Hello World' message by JOE1994 · 4 years, 7 months ago
  56. 53f0da7 Merge #212 by bors[bot] · 4 years, 7 months ago
  57. d1ec41e copy byte slice instead of cloning byte-by-byte by JOE1994 · 4 years, 7 months ago
  58. 974b17c Merge #190 by bors[bot] · 4 years, 7 months ago
  59. 828c19d Merge #205 by bors[bot] · 4 years, 7 months ago
  60. 504d03b Merge branch 'master' into imxrt1050 by Vochescu Alexandru · 4 years, 7 months ago
  61. cf2a543 Merge #191 by bors[bot] · 4 years, 7 months ago
  62. c574899 s/alloc_init()/libtock_alloc_init()/g by Guillaume Endignoux · 4 years, 7 months ago
  63. 944b63e Implement an alloc_init feature to allow initializing custom allocators. by Guillaume Endignoux · 4 years, 7 months ago
  64. f017376 linker: use lowercase _sram_origin by Brad Campbell · 4 years, 7 months ago
  65. c6ca24c Removing blank space by Vochescu Alexandru · 4 years, 7 months ago
  66. 134c42e Merge branch 'master' into imxrt1050 by Vochescu Alexandru · 4 years, 7 months ago
  67. b65c3c8 Merge branch 'master' into subw-fix by Vochescu Alexandru · 4 years, 7 months ago
  68. 69feebe Forcing T4 encoding by Vochescu Alexandru · 4 years, 7 months ago
  69. a76b213 Merge #206 by bors[bot] · 4 years, 7 months ago
  70. 71eee6f boards: opentitan: Update the OpenTitan SRAM address by Alistair Francis · 4 years, 7 months ago
  71. b88bb2c linker: make sram origin symbol by Brad Campbell · 4 years, 7 months ago
  72. 4a2c55a size-diff CI step: make sure the toolchains for the old and new commits are both installed, otherwise the old commit will fail to build. by Johnathan Van Why · 4 years, 7 months ago
  73. 3d43eaa Update the Rust toolchain to nightly-2020-06-10. by Johnathan Van Why · 4 years, 7 months ago
  74. 672fae9 Merge #204 by bors[bot] · 4 years, 7 months ago
  75. adbb487 Point the size diff workflow at the recently-renamed print_sizes crate. by Johnathan Van Why · 4 years, 7 months ago
  76. a6c5c9d Switch all crate names to use underscores rather than hyphens. by Johnathan Van Why · 4 years, 7 months ago
  77. 68dd09d Merge #203 by bors[bot] · 4 years, 7 months ago
  78. d4929ed Merge #189 by bors[bot] · 4 years, 7 months ago
  79. 8bfef64 Merge #195 by bors[bot] · 4 years, 7 months ago
  80. 5a533c0 Merge #201 by bors[bot] · 4 years, 7 months ago
  81. 3bb7a30 Add a GitHub Actions workflow that prints a size diff for incoming PRs. by Johnathan Van Why · 4 years, 7 months ago
  82. a768ba1 Merge #202 by bors[bot] · 4 years, 7 months ago
  83. 74572d7 Add a tool that prints information on the sizes of the examples. by Johnathan Van Why · 4 years, 7 months ago
  84. 7bb207b Merge #199 by bors[bot] · 4 years, 7 months ago
  85. 8580c47 Update the README's clone command to clone submodules as well. by Johnathan Van Why · 4 years, 7 months ago
  86. 260975d Merge #187 by bors[bot] · 4 years, 7 months ago
  87. 2c24021 Add note about testing nRF52840dk by torfmaster · 4 years, 7 months ago
  88. 2e783cc Amend memory layout to match tock 1.5 release by torfmaster · 4 years, 7 months ago
  89. 5ca142c Elaborate on the meaning of dependency. by Johnathan Van Why · 4 years, 7 months ago
  90. 18c41f6 Merge #200 by bors[bot] · 4 years, 7 months ago
  91. b554e9b replace `readlink` by Pat Pannuto · 4 years, 7 months ago
  92. c0d2b6f Use Tock's QEMU instead of our own QEMU. by Johnathan Van Why · 4 years, 7 months ago
  93. 20f846f Run `make setup` in Travis with `-j8`. by Johnathan Van Why · 4 years, 7 months ago
  94. 5a9606e Add a Tock kernel for the HiFive, and reconfigure test-runner to use that kernel. Move QEMU tests to `make test` from the Travis config. by Johnathan Van Why · 4 years, 7 months ago
  95. f07f8b2 Add a step to 'make setup' that downloads and locally installs QEMU. by Johnathan Van Why · 4 years, 8 months ago
  96. d14c0b3 Merge #194 by bors[bot] · 4 years, 8 months ago
  97. 073efcc README: Update to better describe Tock kernel version support by Alistair Francis · 4 years, 8 months ago
  98. 41218b4 Makefile: Correctly document the Apollo3 support by Alistair Francis · 4 years, 8 months ago
  99. 4ace40f Readd modifications by Vochescu Alexandru · 4 years, 8 months ago
  100. fb11563 Small adjustment back to initial by Vochescu Alexandru · 4 years, 8 months ago