#2368 closed infra (fixed)

Documentation for Unlimited Objects needs updating

Reported by: mw Owned by: Joel Sherrill <joel.sherrill@…>
Priority: normal Milestone:
Component: doc Version: 4.11
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

The documentation in the C User's Guide for using unlimited objects is incorrect/inconsistent. Section 23.6.1 lists

#define CONFIGURE_UNLIMITED_OBJECTS

but section 23.6.4 lists CONFIGURE_OBJECTS_UNLIMITED as the macro. This latter name is used for the rest of the document, but in the code, it appears that the former is correct. It also looks like the macro CONFIGURE_OBJECTS_ALLOCATION_SIZE doesn't exist in the code, but CONFIGURE_UNLIMITED_ALLOCATION_SIZE may have replaced it?

Change History (2)

comment:1 Changed on 06/15/15 at 18:23:35 by Joel Sherrill <joel.sherrill@…>

Owner: set to Joel Sherrill <joel.sherrill@…>
Resolution: fixed
Status: newclosed

In e0938c2754528fbcdec9bd434e5e7732d2c850bf/rtems:

user/conf.t: Fix names for CONFIGURE_UNLIMITED_OBJECTS and CONFIGURE_UNLIMITED_ALLOCATION_SIZE

closes #2368.

comment:2 Changed on 10/10/17 at 06:06:29 by Sebastian Huber

Component: Documentationdoc
Note: See TracTickets for help on using tickets.