You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/02/18 09:12:11 UTC

[incubator-nuttx] branch master updated: CONFIG_ARM_SEMIHOSTING_HOSTFS: mention limited support of directories

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 7513cb6  CONFIG_ARM_SEMIHOSTING_HOSTFS: mention limited support of directories
7513cb6 is described below

commit 7513cb6921f4b77172770423de6256ae815f51a7
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Tue Feb 18 16:30:22 2020 +0900

    CONFIG_ARM_SEMIHOSTING_HOSTFS: mention limited support of directories
---
 arch/arm/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 0b1075f..bfe1d66 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -816,6 +816,9 @@ config ARM_SEMIHOSTING_HOSTFS
 	---help---
 		Mount HostFS through semihosting.
 
+		This doesn't support some directory operations like readdir because
+		of the limitations of semihosting mechanism.
+
 config ARM_LWL_CONSOLE
 	bool "Lightweight Link Console Support"
 	default n