mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-07 09:43:08 +01:00
31 lines
767 B
ReStructuredText
31 lines
767 B
ReStructuredText
RP2040 Platform
|
|
===============
|
|
|
|
.. seo::
|
|
:description: Configuration for the RP2040 platform for ESPHome.
|
|
:image: rp2040.svg
|
|
|
|
This component contains platform-specific options for the RP2040 platform.
|
|
|
|
.. note::
|
|
|
|
Support for all aspects of ESPHome on the RP2040 is still in development.
|
|
Please search for or create an `issue <https://github.com/esphome/issues/issues/new?assignees=&labels=&template=bug_report.yml>`__ if you encounter an unknown problem.
|
|
|
|
.. code-block:: yaml
|
|
|
|
# Example configuration entry
|
|
rp2040:
|
|
board: rpipicow
|
|
|
|
Configuration variables:
|
|
------------------------
|
|
|
|
- **board** (*Optional*, string): The board type. Valid options are ``rpipico`` and ``rpipicow``.
|
|
|
|
See Also
|
|
--------
|
|
|
|
- :doc:`esphome`
|
|
- :ghedit:`Edit`
|