forked from Imagelibrary/rtems
Added Data Types Chapter.
This commit is contained in:
@@ -16,8 +16,8 @@ COMMON_FILES=$(top_srcdir)/common/cpright.texi
|
||||
|
||||
FILES= bsp.texi dirstat.texi example.texi glossary.texi preface.texi
|
||||
|
||||
GENERATED_FILES=overview.texi concepts.texi init.texi task.texi \
|
||||
intr.texi clock.texi timer.texi sem.texi msg.texi \
|
||||
GENERATED_FILES=overview.texi concepts.texi datatypes.texi init.texi \
|
||||
task.texi intr.texi clock.texi timer.texi sem.texi msg.texi \
|
||||
event.texi signal.texi part.texi region.texi \
|
||||
dpmem.texi io.texi fatal.texi schedule.texi rtmon.texi \
|
||||
bsp.texi userext.texi conf.texi mp.texi
|
||||
@@ -48,11 +48,16 @@ overview.texi: overview.t
|
||||
|
||||
concepts.texi: concepts.t
|
||||
$(BMENU) -p "Overview Manual Organization" \
|
||||
-u "Top" \
|
||||
-n "RTEMS Data Types" $<
|
||||
|
||||
datatypes.texi: datatypes.t
|
||||
$(BMENU) -p "Key Concepts Memory Management" \
|
||||
-u "Top" \
|
||||
-n "Initialization Manager" $<
|
||||
|
||||
init.texi: init.t
|
||||
$(BMENU) -p "Key Concepts Memory Management" \
|
||||
$(BMENU) -p "RTEMS Data Types List of Data Types" \
|
||||
-u "Top" \
|
||||
-n "Task Manager" $<
|
||||
|
||||
|
||||
@@ -86,6 +86,7 @@ END-INFO-DIR-ENTRY
|
||||
@include preface.texi
|
||||
@include overview.texi
|
||||
@include concepts.texi
|
||||
@include datatypes.texi
|
||||
@include init.texi
|
||||
@include task.texi
|
||||
@include intr.texi
|
||||
@@ -119,6 +120,7 @@ This is the online version of the RTEMS C User's Guide.
|
||||
* Preface::
|
||||
* Overview::
|
||||
* Key Concepts::
|
||||
* RTEMS Data Types::
|
||||
* Initialization Manager::
|
||||
* Task Manager::
|
||||
* Interrupt Manager::
|
||||
|
||||
Reference in New Issue
Block a user