[PATCH 00/11] Generate some header files
Sebastian Huber
sebastian.huber at embedded-brains.de
Mon Nov 9 14:49:28 UTC 2020
This patch set replaces some hand written header files of the Classic
API with header files generated from specification items. The main
parts are the Event Manager and the Partition Manager. The patches for
the RTEMS Classic API Guide of these two managers is available here:
https://lists.rtems.org/pipermail/devel/2020-November/063122.html
I tried to follow the updated Doxygen guidelines:
https://lists.rtems.org/pipermail/devel/2020-November/063119.html
Sebastian Huber (11):
rtems: Include missing header file
rtems: Generate <rtems/config.h>
rtems: Generate <rtems/rtems/config.h>
rtems: Generate <rtems/rtems/status.h>
rtems: Generate <rtems/rtems/modes.h>
rtems: Generate <rtems/rtems/options.h>
rtems: Generate <rtems/rtems/types.h>
rtems: Generate <rtems/rtems/attr.h>
rtems: Generate <rtems/rtems/event.h>
rtems: Generate <rtems/rtems/part.h>
rtems: Generate <rtems/score/basedefs.h>
cpukit/include/rtems/config.h | 528 ++++++++++---
cpukit/include/rtems/rtems/attr.h | 312 +++++---
cpukit/include/rtems/rtems/config.h | 305 +++++--
cpukit/include/rtems/rtems/event.h | 1052 +++++++++++++++----------
cpukit/include/rtems/rtems/modes.h | 259 ++++--
cpukit/include/rtems/rtems/options.h | 132 +++-
cpukit/include/rtems/rtems/part.h | 397 ++++++++--
cpukit/include/rtems/rtems/region.h | 1 +
cpukit/include/rtems/rtems/status.h | 400 ++++++----
cpukit/include/rtems/rtems/support.h | 1 +
cpukit/include/rtems/rtems/types.h | 328 +++++---
cpukit/include/rtems/score/basedefs.h | 1052 +++++++++++++++++--------
12 files changed, 3309 insertions(+), 1458 deletions(-)
--
2.26.2
More information about the devel
mailing list