[PATCH rtems-libbsd 0/5] RTEMS LibBSD Documentation

Husni Faiz ahamedhusni73 at gmail.com
Sun Aug 1 19:25:41 UTC 2021


The RTEMS LibBSD doesn't have a documentation in the RTEMS Documentation Project.
As I'm currently porting USB device drivers to LibBSD I decided to 
document the drivers I port in the rtems-docs.

In this patch set I have added a quick-start guide and the USB template
driver documentation.

Husni Faiz (5):
  libbsd: Quick Start Guide for RTEMS LibBSD
  libbsd: Index for LibBSD Doc
  libbsd: Add conf.py and wscript for the libbsd doc.
  wscript: Enable build for  LibBSD Doc
  libbsd: USB Template Driver Documentation

 libbsd/conf.py           | 14 +++++++++++
 libbsd/device_driver.rst | 30 +++++++++++++++++++++++
 libbsd/index.rst         | 24 +++++++++++++++++++
 libbsd/introduction.rst  |  8 +++++++
 libbsd/quick_start.rst   | 51 ++++++++++++++++++++++++++++++++++++++++
 libbsd/wscript           |  7 ++++++
 wscript                  |  3 ++-
 7 files changed, 136 insertions(+), 1 deletion(-)
 create mode 100644 libbsd/conf.py
 create mode 100644 libbsd/device_driver.rst
 create mode 100644 libbsd/index.rst
 create mode 100644 libbsd/introduction.rst
 create mode 100644 libbsd/quick_start.rst
 create mode 100644 libbsd/wscript

-- 
2.25.1



More information about the devel mailing list