Skip to content

Commit

Permalink
boards: arm: Fix flash building with seeeduino_xiao_rp2040
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Johanson <[email protected]>
  • Loading branch information
petejohanson committed Jul 5, 2024
1 parent 8f87b3b commit 87fa801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/arm/seeeduino_xiao_rp2040/seeeduino_xiao_rp2040.dts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
chosen {
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,flash-controller = &ssi;
zephyr,console = &uart0;
zephyr,code-partition = &code_partition;
};
Expand Down

0 comments on commit 87fa801

Please sign in to comment.