From 143ae8027e96522be368d72fde50cbcfd78f1368 Mon Sep 17 00:00:00 2001 From: Vikas Chauhan <61468834+A-4-Atom@users.noreply.github.com> Date: Thu, 14 Dec 2023 21:45:27 +0530 Subject: [PATCH] Moved Embedded Systems from Language Index to Subjects Index (#11004) --- books/free-programming-books-langs.md | 11 ----------- books/free-programming-books-subjects.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 4ae928dec..6537ab8f9 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -54,7 +54,6 @@ Books on general-purpose programming that don't focus on a specific language are * [Ecto](#ecto) * [Phoenix](#phoenix) * [Elm](#elm) -* [Embedded Systems](#embedded-systems) * [Erlang](#erlang) * [F#](#f-sharp) * [Firefox OS](#firefox-os) @@ -720,16 +719,6 @@ Books on general-purpose programming that don't focus on a specific language are * [Versioned APIs with Phoenix](https://web.archive.org/web/20210309052043/https://elviovicosa.com/freebies/versioned-apis-with-phoenix-by-elvio-vicosa.pdf) - Elvio Vicosa (PDF) *(:card_file_box: archived)* -### 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) -* [First Steps with Embedded Systems](https://www.phaedsys.com/principals/bytecraft/bytecraftdata/bcfirststeps.pdf) - Byte Craft Limited (PDF) -* [Introduction to Embedded Systems, Second Edition](https://ptolemy.berkeley.edu/books/leeseshia/releases/LeeSeshia_DigitalV2_2.pdf) - Edward Ashford Lee, Sanjit Arunkumar Seshia (PDF) -* [Introduction to Microcontrollers](http://www.embeddedrelated.com/showarticle/453.php) (HTML) -* [Mastering the FreeRTOS Real Time Kernel - a Hands On Tutorial Guide](https://freertos.org/Documentation/RTOS_book.html) - freertos.org ([PDF](https://freertos.org/fr-content-src/uploads/2018/07/161204_Mastering_the_FreeRTOS_Real_Time_Kernel-A_Hands-On_Tutorial_Guide.pdf)) - - ### Erlang * [BEAM Wisdoms](http://beam-wisdoms.clau.se/en/latest/) (HTML) diff --git a/books/free-programming-books-subjects.md b/books/free-programming-books-subjects.md index b148864e4..08f79c86e 100644 --- a/books/free-programming-books-subjects.md +++ b/books/free-programming-books-subjects.md @@ -20,6 +20,7 @@ Books that cover a specific programming language can be found in the [BY PROGRAM * [Containers](#containers) * [Data Science](#data-science) * [Database](#database) +* [Embedded Systems](#embedded-systems) * [Game Development](#game-development) * [Graphical user interfaces](#graphical-user-interfaces) * [Graphics Programming](#graphics-programming) @@ -296,6 +297,16 @@ Books that cover a specific programming language can be found in the [BY PROGRAM * [The Theory of Relational Databases](https://web.cecs.pdx.edu/~maier/TheoryBook/TRD.html) +### 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) +* [First Steps with Embedded Systems](https://www.phaedsys.com/principals/bytecraft/bytecraftdata/bcfirststeps.pdf) - Byte Craft Limited (PDF) +* [Introduction to Embedded Systems, Second Edition](https://ptolemy.berkeley.edu/books/leeseshia/releases/LeeSeshia_DigitalV2_2.pdf) - Edward Ashford Lee, Sanjit Arunkumar Seshia (PDF) +* [Introduction to Microcontrollers](http://www.embeddedrelated.com/showarticle/453.php) (HTML) +* [Mastering the FreeRTOS Real Time Kernel - a Hands On Tutorial Guide](https://freertos.org/Documentation/RTOS_book.html) - freertos.org ([PDF](https://freertos.org/fr-content-src/uploads/2018/07/161204_Mastering_the_FreeRTOS_Real_Time_Kernel-A_Hands-On_Tutorial_Guide.pdf)) + + ### Game Development * [2D Game Development: From Zero To Hero](https://github.com/Penaz91/2DGD_F0TH) - Daniele Penazzo (HTML, [PDF, EBPUB, Kindle...](https://therealpenaz91.itch.io/2dgd-f0th#download)) *(:construction: in process)*