Update the BSP howto.

Closes #2590.
This commit is contained in:
Chris Johns
2016-06-17 15:05:41 +10:00
parent 54514fe292
commit 6d7a4d2ee7
21 changed files with 2638 additions and 2587 deletions

View File

@@ -3,10 +3,11 @@ sys.path.append(os.path.abspath('../common/'))
from conf import *
version = '1.0'
release = '5.0'
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 Howto Documentation', u'RTEMS Documentation Project', 'manual'),
('index', 'bsp_howto.tex', u'RTEMS BSP and Device Driver Development Guide', u'RTEMS Documentation Project', 'manual'),
]