From bee01c07dac76f59594f0f239df17e308257108e Mon Sep 17 00:00:00 2001 From: Arvind Iyer Date: Thu, 1 Oct 2015 15:51:03 +0800 Subject: [PATCH 1/2] Update free-programming-books.md Added category for embedded programming with three starting resources --- free-programming-books.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index c40d27042..3cd1637bf 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -39,6 +39,7 @@ Original Source: [List of freely available programming books](http://web.archive * [Elasticsearch](#elasticsearch) * [Elixir](#elixir) * [Emacs](#emacs) +* [Embedded Programming](#embedded-programming) * [Erlang](#erlang) * [F#](#f-sharp) * [Firefox OS](#firefox-os) @@ -909,6 +910,12 @@ Original Source: [List of freely available programming books](http://web.archive * [GNU Emacs Manual, 17th Edition, v. 24.2](http://shop.fsf.org/product/Emacs_Manual_24/) +### Embedded Programming +* [Control and Embedded Systems](http://www.learn-c.com/) (HTML) +* [Discovering the STM32 Microcontroller](http://www.cs.indiana.edu/~geobrown/book.pdf) (PDF) +* [Introduction to Microcontrollers](http://www.embeddedrelated.com/showarticle/453.php) (HTML) + + ### Erlang * [Concurrent Programming in ERLANG](http://www.erlang.org/download/erlang-book-part1.pdf) * [Erlang Handbook](https://github.com/esl/erlang-handbook/raw/master/output/ErlangHandbook.pdf) (PDF) From 27a018dbdf6ddbec661278fc880f9f5f399500eb Mon Sep 17 00:00:00 2001 From: Arvind Iyer Date: Fri, 2 Oct 2015 13:47:31 +0800 Subject: [PATCH 2/2] Changed Embedded Programming to Embedded Systems --- free-programming-books.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 3cd1637bf..6ca384245 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -39,7 +39,7 @@ Original Source: [List of freely available programming books](http://web.archive * [Elasticsearch](#elasticsearch) * [Elixir](#elixir) * [Emacs](#emacs) -* [Embedded Programming](#embedded-programming) +* [Embedded Systems](#embedded-systems) * [Erlang](#erlang) * [F#](#f-sharp) * [Firefox OS](#firefox-os) @@ -910,7 +910,7 @@ Original Source: [List of freely available programming books](http://web.archive * [GNU Emacs Manual, 17th Edition, v. 24.2](http://shop.fsf.org/product/Emacs_Manual_24/) -### Embedded Programming +### Embedded Systems * [Control and Embedded Systems](http://www.learn-c.com/) (HTML) * [Discovering the STM32 Microcontroller](http://www.cs.indiana.edu/~geobrown/book.pdf) (PDF) * [Introduction to Microcontrollers](http://www.embeddedrelated.com/showarticle/453.php) (HTML)