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 2021/03/17 03:27:56 UTC

[incubator-nuttx-apps] branch master updated (2f1ecba -> 6cc1f18)

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

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


    from 2f1ecba  Change all .cpp suffix to .cxx suffix
     new ea8cf7b  examples/mtdrwb: select CONFIG_BCH
     new 6cc1f18  examples/mtdpart: select CONFIG_BCH

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 examples/mtdpart/Kconfig | 1 +
 examples/mtdrwb/Kconfig  | 1 +
 2 files changed, 2 insertions(+)


[incubator-nuttx-apps] 01/02: examples/mtdrwb: select CONFIG_BCH

Posted by xi...@apache.org.
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-apps.git

commit ea8cf7bad4be4dafc32a408c676ddaa19460702d
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Wed Mar 17 08:28:45 2021 +0900

    examples/mtdrwb: select CONFIG_BCH
---
 examples/mtdrwb/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/mtdrwb/Kconfig b/examples/mtdrwb/Kconfig
index 9a439ef..4b2c922 100644
--- a/examples/mtdrwb/Kconfig
+++ b/examples/mtdrwb/Kconfig
@@ -7,6 +7,7 @@ config EXAMPLES_MTDRWB
 	tristate "MTD R/W buffer test"
 	default n
 	depends on (MTD_WRBUFFER || MTD_READAHEAD) && BUILD_FLAT
+	select BCH
 	---help---
 		Enable the MTD R/W buffer test example.
 


[incubator-nuttx-apps] 02/02: examples/mtdpart: select CONFIG_BCH

Posted by xi...@apache.org.
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-apps.git

commit 6cc1f189d2570279cbd63a936ae1d3c26f7eab42
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Wed Mar 17 08:29:14 2021 +0900

    examples/mtdpart: select CONFIG_BCH
---
 examples/mtdpart/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/mtdpart/Kconfig b/examples/mtdpart/Kconfig
index eeec4d9..f6c2219 100644
--- a/examples/mtdpart/Kconfig
+++ b/examples/mtdpart/Kconfig
@@ -7,6 +7,7 @@ config EXAMPLES_MTDPART
 	tristate "MTD partition test"
 	default n
 	depends on MTD_PARTITION && BUILD_FLAT
+	select BCH
 	---help---
 		Enable the MTD partition test example.