linguini1 opened a new pull request, #16362: URL: https://github.com/apache/nuttx/pull/16362
## Summary Installation instructions, license exceptions and supported features of the RP2040 common among all boards have been moved exclusively to the rp2040/index.rst file. Board documentation links back to the primary source for installation instructions. ## Impact This impacts only the documentation, nothing else. The impact of this change is that now the installation and build instructions for RP2040 boards are consolidated into one space, and are linked to from the board pages themselves. If NuttX ever decides to update the version of the Pico SDK required, or change a step in the build process, the change must only be propagated in one location. The supported RP2040 features were moved to the common documentation page for the chip as well, since any feature added to the RP2040 chip support will affect all boards. It is up to the board documentation to list its own supported features (i.e. a board with BLE capability but no such NuttX implementation yet). This also goes for chip-specific license exceptions. Since all boards shared the same license exceptions because of RP2040 common code, they are listed in one place. I have removed the mention of the serial console on each board, since some configurations use different serial consoles. The user can refer to the documentation for their selected configuration to determine the serial console, not a separate heading. ## Testing Documentation was built locally and the visual rendering and links were verified in my local browser. The CI will confirm this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org