This patchset includes two new sample app guides. The first is for the existing basic forwarding/skeleton application.
The second is for the recently added rxtx_callbacks sample application. John McNamara (3): examples/skeleton: minor refactoring to help documentation doc: add docs for basic forwarding skeleton app doc: add docs for the rxtx_callbacks sample app MAINTAINERS | 4 + doc/guides/sample_app_ug/index.rst | 4 +- doc/guides/sample_app_ug/rxtx_callbacks.rst | 251 ++++++++++++++++++++ doc/guides/sample_app_ug/skeleton.rst | 338 +++++++++++++++++++++++++++ examples/skeleton/basicfwd.c | 77 +++++-- 5 files changed, 653 insertions(+), 21 deletions(-) create mode 100644 doc/guides/sample_app_ug/rxtx_callbacks.rst create mode 100644 doc/guides/sample_app_ug/skeleton.rst -- 1.7.4.1