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/07/20 02:11:56 UTC

[incubator-nuttx] branch master updated (47f2090 -> 11f8b7c)

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


    from 47f2090  arch: Change --print-file-name=libgcc.a to --print-libgcc-file-name
     new 0475540  drivers: wireless: Add 'select SCHED_LPWORK' to WL_GS2200M
     new 4cf3075  boards: spresense: Remove CONFIG_SCHED_LPWORK=y from wifi/defconfig
     new 11f8b7c  boards: stm32f4discovery: Remove CONFIG_SCHED_LPWORK=y from wifi/defconfig

The 3 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:
 boards/arm/cxd56xx/spresense/configs/wifi/defconfig      | 1 -
 boards/arm/stm32/stm32f4discovery/configs/wifi/defconfig | 1 -
 drivers/wireless/Kconfig                                 | 1 +
 3 files changed, 1 insertion(+), 2 deletions(-)


[incubator-nuttx] 02/03: boards: spresense: Remove CONFIG_SCHED_LPWORK=y from wifi/defconfig

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

commit 4cf307584fbb4a35b55f63a014f3a0bb76ac23b2
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Mon Jul 20 09:49:10 2020 +0900

    boards: spresense: Remove CONFIG_SCHED_LPWORK=y from wifi/defconfig
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>
---
 boards/arm/cxd56xx/spresense/configs/wifi/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/boards/arm/cxd56xx/spresense/configs/wifi/defconfig b/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
index cb77483..6a850b7 100644
--- a/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
@@ -115,7 +115,6 @@ CONFIG_RAM_START=0x0d000000
 CONFIG_READLINE_CMD_HISTORY=y
 CONFIG_RR_INTERVAL=200
 CONFIG_RTC=y
-CONFIG_SCHED_LPWORK=y
 CONFIG_SCHED_LPWORKPRIORITY=60
 CONFIG_SCHED_WAITPID=y
 CONFIG_SDCLONE_DISABLE=y


[incubator-nuttx] 03/03: boards: stm32f4discovery: Remove CONFIG_SCHED_LPWORK=y from wifi/defconfig

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

commit 11f8b7c9742b79e9377ae9e54d90f2e91c74b1e6
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Mon Jul 20 09:50:11 2020 +0900

    boards: stm32f4discovery: Remove CONFIG_SCHED_LPWORK=y from wifi/defconfig
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>
---
 boards/arm/stm32/stm32f4discovery/configs/wifi/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/boards/arm/stm32/stm32f4discovery/configs/wifi/defconfig b/boards/arm/stm32/stm32f4discovery/configs/wifi/defconfig
index 46c6813..f5ed9de 100644
--- a/boards/arm/stm32/stm32f4discovery/configs/wifi/defconfig
+++ b/boards/arm/stm32/stm32f4discovery/configs/wifi/defconfig
@@ -80,7 +80,6 @@ CONFIG_RAM_START=0x20000000
 CONFIG_RAW_BINARY=y
 CONFIG_READLINE_CMD_HISTORY=y
 CONFIG_RR_INTERVAL=200
-CONFIG_SCHED_LPWORK=y
 CONFIG_SCHED_LPWORKPRIORITY=30
 CONFIG_SCHED_WAITPID=y
 CONFIG_SDCLONE_DISABLE=y


[incubator-nuttx] 01/03: drivers: wireless: Add 'select SCHED_LPWORK' to WL_GS2200M

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

commit 0475540c839b932ac223157228a236bf780001b4
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Mon Jul 20 08:36:08 2020 +0900

    drivers: wireless: Add 'select SCHED_LPWORK' to WL_GS2200M
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>
---
 drivers/wireless/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/wireless/Kconfig b/drivers/wireless/Kconfig
index c9f46c8..8e90f2a 100644
--- a/drivers/wireless/Kconfig
+++ b/drivers/wireless/Kconfig
@@ -34,6 +34,7 @@ config WL_GS2200M
 	default n
 	select SPI
 	select LIBC_SCANSET
+	select SCHED_LPWORK
 
 if WL_GS2200M