요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3
Controller Area Network (CAN) Device Drivers
4
============================================
6
Device drivers for CAN devices.
8
Contents:
10
.. toctree::
11
:maxdepth: 2
13
can327
14
ctu/ctucanfd-driver
15
freescale/flexcan
17
.. only:: subproject and html
19
Indices
20
=======
22
* :ref:`genindex`
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
CAN device driver 문서 색인
1-22Controller Area Network(CAN) device driver
CAN device용 driver 문서 모음입니다.
목차
- `can327`: ELM327 serial interface용 SocketCAN driver
- `ctu/ctucanfd-driver`: CTU CAN FD IP core driver
- `freescale/flexcan`: FlexCAN controller driver
Subproject와 HTML build에서는 전체 색인을 가리키는 `:ref:`genindex`` 항목도 제공합니다.
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
Controller Area Network (CAN) Device Drivers
============================================
Device drivers for CAN devices.
Contents:
.. toctree::
:maxdepth: 2
can327
ctu/ctucanfd-driver
freescale/flexcan
.. only:: subproject and html
Indices
=======
* :ref:`genindex`
요약·해설
index.rst:1-22Linux CAN device driver 문서의 색인으로 ELM327 serial adapter, CTU CAN FD soft core, Freescale FlexCAN controller 문서를 연결합니다.
Hardware 유형별 하위 문서로 이동합니다.