mirror of
https://github.com/bluekitchen/btstack.git
synced 2024-12-27 21:21:21 +00:00
docs: move chipsets.md to chipsets/README.md, add to manual
This commit is contained in:
parent
4f8a906506
commit
35e00af028
1
doc/.gitignore
vendored
Normal file
1
doc/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
chipsets.md
|
@ -26,6 +26,7 @@ preview: update_docs_and_apis html
|
|||||||
mkdocs serve
|
mkdocs serve
|
||||||
|
|
||||||
update_docs_and_apis:
|
update_docs_and_apis:
|
||||||
|
rsync -a ../../chipset/README.md docs/chipsets.md
|
||||||
rm -rf tmp
|
rm -rf tmp
|
||||||
mkdir tmp
|
mkdir tmp
|
||||||
./update_apis.py
|
./update_apis.py
|
||||||
@ -33,7 +34,7 @@ update_docs_and_apis:
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf docs_final tmp btstack *.pdf latex/btstack_generated.* latex/btstack_final.tex
|
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
|
rm -rf docs_tmp latex btstack help
|
||||||
|
|
||||||
|
|
||||||
|
@ -6,10 +6,11 @@ pages:
|
|||||||
- [quick_start.md, Quick Start]
|
- [quick_start.md, Quick Start]
|
||||||
- [architecture.md, BTstack Architecture]
|
- [architecture.md, BTstack Architecture]
|
||||||
- [how_to.md, How to configure BTstack]
|
- [how_to.md, How to configure BTstack]
|
||||||
- [protocols.md, Supported Protocols]
|
- [protocols.md, Protocols]
|
||||||
- [profiles.md, Supported Profiles]
|
- [profiles.md, Profiles]
|
||||||
- [gatt_services.md, Implemented GATT Services]
|
- [gatt_services.md, Implemented GATT Services]
|
||||||
- [examples/examples.md, Embedded Examples]
|
- [examples/examples.md, Embedded Examples]
|
||||||
|
- [chipsets.md, Chipsets]
|
||||||
- [porting.md, Porting to Other Platforms]
|
- [porting.md, Porting to Other Platforms]
|
||||||
- [integration.md, Integrating with Existing Systems]
|
- [integration.md, Integrating with Existing Systems]
|
||||||
- [appendix/apis.md, APIs]
|
- [appendix/apis.md, APIs]
|
||||||
|
Loading…
Reference in New Issue
Block a user