2022-10-27 01:38:26 +02:00
RP2040 Platform
===============
.. seo ::
:description: Configuration for the RP2040 platform for ESPHome.
:image: rp2040.svg
This component contains platform-specific options for the RP2040 platform.
2022-10-27 04:43:17 +02:00
.. 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.
2022-10-27 01:38:26 +02:00
.. code-block :: yaml
# Example configuration entry
rp2040:
board: rpipicow
2023-01-11 03:45:47 +01:00
.. note ::
For now, you need the following added to the config or you will get compile errors and board not found:
.. code-block :: yaml
# Example configuration entry
rp2040:
board: rpipicow
framework:
platform_version: https://github.com/maxgerhardt/platform-raspberrypi.git
2022-10-27 01:38:26 +02:00
Configuration variables:
------------------------
2023-02-05 20:36:50 +01:00
- **board** (*Optional* , string): The board type. Valid option is `` rpipicow `` .
2022-10-27 01:38:26 +02:00
See Also
--------
- :doc: `esphome`
- :ghedit: `Edit`