blob: 165bfe3282585dfb66aa1a596cbf0449e6f56278 [file] [log] [blame] [edit]
:html_theme.sidebar_secondary.remove:
.. _docs-root:
=======
Pigweed
=======
*Sustained, robust, and rapid embedded product development for large teams*
-----------
Get started
-----------
.. raw:: html
<!-- Add a little space between the H2 and the cards. This is an edge case
that only occurs on the homepage so it's best to just hack the fix
locally here. -->
<br>
.. grid:: 1
.. grid-item-card:: :octicon:`rocket` Tour of Pigweed
:link: showcase-sense
:link-type: ref
:class-item: sales-pitch-cta-primary
Explore key Pigweed features, such as hermetic building, full C++
code intelligence in VS Code, communicating with devices over RPC,
host-side and on-device unit tests, and lots more in a guided
walkthrough.
.. grid:: 2
.. grid-item-card:: :octicon:`code-square` Bazel quickstart
:link: https://cs.opensource.google/pigweed/quickstart/bazel
:link-type: url
:class-item: sales-pitch-cta-secondary
Fork our minimal, Bazel-based starter project to create a new
Pigweed project from scratch. The project includes a basic
blinky LED program that runs on Raspberry Pi Picos and can
be simulated on your development host.
.. grid-item-card:: :octicon:`list-ordered` More get started guides
:link: docs-get-started
:link-type: ref
:class-item: sales-pitch-cta-secondary
Set up a C++-based Zephyr project, set up GitHub Actions,
integrate Pigweed into an existing Bazel project, and more.
---------------------------------------------
Pigweed SDK launches with Raspberry Pi RP2350
---------------------------------------------
.. _Google Pigweed comes to our new RP2350: https://www.raspberrypi.com/news/google-pigweed-comes-to-our-new-rp2350/
.. _Introducing the Pigweed SDK: https://opensource.googleblog.com/2024/08/introducing-pigweed-sdk.html
The first preview release of the Pigweed SDK has launched with official
hardware support for Raspberry Pi’s newest microprocessor products, the
RP2350 and Pico 2! Check out the following blog posts to learn more:
* `Google Pigweed comes to our new RP2350`_
* `Introducing the Pigweed SDK`_
----------------
What is Pigweed?
----------------
.. raw:: html
<!-- Add a little space between the H2 and the cards. This is an edge case
that only occurs on the homepage so it's best to just hack the fix
locally here. -->
<br>
.. grid:: 2
.. grid-item-card:: :octicon:`code-square` Libraries
:link: docs-concepts-embedded-development-libraries
:link-type: ref
:class-item: sales-pitch-cta-secondary
Over 150 libraries ("modules") enabling you to use modern C++ and
software development best practices without compromising performance,
code size, or memory
.. grid-item-card:: :octicon:`tools` Automation
:link: docs-concepts-build-system
:link-type: ref
:class-item: sales-pitch-cta-secondary
Easier automated building, testing, and linting for Bazel, GN,
and CMake projects
.. grid:: 2
.. grid-item-card:: :octicon:`container` Environments
:link: docs-concepts-development-environment
:link-type: ref
:class-item: sales-pitch-cta-secondary
Hermetic and replicable development environments for your entire team -
no more struggling with toolchains and "it worked on my machine"
.. grid-item-card:: :octicon:`stack` Frameworks
:link: docs-concepts-full-framework
:link-type: ref
:class-item: sales-pitch-cta-secondary
Turnkey solutions for new projects that want to make full use of
everything that Pigweed offers
--------------------
Who's using Pigweed?
--------------------
.. _satellites: https://www.spinlaunch.com/
.. _autonomous aerial drones: https://www.flyzipline.com/
.. TODO: b/358432838 - Update this section once the banned word list is fixed.
Pigweed has shipped in millions of devices, including Google's suite of Pixel
devices, Nest thermostats, `satellites`_, and `autonomous aerial drones`_.
--------------------
Showcase: pw_console
--------------------
:ref:`module-pw_console` is our multi-purpose, pluggable REPL and log viewer.
It's designed to be a complete development and manufacturing solution for
interacting with hardware devices via :ref:`module-pw_rpc` over a
:ref:`module-pw_hdlc` transport. Gone are the days of hacking together a REPL
and log viewer for each new project!
.. figure:: https://storage.googleapis.com/pigweed-media/pw_console/python_completion.png
:alt: Using pw_console to interact with a device
Using pw_console to interact with a device
.. _docs-root-changelog:
---------------------
What's new in Pigweed
---------------------
.. include:: changelog.rst
:start-after: .. changelog_highlights_start
:end-before: .. changelog_highlights_end
See :ref:`docs-changelog-latest` in our changelog for details.
----------
Talk to us
----------
.. raw:: html
<!-- Add a little space between the H2 and the cards. This is an edge case
that only occurs on the homepage so it's best to just hack the fix
locally here. -->
<br>
.. grid:: 1
.. grid-item-card:: :octicon:`comment-discussion` Chat room
:link: https://discord.gg/M9NSeTA
:link-type: url
:class-item: sales-pitch-cta-secondary
For real-time discussion with the Pigweed team, head over to our Discord.
.. grid:: 2
.. grid-item-card:: :octicon:`device-camera-video` Monthly community meeting
:link: https://groups.google.com/g/pigweed
:link-type: url
:class-item: sales-pitch-cta-secondary
.. pigweed-live::
.. grid-item-card:: :octicon:`bug` Issues
:link: https://pwbug.dev
:link-type: url
:class-item: sales-pitch-cta-secondary
Found a bug? Got a feature request? Please create a new issue in our
tracker.
.. toctree::
:maxdepth: 1
:hidden:
Home <self>
Tour <docs/showcases/sense/index>
docs/get_started/index
What's new <changelog>
modules
Source code <https://cs.pigweed.dev/pigweed>
docs/showcases/index
docs/concepts/index
Toolchain <toolchain>
docs/3p/index
docs/community/index
Developing & contributing <docs/contributing/index>
Blog <docs/blog/index>