Skip to content

Commit

Permalink
pw_spi: Fix sitenav location for RP2040 backend
Browse files Browse the repository at this point in the history
Backend modules like pw_spi_rp2040 should not be
surfaced in the main module list on pigweed.dev.
They should be nested under their respective "frontend"
module.

Bug: 339741960
Change-Id: Idc7190429336f0b1209ba0848fb122bd56ac332f
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/214031
Lint: Lint 🤖 <[email protected]>
Reviewed-by: Anthony DiGirolamo <[email protected]>
Pigweed-Auto-Submit: Kayce Basques <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
  • Loading branch information
Kayce Basques authored and CQ Bot Account committed Jun 4, 2024
1 parent 0f2537e commit 65ba1ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion docs/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ including C, C++, Go, Rust, Shell, Batch and Python.
pw_software_update/docs
pw_span/docs
pw_spi/docs
pw_spi_rp2040/docs
pw_status/docs
pw_stm32cube_build/docs
pw_stream/docs
Expand Down
1 change: 1 addition & 0 deletions pw_spi/backends.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ pw_spi backends

Linux <../pw_spi_linux/docs>
MCUXpresso <../pw_spi_mcuxpresso/docs>
RP2040 <../pw_spi_rp2040/docs>

0 comments on commit 65ba1ca

Please sign in to comment.