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/11/30 03:31:14 UTC

[incubator-nuttx] branch master updated: arch/arm/Kconfig: Add ARCH_HAVE_PROGMEM config

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 c3307fc  arch/arm/Kconfig: Add ARCH_HAVE_PROGMEM config
c3307fc is described below

commit c3307fce6b1f97eb25004051831dfd9b3c2747d6
Author: Gerson Fernando Budke <na...@gmail.com>
AuthorDate: Mon Nov 29 23:08:41 2021 -0300

    arch/arm/Kconfig: Add ARCH_HAVE_PROGMEM config
    
    The Atmel samv7 implements progmem functionality. However, there is
    missing ARCH_HAVE_PROGMEM Kconfig symbol. This add missing symbol.
    
    Signed-off-by: Gerson Fernando Budke <na...@gmail.com>
---
 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index dd34fbf..b374bdd 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -298,6 +298,7 @@ config ARCH_CHIP_SAMV7
 	select ARCH_CORTEXM7
 	select ARCH_HAVE_MPU
 	select ARCH_HAVE_FETCHADD
+	select ARCH_HAVE_PROGMEM
 	select ARCH_HAVE_RAMFUNCS
 	select ARCH_HAVE_TICKLESS
 	select ARCH_HAVE_I2CRESET