docs: move chipsets.md to chipsets/README.md, add to manual

This commit is contained in:
Matthias Ringwald 2016-11-18 18:16:17 +01:00
parent 4f8a906506
commit 35e00af028
4 changed files with 6 additions and 3 deletions

1
doc/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
chipsets.md

View File

@ -26,6 +26,7 @@ preview: update_docs_and_apis html
mkdocs serve
update_docs_and_apis:
rsync -a ../../chipset/README.md docs/chipsets.md
rm -rf tmp
mkdir tmp
./update_apis.py
@ -33,7 +34,7 @@ update_docs_and_apis:
clean:
rm -rf docs_final tmp btstack *.pdf latex/btstack_generated.* latex/btstack_final.tex
rm -rf docs/appendix/apis.md docs/appendix/index.md docs/examples/examples.md
rm -rf docs/appendix/apis.md docs/appendix/index.md docs/examples/examples.md docs/chipsets.md
rm -rf docs_tmp latex btstack help

View File

@ -6,10 +6,11 @@ pages:
- [quick_start.md, Quick Start]
- [architecture.md, BTstack Architecture]
- [how_to.md, How to configure BTstack]
- [protocols.md, Supported Protocols]
- [profiles.md, Supported Profiles]
- [protocols.md, Protocols]
- [profiles.md, Profiles]
- [gatt_services.md, Implemented GATT Services]
- [examples/examples.md, Embedded Examples]
- [chipsets.md, Chipsets]
- [porting.md, Porting to Other Platforms]
- [integration.md, Integrating with Existing Systems]
- [appendix/apis.md, APIs]