Github repo
https://github.com/drac98/rtems-docs/commits/libbsd
On Mon, Aug 2, 2021 at 12:56 AM Husni Faiz <ahamedhusn...@gmail.com> wrote:

> 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
>
>
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to