source: rtems-docs/bsp_howto/conf.py @ 9aafb39

4.115
Last change on this file since 9aafb39 was 6d7a4d2, checked in by Chris Johns <chrisj@…>, on 06/17/16 at 05:05:41

Update the BSP howto.

Closes #2590.

  • Property mode set to 100644
File size: 324 bytes
Line 
1import sys, os
2sys.path.append(os.path.abspath('../common/'))
3
4from conf import *
5
6version = '4.11.0'
7release = '4.11.0'
8
9project = "RTEMS BSP and Device Driver Development Guide"
10
11latex_documents = [
12        ('index', 'bsp_howto.tex', u'RTEMS BSP and Device Driver Development Guide', u'RTEMS Documentation Project', 'manual'),
13]
Note: See TracBrowser for help on using the repository browser.