Skip to content

Commit

Permalink
test: Add rp2350 build to test cases
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin O'Connor <[email protected]>
  • Loading branch information
KevinOConnor committed Feb 27, 2025
1 parent 1836ec4 commit 3c1bf4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/configs/rp2040.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Base config file for rp2040 boards
CONFIG_MACH_RPXXXX=y
CONFIG_MACH_RP2040=y
3 changes: 3 additions & 0 deletions test/configs/rp2350.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Base config file for rp2350 boards
CONFIG_MACH_RPXXXX=y
CONFIG_MACH_RP2350=y

0 comments on commit 3c1bf4c

Please sign in to comment.