Zephyr內核基礎

Zephyr Kernel Primer 

Zephyr內核基礎

This section describes the major features of the Zephyr kernel and how to use them.

本部分描述Zephyr內核的主要特徵以及使用方法。

Abbreviations - 縮略語

Abbreviations Definition
API

Application Program Interface: typically a defined set of routines and protocols for building software inputs and output mechanisms.

- 應用程序接口:用於構建軟件輸入和輸出機制的一組例程和協議集合。

ISR

Interrupt Service Routine

- 中斷服務例程

IDT

Interrupt Descriptor Table

- 中斷描述符表

XIP

eXecute In Place

- 即芯片內執行(指應用程序可以直接在flash閃存內運行,不必再把代碼讀到系統RAM中。)

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章