diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2025-02-26 20:28:50 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2025-02-26 20:28:50 -0500 |
commit | 3c1bf4ccfe374ae71deb111f82c969eff093b8d8 (patch) | |
tree | 3f3532561362b1d7fd9b1157a1d28148eba37cab /test/configs | |
parent | 1836ec431c5750d391c2128948a336c9106fd629 (diff) | |
download | kutter-3c1bf4ccfe374ae71deb111f82c969eff093b8d8.tar.gz kutter-3c1bf4ccfe374ae71deb111f82c969eff093b8d8.tar.xz kutter-3c1bf4ccfe374ae71deb111f82c969eff093b8d8.zip |
test: Add rp2350 build to test cases
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test/configs')
-rw-r--r-- | test/configs/rp2040.config | 1 | ||||
-rw-r--r-- | test/configs/rp2350.config | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/configs/rp2040.config b/test/configs/rp2040.config index ed594e04..da486ea3 100644 --- a/test/configs/rp2040.config +++ b/test/configs/rp2040.config @@ -1,2 +1,3 @@ # Base config file for rp2040 boards CONFIG_MACH_RPXXXX=y +CONFIG_MACH_RP2040=y diff --git a/test/configs/rp2350.config b/test/configs/rp2350.config new file mode 100644 index 00000000..f06f7753 --- /dev/null +++ b/test/configs/rp2350.config @@ -0,0 +1,3 @@ +# Base config file for rp2350 boards +CONFIG_MACH_RPXXXX=y +CONFIG_MACH_RP2350=y |