- Embedded Systems Architecture
- Daniele Lacamera
- 147字
- 2021-06-25 21:54:57
Conventions used
There are a number of text conventions used throughout this book.
code_in_text: Indicates code words in text, folder names, filenames, file extensions, pathnames, user input, and interaction with the command console. Here is an example: "Compile the source file, hello.c, to produce the executable."
A block of code is set as follows:
#include <stdio.h>
int main(void) {
printf("Hello, world!");
return 0;
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
CFLAGS=-Wall
hello.o: hello.c
gcc -c -o $(@) $(^) $(CFLAGS)
Any command-line input or output is written as follows:
$ gcc -c -o hello.o hello.c
$ make clean
Commands for the debugger console are written as follows:
> add-symbol-file app.elf 0x1000
> bt full
Bold: Indicates a new term, an important word, or words that you see onscreen.
推薦閱讀
- Windows Server 2019 Cookbook
- Linux系統架構與運維實戰
- Designing Purpose:Built Drones for Ardupilot Pixhawk 2.1
- Linux內核完全注釋(20周年版·第2版)
- 嵌入式Linux系統開發:基于Yocto Project
- Ubuntu Linux操作系統
- Linux就該這么學
- AWS Development Essentials
- OpenStack系統架構設計實戰
- iOS 8開發指南
- 計算機系統的自主設計
- Linux基礎使用與案例
- 新編電腦辦公(Windows 10+ Office 2013版)從入門到精通
- HTML5 Enterprise Application Development
- Windows Vista終極技巧金典