summaryrefslogtreecommitdiff
path: root/doc/board/qualcomm/debugging.rst
AgeCommit message (Collapse)Author
2025-10-29doc: board/qualcomm: Clean up debug options for QUP UARTLuca Weiss
CONFIG_BAUDRATE is not relevant for the QUP driver, and neither is CONFIG_DEBUG_UART_SKIP_INIT so remove them from the doc. Signed-off-by: Luca Weiss <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Casey Connolly <[email protected]>
2025-07-28treewide: fix Casey's nameCasey Connolly
I updated the mailmap a while back but it's nice to have authorship comments adjusted too. Signed-off-by: Casey Connolly <[email protected]>
2024-03-01doc: board/qualcomm: document generic targetsCaleb Connolly
Replace the board specific docs with a generic board.rst file which documents the build/boot process for the sdm845 and qcs404 boards now that the only differences are the DTB in use. At the same time, create a debugging page to document some useful snippets and tips for working with Qualcomm platforms. Reviewed-by: Neil Armstrong <[email protected]> Reviewed-by: Sumit Garg <[email protected]> Signed-off-by: Caleb Connolly <[email protected]>