Chris Johns 6d7a4d2ee7 Update the BSP howto.
Closes #2590.
2016-06-17 15:05:41 +10:00

14 lines
324 B
Python

import sys, os
sys.path.append(os.path.abspath('../common/'))
from conf import *
version = '4.11.0'
release = '4.11.0'
project = "RTEMS BSP and Device Driver Development Guide"
latex_documents = [
('index', 'bsp_howto.tex', u'RTEMS BSP and Device Driver Development Guide', u'RTEMS Documentation Project', 'manual'),
]