Browse Source
The Raspberry Pi Pico 2's device is compatible with the existing Pico 1. The build system requires a `<board>.overlay` file, but these use the pre-processing to #include the sibling rpi_pico.overlay files rather than duplicating the contents as an attempt to keep things DRY. Tested locally. Signed-off-by: Andrew Featherstone <andrew.featherstone@gmail.com>pull/83345/head
2 changed files with 16 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||||
|
/* |
||||||
|
* SPDX-License-Identifier: Apache-2.0 |
||||||
|
* |
||||||
|
* Copyright (c) 2024 Andrew Featherstone <andrew.featherstone@gmail.com> |
||||||
|
*/ |
||||||
|
|
||||||
|
/* Pico 2 is compatible with the Pico 1, so reuse. */ |
||||||
|
#include "rpi_pico.overlay" |
Loading…
Reference in new issue