Commit graph

  • fef738e832 TimerQueue.dequeue: don't set SYST reload to 0 Maciej Pasternacki 2019-11-18 16:03:15 +0100
  • 8374fce0df
    Merge #278 bors[bot] 2019-11-18 20:07:06 +0000
  • ebd62215ff Bumped version to 0.5.1, cyccntr bugfix Per Lindgren 2019-11-18 16:38:52 +0100
  • dfab15ed78 Fixed internal overflow on subtraiton in elapsed and duration Per Lindgren 2019-11-18 16:36:17 +0100
  • 725d5e1aa9
    Merge #274 bors[bot] 2019-11-15 00:28:33 +0000
  • dc8115b5ab
    Merge #275 bors[bot] 2019-11-14 23:57:48 +0000
  • 7f863a9579 fix CI Jorge Aparicio 2019-11-14 18:55:07 -0500
  • 73d5fa31c2 remove references to 'beta' from the docs Jorge Aparicio 2019-11-14 18:19:57 -0500
  • f5655d6556
    Merge #273 bors[bot] 2019-11-14 23:19:45 +0000
  • 8502fc262b CI: fix caching mechanism Jorge Aparicio 2019-11-14 18:17:34 -0500
  • 6b0a2df41c
    Merge #272 v0.5.0 bors[bot] 2019-11-14 22:49:56 +0000
  • 4fcb6ab7cc v0.5.0 final release Jorge Aparicio 2019-11-14 17:47:17 -0500
  • 157436b099
    Merge #265 bors[bot] 2019-11-13 20:56:12 +0000
  • 4c98bcd237
    Merge #269 bors[bot] 2019-11-13 20:43:04 +0000
  • 79c3afa9b0 install rustc-dev component Jorge Aparicio 2019-11-13 15:27:19 -0500
  • e28294b220
    Merge #271 bors[bot] 2019-11-13 20:20:30 +0000
  • 2441b7e389 Minor docs update to monotonic Emil Fresk 2019-11-13 20:56:31 +0100
  • 85463ed6c3
    Merge #268 #270 bors[bot] 2019-11-13 19:50:15 +0000
  • 76e234599f Added struct de-structure-ing example in tips & tricks Emil Fresk 2019-11-07 14:12:16 +0100
  • e9a83947bc fix bash comparison Jorge Aparicio 2019-11-06 19:48:02 -0500
  • da9c6a714e run cfail tests only when rustc --version == $MSRV Jorge Aparicio 2019-11-06 19:39:57 -0500
  • eb7ae13b9c CI: pin to an older nightly Jorge Aparicio 2019-11-06 19:13:34 -0500
  • 31b392fe3a CI: replace compiletest-rs with trybuild Jorge Aparicio 2019-11-06 19:05:37 -0500
  • 72e84cb297
    Merge #266 bors[bot] 2019-11-06 20:53:56 +0000
  • 2cae8c3e8b
    Merge #267 bors[bot] 2019-11-06 19:38:22 +0000
  • 1e49de60cb fix CI: use an older nightly on the x86_64 build Jorge Aparicio 2019-11-06 14:24:53 -0500
  • a3783a6d3d WIP generators tasks generator-tasks Jorge Aparicio 2019-10-28 21:11:13 -0500
  • 3dd6df0bd0 CI: build 0.4 docs from the v0.4.x branch Jorge Aparicio 2019-10-25 13:57:18 -0500
  • 37b4ae237f book: fix link to API Jorge Aparicio 2019-10-25 13:02:32 -0500
  • ba9555017d
    Merge #263 bors[bot] 2019-10-24 21:16:08 +0000
  • 67e12330b7 [v0.4.x] CI: do not build docs Jorge Aparicio 2019-10-24 14:39:11 -0500
  • 1fb1dd466b
    Merge #186 bors[bot] 2019-10-23 20:49:30 +0000
  • 89ea243356
    Merge #261 bors[bot] 2019-10-23 20:40:08 +0000
  • 34a2767bdf
    Merge #225 bors[bot] 2019-10-23 20:28:50 +0000
  • 15005f45e0
    Merge branch 'v0.4.x' into v0.4.x-gh184 Emil Fresk 2019-10-23 22:22:41 +0200
  • 6c6461a927 Docs backport from #190 Emil Fresk 2019-10-23 22:18:15 +0200
  • abcf9bf61d Docs updates Emil Fresk 2019-10-23 21:48:44 +0200
  • 63a0c4a1e8 Updated MSRV due to fix Emil Fresk 2019-10-23 21:41:27 +0200
  • f9b30a1ff8
    Merge #259 bors[bot] 2019-10-23 18:34:01 +0000
  • a1abbbbea7 Fixed mem::uninitialized warnings Emil Fresk 2019-10-23 20:33:50 +0200
  • 1ba2b5abbe Fixed peripherals -> device typo Emil Fresk 2019-10-23 20:31:33 +0200
  • 7d2fa7014d
    Merge #257 bors[bot] 2019-10-22 05:29:23 +0000
  • 9f092efe24 do not zero late resource memory on boot Jorge Aparicio 2019-10-21 16:38:04 -0500
  • 1fe9767eba version v0.5 is still beta v0.5.0-beta.1 Jorge Aparicio 2019-10-17 12:00:41 -0500
  • e82fb497f0
    Merge #256 bors[bot] 2019-10-17 06:16:43 +0000
  • 4b61c345eb ARMv7-M+ Jorge Aparicio 2019-10-16 16:36:06 -0500
  • 66a1993f5d add migration guide Jorge Aparicio 2019-10-16 14:39:02 -0500
  • 47e4d99907
    Merge #255 bors[bot] 2019-10-16 19:07:28 +0000
  • 1ccacf2102
    Update book/en/src/by-example/timer-queue.md Jorge Aparicio 2019-10-16 17:04:42 +0000
  • a458a07031 cyccnt::Instant: simplify the Send / Sync impl Jorge Aparicio 2019-10-15 19:12:05 -0500
  • 6207008884 document the limitations of cyccnt::{Instant,Duration} Jorge Aparicio 2019-10-15 19:11:35 -0500
  • eef4e7bf79 more monotonic timer docs Jorge Aparicio 2019-10-15 18:44:49 -0500
  • 8a1f009c34
    Merge #252 bors[bot] 2019-10-15 22:43:59 +0000
  • 6196984d6d
    Merge #254 bors[bot] 2019-10-15 22:01:59 +0000
  • eb2ec7a4c8 v0.5.0 beta release Jorge Aparicio 2019-10-15 15:01:32 -0500
  • 61551cd5ce
    Merge #253 bors[bot] 2019-10-15 20:19:15 +0000
  • 28e61ceaec Fix matrix.to web link for the static room view. Tim Small 2019-10-11 20:28:57 +0100
  • bbd47e20ee
    critical sections: each task gets its own context chrysn 2019-10-10 16:42:26 +0200
  • b01aef6461 Adding disassembly and polishing the Notes.md lockopt Per 2019-09-29 15:53:26 +0200
  • 31af041cce polishing the Notes.md Per 2019-09-29 15:40:48 +0200
  • 5cb95979c5 Lock Optimization RFC (Notes updated) Per Lindgren 2019-09-28 23:22:26 +0200
  • 98c44c154c Lock Optimization RFC (Notes updated) Per Lindgren 2019-09-28 21:48:03 +0200
  • cb7486ed4f Lock Optimization RFC (Notes updated) Per Lindgren 2019-09-28 21:46:53 +0200
  • 83810ee3fc Lock Optimization RFC (Notes updated) Per Lindgren 2019-09-28 21:45:54 +0200
  • ae9608a0b6 Lock Optimization RFC (Notes updated) Per Lindgren 2019-09-28 21:44:48 +0200
  • e8d94cd842 Lock Optimization RFC Per Lindgren 2019-09-28 21:32:48 +0200
  • eb90e7bb64 wip, gen_ok, handwritten POC generators Per 2019-09-25 19:26:37 +0200
  • c029601b7c wip, gen_ok, handwritten POC Per 2019-09-25 18:39:32 +0200
  • 06e6e9dc9d wip, problem with static Context Per 2019-09-24 17:20:15 +0200
  • 99a45ff28e wip (problem with Pin) Per Lindgren 2019-09-24 02:01:25 +0200
  • 38306389ea
    Merge #248 bors[bot] 2019-09-17 18:41:45 +0000
  • d08f965080 fix linkchecker warning Jorge Aparicio 2019-09-17 20:40:34 +0200
  • 1e0cfa19ba fix more links Jorge Aparicio 2019-09-17 19:55:55 +0200
  • fa3872a7f6 update the CHANGELOG Jorge Aparicio 2019-09-17 19:47:29 +0200
  • ff3cfac6bb www: fix book placement Jorge Aparicio 2019-09-17 09:55:05 +0200
  • 2ffe12a0fc www: prefix latest docs with the minor version Jorge Aparicio 2019-09-17 09:26:48 +0200
  • 8135ed4999
    Merge #245 #246 bors[bot] 2019-09-15 21:24:01 +0000
  • 477a38f13e remove reference from README to CONTRIBUTING nils-grepit 2019-09-15 23:04:16 +0200
  • 7f1b493c7d turn git deps into crates.io deps Jorge Aparicio 2019-09-15 22:57:43 +0200
  • f1a9d0bb29
    Merge #241 bors[bot] 2019-09-15 20:50:03 +0000
  • 476f29c4dd add CONTRIBUTING.md and link to Matrix room nils-grepit 2019-09-15 22:43:10 +0200
  • 6938ef6187 Revert "Fixed install script" Emil Fresk 2019-09-15 22:31:31 +0200
  • 0f5894cafe Fixed install script Emil Fresk 2019-09-15 22:30:41 +0200
  • 9a974585d0
    Merge #236 #238 #243 bors[bot] 2019-09-15 20:29:56 +0000
  • c67e039c19 fix install script Jorge Aparicio 2019-09-15 22:28:52 +0200
  • c818a31058 Book fix Emil Fresk 2019-09-15 22:08:28 +0200
  • 8689dfdebf
    Merge pull request #242 from japaric/fix-doc-build Jorge Aparicio 2019-09-15 20:06:18 +0000
  • e5324645e3 0.4: don't cross compile docs Jorge Aparicio 2019-09-15 22:05:17 +0200
  • 686cc9b995 One more place updated Emil Fresk 2019-09-15 22:00:52 +0200
  • 42cac1fc51
    Merge pull request #240 from japaric/faster-docs Jorge Aparicio 2019-09-15 19:59:02 +0000
  • 0f704459c6 faster doc builds and fix redirect on 0.4 Jorge Aparicio 2019-09-15 21:58:03 +0200
  • 7039f62911
    Merge pull request #239 from japaric/fix-things Jorge Aparicio 2019-09-15 19:41:50 +0000
  • a593e49a3e fix redirects and CNAME Jorge Aparicio 2019-09-15 21:40:40 +0200
  • f787d82d92 Updated links in README for rtfm.rs Emil Fresk 2019-09-15 21:26:30 +0200
  • 88b4b11a4a fix index.html redirect Jorge Aparicio 2019-09-15 21:09:33 +0200
  • c14f7d1ce9
    Merge pull request #235 from rtfm-rs/cname_addition Jorge Aparicio 2019-09-15 19:02:24 +0000
  • b410f309b7 link to older docs from the book Jorge Aparicio 2019-09-15 21:00:49 +0200
  • 9df5ed105f Added CNAME for rtfm.rs Emil Fresk 2019-09-15 20:59:42 +0200
  • a601b3fa26
    Merge #234 bors[bot] 2019-09-15 18:21:58 +0000
  • c8197f524e fix gh-pages build Jorge Aparicio 2019-09-15 20:19:48 +0200