Add framework workaround to the config example (#2580)

This commit is contained in:
Samuel Sieb 2023-01-10 18:45:47 -08:00 committed by GitHub
parent a1fca1d53c
commit bc0c9aa286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -18,6 +18,19 @@ This component contains platform-specific options for the RP2040 platform.
rp2040:
board: rpipicow
.. 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
Configuration variables:
------------------------