mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 00:47:02 +08:00

Old name: RTEMS BSP and Device Driver Development Guide This is long and causes problems in the PDF output. This patch changes the name to: RTEMS BSP and Driver Guide Closes #3141.
15 lines
289 B
Python
15 lines
289 B
Python
import sys, os
|
|
sys.path.append(os.path.abspath('../common/'))
|
|
|
|
from conf import *
|
|
|
|
project = "RTEMS BSP and Device Driver Development Guide"
|
|
|
|
latex_documents = [
|
|
('index',
|
|
'bsp-howto.tex',
|
|
u'RTEMS BSP and Driver Guide',
|
|
u'RTEMS Documentation Project',
|
|
'manual'),
|
|
]
|