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
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
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
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
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.