Language:
English
繁體中文
Help
回圖書館首頁
手機版館藏查詢
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
Zephyr RTOS embedded C programming =...
~
Eliasz, Andrew.
Linked to FindBook
Google Book
Amazon
博客來
Zephyr RTOS embedded C programming = using embedded RTOS POSIX API /
Record Type:
Electronic resources : Monograph/item
Title/Author:
Zephyr RTOS embedded C programming/ by Andrew Eliasz.
Reminder of title:
using embedded RTOS POSIX API /
Author:
Eliasz, Andrew.
Published:
Berkeley, CA :Apress : : 2024.,
Description:
xix, 677 p. :ill., digital ;24 cm.
[NT 15003449]:
1. Introduction -- 2. A Review of RTOS Fundamentals -- 3. Zephyr RTOS Application Development Environments and Zephyr Application Building Principles -- 4. Zephyr RTOS Multithreading -- 5. Message Queues, Pipes, Mailboxes and Workqueues -- 6. Using Filesystems in Zephyr Applications -- 7. Developing Zephyr BLE Applications -- 8. Zephyr RTOS and Ethernet, WiFi, and TCP/IP -- 9. Understanding and Working with the Device Tree, in general, and SPI and I2C in particular -- 10. Building Zephyr RTOS Applications Using Renode -- 11. Understanding and Using the Zephyr ZBus in Application Development -- 12. Zephyr Wi-Fi.
Contained By:
Springer Nature eBook
Subject:
Embedded computer systems. -
Online resource:
https://doi.org/10.1007/979-8-8688-0107-5
ISBN:
9798868801075
Zephyr RTOS embedded C programming = using embedded RTOS POSIX API /
Eliasz, Andrew.
Zephyr RTOS embedded C programming
using embedded RTOS POSIX API /[electronic resource] :by Andrew Eliasz. - Berkeley, CA :Apress :2024. - xix, 677 p. :ill., digital ;24 cm.
1. Introduction -- 2. A Review of RTOS Fundamentals -- 3. Zephyr RTOS Application Development Environments and Zephyr Application Building Principles -- 4. Zephyr RTOS Multithreading -- 5. Message Queues, Pipes, Mailboxes and Workqueues -- 6. Using Filesystems in Zephyr Applications -- 7. Developing Zephyr BLE Applications -- 8. Zephyr RTOS and Ethernet, WiFi, and TCP/IP -- 9. Understanding and Working with the Device Tree, in general, and SPI and I2C in particular -- 10. Building Zephyr RTOS Applications Using Renode -- 11. Understanding and Using the Zephyr ZBus in Application Development -- 12. Zephyr Wi-Fi.
These days the term Real-Time Operating System (RTOS) is used when referring to an operating system designed for use in embedded microprocessors or controllers. The "Real Time" part refers to the ability to implement applications that can rapidly responding to external events in a deterministic and predictable manner. RTOS-based applications have to meet strict deadline constraints while meeting the requirements of the application. One way of ensuring that urgent operations are handled reliably is to set task priorities on each task and to assign higher priorities to those tasks that need to respond in a more timely manner. Another feature of real-time applications is the careful design and implementation of the communication and synchronization between the various tasks. The Zephyr RTOS was developed by Wind River Systems, and subsequently open sourced. Its design and implementation are oriented towards the development of time critical IoT (Internet of Things) and IIoT (Industrial Internet of Things) applications, and, consequently it has a rich feature set for building both wireless and wired networking applications. However, with a rich feature set comes a fairly steep learning curve. This book covers the foundations of programming embedded systems applications using Zephyr's Kernel services. After introducing the Zephyr architecture as well as the Zephyr build and configuration processes, the book will focus on multi-tasking and inter-process communication using the Zephyr Kernel Services API. By analogy with embedded Linux programming books, this book will be akin a Linux course that focuses on application development using the Posix API. In this case, however, it will be the Zephyr Kernel Services API that will be the API being used as well as the Posix API features supported by Zephyr. What You'll learn An Overview of the Cortex-M Architecture. Advanced data structures and algorithms programming (linked lists, circular buffers and lists) How to build Zephyr Applications, including setting up a Command Line Zephyr Development Environment on Linux. Task scheduling and pre-emption patterns used in Real Time Operating Systems. Scheduling, Interrupts and Synchronization, including threads, scheduling, and system threads. Overview of Symmetric Multiprocessing (SMP) and Zephyr support for SMP. Memory management, including memory heaps, memory slabs, and memory pools. Who This Book Is For Embedded Systems programmers, IoT and IIoT developers, researchers, BLE application developers (Industrial Control Systems, Smart Sensors, Medical Devices, Smart Watches, Manufacturing, Robotics) Also of use to undergraduate and masters in computer science and digital electronics courses.
ISBN: 9798868801075
Standard No.: 10.1007/979-8-8688-0107-5doiSubjects--Topical Terms:
582088
Embedded computer systems.
LC Class. No.: TK7895.E42
Dewey Class. No.: 006.22
Zephyr RTOS embedded C programming = using embedded RTOS POSIX API /
LDR
:04342nmm a2200325 a 4500
001
2375460
003
DE-He213
005
20240907131725.0
006
m d
007
cr nn 008maaau
008
241231s2024 cau s 0 eng d
020
$a
9798868801075
$q
(electronic bk.)
020
$a
9798868801068
$q
(paper)
024
7
$a
10.1007/979-8-8688-0107-5
$2
doi
035
$a
979-8-8688-0107-5
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
TK7895.E42
072
7
$a
UMX
$2
bicssc
072
7
$a
COM051010
$2
bisacsh
072
7
$a
UMX
$2
thema
082
0 4
$a
006.22
$2
23
090
$a
TK7895.E42
$b
E42 2024
100
1
$a
Eliasz, Andrew.
$3
3725006
245
1 0
$a
Zephyr RTOS embedded C programming
$h
[electronic resource] :
$b
using embedded RTOS POSIX API /
$c
by Andrew Eliasz.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2024.
300
$a
xix, 677 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
1. Introduction -- 2. A Review of RTOS Fundamentals -- 3. Zephyr RTOS Application Development Environments and Zephyr Application Building Principles -- 4. Zephyr RTOS Multithreading -- 5. Message Queues, Pipes, Mailboxes and Workqueues -- 6. Using Filesystems in Zephyr Applications -- 7. Developing Zephyr BLE Applications -- 8. Zephyr RTOS and Ethernet, WiFi, and TCP/IP -- 9. Understanding and Working with the Device Tree, in general, and SPI and I2C in particular -- 10. Building Zephyr RTOS Applications Using Renode -- 11. Understanding and Using the Zephyr ZBus in Application Development -- 12. Zephyr Wi-Fi.
520
$a
These days the term Real-Time Operating System (RTOS) is used when referring to an operating system designed for use in embedded microprocessors or controllers. The "Real Time" part refers to the ability to implement applications that can rapidly responding to external events in a deterministic and predictable manner. RTOS-based applications have to meet strict deadline constraints while meeting the requirements of the application. One way of ensuring that urgent operations are handled reliably is to set task priorities on each task and to assign higher priorities to those tasks that need to respond in a more timely manner. Another feature of real-time applications is the careful design and implementation of the communication and synchronization between the various tasks. The Zephyr RTOS was developed by Wind River Systems, and subsequently open sourced. Its design and implementation are oriented towards the development of time critical IoT (Internet of Things) and IIoT (Industrial Internet of Things) applications, and, consequently it has a rich feature set for building both wireless and wired networking applications. However, with a rich feature set comes a fairly steep learning curve. This book covers the foundations of programming embedded systems applications using Zephyr's Kernel services. After introducing the Zephyr architecture as well as the Zephyr build and configuration processes, the book will focus on multi-tasking and inter-process communication using the Zephyr Kernel Services API. By analogy with embedded Linux programming books, this book will be akin a Linux course that focuses on application development using the Posix API. In this case, however, it will be the Zephyr Kernel Services API that will be the API being used as well as the Posix API features supported by Zephyr. What You'll learn An Overview of the Cortex-M Architecture. Advanced data structures and algorithms programming (linked lists, circular buffers and lists) How to build Zephyr Applications, including setting up a Command Line Zephyr Development Environment on Linux. Task scheduling and pre-emption patterns used in Real Time Operating Systems. Scheduling, Interrupts and Synchronization, including threads, scheduling, and system threads. Overview of Symmetric Multiprocessing (SMP) and Zephyr support for SMP. Memory management, including memory heaps, memory slabs, and memory pools. Who This Book Is For Embedded Systems programmers, IoT and IIoT developers, researchers, BLE application developers (Industrial Control Systems, Smart Sensors, Medical Devices, Smart Watches, Manufacturing, Robotics) Also of use to undergraduate and masters in computer science and digital electronics courses.
650
0
$a
Embedded computer systems.
$3
582088
650
0
$a
C (Computer program language)
$3
521644
650
1 4
$a
Programming Language.
$3
3538935
650
2 4
$a
Internet of Things.
$3
3538511
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/979-8-8688-0107-5
950
$a
Professional and Applied Computing (SpringerNature-12059)
based on 0 review(s)
Location:
ALL
電子資源
Year:
Volume Number:
Items
1 records • Pages 1 •
1
Inventory Number
Location Name
Item Class
Material type
Call number
Usage Class
Loan Status
No. of reservations
Opac note
Attachments
W9495909
電子資源
11.線上閱覽_V
電子書
EB TK7895.E42
一般使用(Normal)
On shelf
0
1 records • Pages 1 •
1
Multimedia
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login