Commit Graph

21 Commits

Author SHA1 Message Date
Jorge Aparicio
7309d24046 add CNAME 2018-09-13 20:51:02 +02:00
bors[bot]
b7723a18c6 Merge #22
22: Add additional details to the no_std section r=therealprof a=Nicoretti

* information about the stdlib runtime
* details about the no_std attribute itself
* a more detailed summary
* a table for comparision of supported and unsupported features of std vs. no_std environments

Co-authored-by: Nicola Coretti <nico.coretti@gmail.com>
2018-09-12 18:54:14 +00:00
Nicola Coretti
627ecc454f Add addtional details to the no_std section
* information about the stdlib runtime
* details about the no_std attribute itself
* a more detailed summary
* a table for comparision of supported and unsupported features of std vs. no_std environments
2018-09-12 20:17:45 +02:00
bors[bot]
69650fce4a Merge #19
19: Fixes broken img link r=therealprof a=Caemor

Fixes #18 

i fixed the link and tested it with mdbook v0.2.1 and v0.1.7

Co-authored-by: Chris <caemor@users.noreply.github.com>
2018-09-05 08:45:47 +00:00
Chris
376892f5a1 Update hardware.md
Fix link from #18
2018-09-05 10:08:01 +02:00
bors[bot]
8aba0dcf54 Merge #17
17: [Draft]  no_std section -- Feedback needed r=therealprof a=Nicoretti

Hi @all,

I started drafting something for the no_std section, but I surely lack the clear picture who will
be the main/target audience for the book. So If you can give me some feedback (keywords, hints) whats missing and whats too much
e.g. if we assume people to know stuff like the **"Static" vs. Dynamic memory** part etc.
I'll be happy to work it in.

Co-authored-by: Nicola Coretti <nico.coretti@gmail.com>
2018-09-02 15:01:58 +00:00
bors[bot]
a066f76a22 Merge #16
16: add collections chapter r=therealprof a=japaric

This is what I proposed to include in this section when we discussed the outline
some time ago.

I have used `alloc` and `heapless` as examples but what I mainly wanted to cover
is the heap allocated, relocatable collections approach vs the fixed capacity
collections approach and their different trade-offs.

@rust-embedded/resources Thoughts on this topic?

(Also I replaced "dynamic data structures" with "collections" because it was
shorter and I believe most people will recognize the name / concept)

Co-authored-by: Jorge Aparicio <jorge@japaric.io>
2018-09-01 22:17:05 +00:00
Nicola Coretti
f73da14231 Rework no_std draft
* Rephrase and restructure section
* Take into account that Embdedded rust ist not "Bare Metal" only
* Remove details about dynamic memory vs static memory
  (shifted focus to much to memory focus should be about the no_std environment)
2018-08-27 19:04:01 +02:00
Nicola Coretti
a0fa62e691 Add draft for no-std section 2018-08-24 15:50:06 +02:00
Jorge Aparicio
fc45d18c02 add collections chapter 2018-08-22 21:19:52 +02:00
bors[bot]
3d8a8f1681 Merge #14
14: Minor typo in intro (ADA -> Ada) r=therealprof a=henrikh



Co-authored-by: Henrik Enggaard <henrik.enggaard@gmail.com>
2018-08-13 06:41:18 +00:00
Henrik Enggaard
ed0e024208 Typo: Ada is not written in uppercase 2018-08-13 08:26:28 +02:00
Jorge Aparicio
4f242f3bdc add CODEOWNERS, CoC; tweak bors 2018-08-10 01:26:34 -05:00
bors[bot]
2e7d27df07 Merge #13
13: add ci r=japaric a=japaric



Co-authored-by: Jorge Aparicio <jorge@japaric.io>
2018-08-10 06:11:06 +00:00
Jorge Aparicio
59da8dfd18 fix links for real 2018-08-10 01:10:33 -05:00
Jorge Aparicio
bb6db519c3 run linkchecker on webserver 2018-08-10 00:30:42 -05:00
Jorge Aparicio
9d8cb8238b fix links 2018-08-10 00:13:10 -05:00
Jorge Aparicio
4c004db265 add ci 2018-08-10 00:00:41 -05:00
James Munns
e565f970e5 Remove references to bluetooth hardware 2018-08-04 16:18:46 +02:00
James Munns
d32f071ee5 This commits updates the outline as per issue #115, and superceded PR #102 2018-07-29 16:28:04 +02:00
James Munns
848720bac0 Consistency cleanup, changes the following:
* Creates a subdirectory, `books/` to house both projects
* Updates the `License` field of the READMEs of both projects to be more consistent
* Relicenses the `embedonomicon` from CC0 to CC-BY-SA 4.0 (requires signoff by @japaric)
* Minor README changes to both projects for consistency
2018-04-08 16:57:57 +02:00