요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
.. SPDX-License-Identifier: GPL-2.0
3
=================================
4
Serial Peripheral Interface (SPI)
5
=================================
7
.. toctree::
8
:maxdepth: 1
10
spi-summary
11
spidev
12
butterfly
13
spi-lm70llp
14
spi-sc18is602
16
.. only:: subproject and html
18
Indices
19
=======
21
* :ref:`genindex`
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
SPI 문서 목차
1-21이 페이지는 Linux Serial Peripheral Interface(SPI) 문서의 상위 목차다. `spi-summary`, `spidev`, `butterfly`, `spi-lm70llp`, `spi-sc18is602` 문서를 한 단계 깊이의 toctree로 연결한다.
subproject이면서 HTML 출력인 경우에는 일반 색인 `genindex` 링크도 표시한다.
문서주제
spi-summarySPI core, controller와 protocol driver 개요
spidev사용자 공간 SPI 장치 인터페이스
butterflyAVR Butterfly 병렬 포트 어댑터
spi-lm70llpLM70-LLP 병렬 포트 온도 센서 어댑터
spi-sc18is602NXP I2C-to-SPI bridge
목차 항목별 주제를 정리한다.
SPI index→spi-summary / spidev
SPI index→butterfly / spi-lm70llp / spi-sc18is602
상위 index에서 일반 API와 장치별 어댑터 문서로 이동한다.
.. SPDX-License-Identifier: GPL-2.0
=================================
Serial Peripheral Interface (SPI)
=================================
.. toctree::
:maxdepth: 1
spi-summary
spidev
butterfly
spi-lm70llp
spi-sc18is602
.. only:: subproject and html
Indices
=======
* :ref:`genindex`
요약·해설
index.rst:1-21Linux SPI 문서의 상위 목차로 core 개요, spidev와 세 가지 장치별 어댑터 문서를 연결합니다.