Re: [PR] boards/sama5d3-xplained: Fix mmc card detection. [nuttx]

2025-05-17 Thread via GitHub
xiaoxiang781216 merged PR #16403: URL: https://github.com/apache/nuttx/pull/16403 -- 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...@nu

Re: [PR] boards/sama5d3-xplained: Fix mmc card detection. [nuttx]

2025-05-17 Thread via GitHub
ldube commented on code in PR #16403: URL: https://github.com/apache/nuttx/pull/16403#discussion_r2094127244 ## boards/arm/sama5/sama5d3-xplained/configs/knsh/defconfig: ## @@ -0,0 +1,91 @@ +# +# This file is autogenerated: PLEASE DO NOT EDIT IT. Review Comment: I'll delete

Re: [PR] boards/sama5d3-xplained: Fix mmc card detection. [nuttx]

2025-05-16 Thread via GitHub
raiden00pl commented on code in PR #16403: URL: https://github.com/apache/nuttx/pull/16403#discussion_r2093981170 ## boards/arm/sama5/sama5d3-xplained/configs/knsh/defconfig: ## @@ -0,0 +1,91 @@ +# +# This file is autogenerated: PLEASE DO NOT EDIT IT. Review Comment: could y

Re: [PR] boards/sama5d3-xplained: Fix mmc card detection. [nuttx]

2025-05-16 Thread via GitHub
raiden00pl commented on code in PR #16403: URL: https://github.com/apache/nuttx/pull/16403#discussion_r2093979330 ## boards/arm/sama5/sama5d3-xplained/Kconfig: ## @@ -110,6 +110,36 @@ config SAMA5D3XPLAINED_AT25_NXFFS endchoice # AT25 serial FLASH configuration +config SAMA

[PR] boards/sama5d3-xplained: Fix mmc card detection. [nuttx]

2025-05-16 Thread via GitHub
ldube opened a new pull request, #16403: URL: https://github.com/apache/nuttx/pull/16403 ## Summary Use the pins specified in the SAMA5D3 Xplained User Guide. Rename config macros from SAMA5D4EK to SAMA5D3XPLAINED. Add SDMMC support to defconfig. Boot mount is disabled by default.