RP2040 Platform¶
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 if you encounter an unknown problem.
# Example configuration entry
rp2040:
board: rpipicow
Note
For now, you need the following added to the config or you will get compile errors and board not found:
# Example configuration entry
rp2040:
board: rpipicow
framework:
platform_version: https://github.com/maxgerhardt/platform-raspberrypi.git
Configuration variables:¶
board (Optional, string): The board type. Valid option is
rpipicow
.