diff --git a/README.md b/README.md index ff24d8c92..feb262ad1 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ # What is OpenThread? -OpenThread is... +OpenThread released by Google is... Thread Certified Component -**...an open-source implementation of the [Thread](http://threadgroup.org/technology/ourtechnology) networking protocol.** Nest has released OpenThread to make the technology used in Nest products more broadly available to developers to accelerate the development of products for the connected home. +**...an open-source implementation of the [Thread](http://threadgroup.org/technology/ourtechnology) networking protocol.** Google Nest has released OpenThread to make the technology used in Nest products more broadly available to developers to accelerate the development of products for the connected home. **...OS and platform agnostic**, with a narrow platform abstraction layer and a small memory footprint, making it highly portable. It supports both system-on-chip (SoC) and network co-processor (NCP) designs. @@ -35,7 +35,7 @@ More information about Thread can be found at [threadgroup.org](http://threadgro # Who supports OpenThread? -ARMCascodaMicrosoftNestNordicNXPParticleQorvoQualcommSTMicroelectronicsSynopsysTexas InstrumentsZephyr Project +ARMCascodaGoogleMicrosoftNordicNXPParticleQorvoQualcommSTMicroelectronicsSynopsysTexas InstrumentsZephyr Project # Getting started diff --git a/doc/Makefile.am b/doc/Makefile.am index 2cc0999cf..437db8812 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -34,8 +34,8 @@ EXTRA_DIST = \ $(srcdir)/images/Open-Thread-Logo-200x42.png \ $(srcdir)/images/openthread_logo.png \ $(srcdir)/images/ot-contrib-arm.png \ + $(srcdir)/images/ot-contrib-google.png \ $(srcdir)/images/ot-contrib-ms.png \ - $(srcdir)/images/ot-contrib-nest.png \ $(srcdir)/images/ot-contrib-nordic.png \ $(srcdir)/images/ot-contrib-nxp.png \ $(srcdir)/images/ot-contrib-particle.png \ diff --git a/doc/images/Open-Thread-Logo-200x42.png b/doc/images/Open-Thread-Logo-200x42.png index 346329bf2..91eeed385 100644 Binary files a/doc/images/Open-Thread-Logo-200x42.png and b/doc/images/Open-Thread-Logo-200x42.png differ diff --git a/doc/images/openthread_logo.png b/doc/images/openthread_logo.png index 41afda60a..63b2611bc 100644 Binary files a/doc/images/openthread_logo.png and b/doc/images/openthread_logo.png differ diff --git a/doc/images/ot-contrib-google.png b/doc/images/ot-contrib-google.png new file mode 100644 index 000000000..aa4e88a98 Binary files /dev/null and b/doc/images/ot-contrib-google.png differ diff --git a/doc/images/ot-contrib-nest.png b/doc/images/ot-contrib-nest.png deleted file mode 100644 index 2e79d4fd3..000000000 Binary files a/doc/images/ot-contrib-nest.png and /dev/null differ