Commit Graph

  • a207acb000 Merge #87 bors[bot] 2018-11-20 08:32:53 +00:00
  • 03baf55633 static-guarantees: add intro text Jorge Aparicio 2018-11-20 00:24:24 +01:00
  • 0518a2e0c3 Merge #91 bors[bot] 2018-11-19 19:16:19 +00:00
  • e55d4c936f Make transmitter example plural Adam Green 2018-11-19 11:02:42 -08:00
  • 5b0e8a1292 Merge #90 bors[bot] 2018-11-19 10:26:58 +00:00
  • 0cf3663929 Merge #89 bors[bot] 2018-11-19 10:00:28 +00:00
  • a1c7244548 Few typo fixes Adam Green 2018-11-19 01:25:04 -08:00
  • 255c2b57b2 Move "last_state = state" assignment Adam Green 2018-11-19 01:31:38 -08:00
  • 6a7b4037ed Merge #83 bors[bot] 2018-11-18 17:14:16 +00:00
  • 38188af8fa Update src/portability/index.md Emil Fresk 2018-11-18 18:07:39 +01:00
  • 863447366b Merge #84 bors[bot] 2018-11-18 11:17:33 +00:00
  • bf5c77e56c Merge #88 bors[bot] 2018-11-18 11:05:09 +00:00
  • 97657c46c5 Fix typos in chapter in chapter 4 Adam Green 2018-11-18 00:19:51 -08:00
  • a4b7700871 Change 'thread' to 'process' Adam Green 2018-11-18 00:10:35 -08:00
  • 6e9007e144 Have mdBook not wrap code snippets in "fn main() {}" Adam Green 2018-11-17 23:30:12 -08:00
  • 482d412a92 Merge #86 bors[bot] 2018-11-17 15:38:38 +00:00
  • 07bbc67a97 Merge #85 bors[bot] 2018-11-17 15:18:45 +00:00
  • 98dbe9989b Chapter 2 code sample fixes Adam Green 2018-11-17 00:07:51 -08:00
  • c5caa3b72d Have mdBook not wrap code snippets in "fn main() {}" Adam Green 2018-11-16 23:44:23 -08:00
  • 20b30525b0 A few minor updates to Chapter 2 text Adam Green 2018-11-16 23:36:46 -08:00
  • 0092d74c7b Add '#' to URLs when appropriate anchors exist on page Adam Green 2018-11-16 22:58:36 -08:00
  • 01327046e3 A few fixes to chapter 1 Adam Green 2018-11-16 22:15:40 -08:00
  • 22025eadef Added layer diagram for embedded-hal use Daniel Egger 2018-11-14 23:47:29 +01:00
  • 268a76be63 Mention complexity benefits by using embedded-hal Daniel Egger 2018-11-14 23:26:14 +01:00
  • ef2dfa168b Merge #82 bors[bot] 2018-11-14 12:44:09 +00:00
  • a5b5d074d5 new book -> debugonomicon Jorge Aparicio 2018-11-14 13:41:14 +01:00
  • 26a4e1281a Merge #80 bors[bot] 2018-11-13 19:06:36 +00:00
  • 9ddb8543d0 Link fixes, thanks CI! James Munns 2018-11-13 19:58:17 +01:00
  • 2e39514ee4 Index change, and some re-org James Munns 2018-11-13 19:43:12 +01:00
  • aea18fb12a Merge #76 bors[bot] 2018-11-13 18:39:02 +00:00
  • 6248d8fca1 Remove Rusty chapter, is now covered by src/start/registers.md James Munns 2018-11-13 19:31:23 +01:00
  • c9465d790b Change reload to be a large value. Jonathan Pallant 2018-11-13 18:01:22 +00:00
  • 1e5eec0d09 Remove note to self. Jonathan Pallant 2018-11-13 17:55:38 +00:00
  • 96289d7fca Fix "read() does not take a closure". Jonathan Pallant 2018-11-13 17:54:58 +00:00
  • ec90335f16 Merge #74 bors[bot] 2018-11-10 15:06:06 +00:00
  • 9dc27f523a Merge #77 bors[bot] 2018-11-10 00:10:27 +00:00
  • 33b63bd909 Merge #78 bors[bot] 2018-11-10 00:08:52 +00:00
  • 483bf24abd getting started: add semihosting section Jorge Aparicio 2018-11-10 00:33:38 +01:00
  • 0d3f69dacf add missing word Jorge Aparicio 2018-11-09 23:25:50 +01:00
  • 16c8d1f44d Update comments on heap availability on no_std. As per https://github.com/rust-embedded/book/issues/33. Jonathan 'theJPster' Pallant 2018-11-09 21:36:00 +00:00
  • 3586910104 Spelling fixes. Jonathan 'theJPster' Pallant 2018-11-09 21:20:05 +00:00
  • 5f7d0e9416 Add a HAL example. Jonathan 'theJPster' Pallant 2018-11-09 21:14:06 +00:00
  • 9da22bdd21 move sections around Jorge Aparicio 2018-11-06 19:39:11 +01:00
  • 15c4b8f60b remove warnings Jorge Aparicio 2018-11-05 02:19:13 +01:00
  • 6ad3574b43 recommend 1.31-beta Jorge Aparicio 2018-11-05 02:06:06 +01:00
  • d6ab8b0f65 s/version/section Jorge Aparicio 2018-11-05 02:03:13 +01:00
  • a3b4dcbefd remove link to the second edition of the Rust book Jorge Aparicio 2018-11-05 02:01:52 +01:00
  • dbadee6975 Added examples of using basic crates. Jonathan 'theJPster' Pallant 2018-11-09 16:35:31 +00:00
  • d37a2a4030 Added introduction to arch/pac/hal/board crates in start/registers. Jonathan 'theJPster' Pallant 2018-11-09 16:00:27 +00:00
  • fd4d7c5139 Moved the start/registers.md content into peripherals/ Jonathan 'theJPster' Pallant 2018-11-09 15:40:05 +00:00
  • 2add739249 Merge #75 bors[bot] 2018-11-07 08:28:54 +00:00
  • ca53060125 Update doc URLs to new location Adam Green 2018-11-07 00:23:03 -08:00
  • dd0760f6cd Merge #71 bors[bot] 2018-11-05 22:59:53 +00:00
  • f0846613f7 Merge #67 bors[bot] 2018-11-05 01:14:04 +00:00
  • b21265138b Merge #73 bors[bot] 2018-11-05 00:55:35 +00:00
  • 8d795dba74 fix typo James Munns 2018-11-05 01:54:09 +01:00
  • e8e8862dec fix paths Jorge Aparicio 2018-11-05 01:41:06 +01:00
  • acf1670892 interop: point to the cstr-core and cty Jorge Aparicio 2018-11-05 01:39:59 +01:00
  • 563f838dbe Merge #72 bors[bot] 2018-11-05 00:14:45 +00:00
  • cee9f35b03 concurrency: update RTFM description and link to documentation Jorge Aparicio 2018-11-05 01:03:19 +01:00
  • 691206d763 Relaxed is OK if the target is a single-core device Jorge Aparicio 2018-11-05 00:50:19 +01:00
  • e31407284c Merge #68 bors[bot] 2018-11-04 23:34:24 +00:00
  • 5abb337651 concurrency: AtomicUsize doesn't need be in a static mut variable Jorge Aparicio 2018-11-05 00:29:16 +01:00
  • a405849d1c Merge #69 bors[bot] 2018-11-04 23:23:27 +00:00
  • ddae1d8a14 Merge #70 bors[bot] 2018-11-04 23:21:53 +00:00
  • 467740ea9f Fix typos Nathan 2018-11-04 15:13:18 -08:00
  • 3cb10fec4b collections: add -Z emit-stack-sizes link Jorge Aparicio 2018-11-04 23:54:10 +01:00
  • cf66108f20 ignore print.html Jorge Aparicio 2018-11-04 23:49:05 +01:00
  • e310669d0e canonicalize URLs Jorge Aparicio 2018-11-04 23:44:15 +01:00
  • a8f0f5ab9d Merge #66 bors[bot] 2018-11-04 22:03:26 +00:00
  • 0865c5cc21 Attempt to describe OpenOCD Adam Green 2018-10-31 17:43:47 -07:00
  • b4f3bcd971 Minor Chapter 1 updates Adam Green 2018-10-31 16:49:23 -07:00
  • d7ee482fad Merge #40 bors[bot] 2018-10-30 12:46:09 +00:00
  • b2429ccc53 Update src/intro/introduction.md James Munns 2018-10-30 12:45:46 +01:00
  • 36216fe50d Update src/intro/introduction.md James Munns 2018-10-30 12:43:45 +01:00
  • 7656fbbd2b Merge #60 bors[bot] 2018-10-30 10:07:43 +00:00
  • 60644d67e2 Merge #64 bors[bot] 2018-10-30 10:06:07 +00:00
  • 1d45351f5e Update src/portability/portability.md James Munns 2018-10-30 10:46:39 +01:00
  • 2c339bfa24 Update src/portability/portability.md James Munns 2018-10-30 10:46:10 +01:00
  • 32173c42a0 Update src/portability/portability.md James Munns 2018-10-30 10:45:46 +01:00
  • 59b7cf9e3c Update src/portability/portability.md James Munns 2018-10-30 10:45:30 +01:00
  • e28351dc68 Draft of a portability chapter explaining the HAL Daniel Egger 2018-10-30 00:31:13 +01:00
  • 524f523980 Update "Who This Book is For" section Nicola Coretti 2018-10-07 17:01:45 +02:00
  • 57d6dbf6a9 Merge #63 bors[bot] 2018-10-23 19:17:12 +00:00
  • ba5538f502 Add links to interop issues Adam Greig 2018-10-23 20:13:42 +01:00
  • 5701c2d115 intro: replace use of 0666 permission by an ACL Vincent Bernat 2018-10-22 20:38:05 +02:00
  • 7838179c15 Merge #57 bors[bot] 2018-10-20 13:40:38 +00:00
  • 347750c520 Merge #53 bors[bot] 2018-10-20 13:37:04 +00:00
  • 96c576f922 Merge #35 bors[bot] 2018-10-20 13:34:01 +00:00
  • a907f1d5b9 Fill in initial revision of the Typestate Chapter James Munns 2018-10-15 01:55:08 +02:00
  • 4f79fe239d Restore current Type-State Programming Chapter James Munns 2018-10-02 21:16:56 +02:00
  • 4c14d551fb Merge #58 bors[bot] 2018-10-20 13:28:58 +00:00
  • 01460881cb Try #58: trying bors[bot] 2018-10-20 13:16:45 +00:00
  • 95b768e425 Attempt to fix mdbook v0.2.2 issue by using v0.2.1 Daniel Egger 2018-10-20 15:16:14 +02:00
  • 6610c021d6 Fixed incorrect links Daniel Egger 2018-10-20 15:08:27 +02:00
  • 97b0f2281b Merge #56 bors[bot] 2018-10-19 21:42:38 +00:00
  • 5cdb3acc2e Fixed a few typos Benjamin Bergman 2018-10-19 14:39:06 -05:00
  • 68131576d0 Fix tense typo Benjamin Bergman 2018-10-19 12:55:04 -05:00
  • cdd329c58d Merge #49 bors[bot] 2018-10-17 19:29:38 +00:00
  • 9d3594bbee Fix typo and dashes Adam Greig 2018-10-17 20:26:54 +01:00