Yanlineng a285c2e07a 同步上游到 21d59b8b40c2 , 添加 RT-Thread UART 对接 HCI 层 (#19) 3 lat temu
..
ble_hs ebf4924934 【增加】添加基于RT-Thread的开源BLE5.0协议栈:NimBLE 7 lat temu
ble_setup ebf4924934 【增加】添加基于RT-Thread的开源BLE5.0协议栈:NimBLE 7 lat temu
btshell a285c2e07a 同步上游到 21d59b8b40c2 , 添加 RT-Thread UART 对接 HCI 层 (#19) 3 lat temu
firmwares a285c2e07a 同步上游到 21d59b8b40c2 , 添加 RT-Thread UART 对接 HCI 层 (#19) 3 lat temu
mesh 81a2eb39ad 同步上游到 5271e1f 4 lat temu
.gitignore ebf4924934 【增加】添加基于RT-Thread的开源BLE5.0协议栈:NimBLE 7 lat temu
Makefile ebf4924934 【增加】添加基于RT-Thread的开源BLE5.0协议栈:NimBLE 7 lat temu
README.rst ebf4924934 【增加】添加基于RT-Thread的开源BLE5.0协议栈:NimBLE 7 lat temu
ble_sec.rst ebf4924934 【增加】添加基于RT-Thread的开源BLE5.0协议栈:NimBLE 7 lat temu
conf.py ebf4924934 【增加】添加基于RT-Thread的开源BLE5.0协议栈:NimBLE 7 lat temu
doxygen.xml ebf4924934 【增加】添加基于RT-Thread的开源BLE5.0协议栈:NimBLE 7 lat temu
index.rst 81a2eb39ad 同步上游到 5271e1f 4 lat temu
同步上游代码说明.md a285c2e07a 同步上游到 21d59b8b40c2 , 添加 RT-Thread UART 对接 HCI 层 (#19) 3 lat temu

README.rst

NimBLE Bluetooth Stack Documentation
#################################

This folder holds the documentation for the NimBLE Bluetooth stack from the
`Apache Mynewt`_ project. It is built using `Sphinx`_.
The source code also contains inline comments in `Doxygen`_
format to document the APIs.

The complete project documentation can be found at `mynewt documentation`_

.. contents::

Writing Documentation
=======================

See: https://github.com/apache/mynewt-documentation#writing-documentation

Previewing Changes
==========================

In order to preview any changes you make you must first install a Sphinx
toolchain as described at https://github.com/apache/mynewt-documentation#id3.
Then:

.. code-block:: bash

$ cd docs
$ make clean && make preview && (cd _build/html && python -m SimpleHTTPServer 8080)

.. _Apache Mynewt: https://mynewt.apache.org/
.. _mynewt documentation: https://github.com/apache/mynewt-documentation
.. _Sphinx: http://www.sphinx-doc.org/
.. _Doxygen: http://www.doxygen.org/