From 483e201082514366cd851cd36ef10db7b5037c32 Mon Sep 17 00:00:00 2001 From: Robert Quattlebaum Date: Sun, 6 Nov 2016 22:30:17 -0800 Subject: [PATCH] spinel-doc: Updates and additions to spinel documentation. (#934) These changes add peek/poke commands, improvements to the SPI protocol, and a few other miscellaneous minor changes. --- doc/draft-spinel-protocol.html | 176 ++- doc/draft-spinel-protocol.txt | 1292 +++++++++-------- doc/spinel-protocol-src/spinel-commands.md | 48 + doc/spinel-protocol-src/spinel-framing.md | 63 +- doc/spinel-protocol-src/spinel-prop-core.md | 8 +- .../spinel-security-considerations.md | 8 +- src/ncp/spinel.h | 14 +- 7 files changed, 976 insertions(+), 633 deletions(-) diff --git a/doc/draft-spinel-protocol.html b/doc/draft-spinel-protocol.html index feed74b7d..b37c6b993 100644 --- a/doc/draft-spinel-protocol.html +++ b/doc/draft-spinel-protocol.html @@ -405,6 +405,9 @@ + + + @@ -462,10 +465,12 @@ + - + + @@ -555,7 +560,7 @@ - + @@ -585,7 +590,7 @@

Spinel Host-Controller Protocol
- draft-spinel-protocol-4fce7582b

+ draft-spinel-protocol-f9bf43254

Abstract @@ -651,6 +656,9 @@
  • 4.7. CMD 6: (NCP->Host) CMD_PROP_VALUE_IS
  • 4.8. CMD 7: (NCP->Host) CMD_PROP_VALUE_INSERTED
  • 4.9. CMD 8: (NCP->Host) CMD_PROP_VALUE_REMOVED
  • +
  • 4.10. CMD 18: (Host->NCP) CMD_PEEK
  • +
  • 4.11. CMD 19: (NCP->Host) CMD_PEEK_RET
  • +
  • 4.12. CMD 20: (Host->NCP) CMD_POKE
  • 5. Properties
  • 6. Status Codes
  • 7. Security Considerations
  • -
  • 8. Acknowledgments
  • +
  • 8. Acknowledgments
  • Appendix A. Framing Protocol