[incubator-nuttx] 02/05: libcxx: Disable -Wshadow for barrier.cpp

2020-12-24 Thread xiaoxiang
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 884882501cb295a887bea52ad0c2f001f2e7fce7 Author: YAMAMOTO Takashi AuthorDate: Fri Oct 23 08:12:47 2020 +0900

[incubator-nuttx] branch master updated (080b2df -> e1c53ea)

2020-12-24 Thread xiaoxiang
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 080b2df arch/stm32: Fix nxstyle errors new 374d05a Revert "board/sim: Remove the too strict warnin

[incubator-nuttx] 05/05: arch/sim/include/irq.h: Make 32-bit xcpt_reg_t unsigned

2020-12-24 Thread xiaoxiang
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 e1c53eaeb0e7b5c524af8ac09c0af805ac3f8bb2 Author: YAMAMOTO Takashi AuthorDate: Tue Dec 22 16:34:55 2020 +0900

[incubator-nuttx] 04/05: libcxx: -Wno-shadow for files including filesystem_common.h

2020-12-24 Thread xiaoxiang
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 b41524f0e6cb24918bbb77433c0511cd7d20916d Author: YAMAMOTO Takashi AuthorDate: Fri Oct 23 11:49:52 2020 +0900

[incubator-nuttx] 01/05: Revert "board/sim: Remove the too strict warning"

2020-12-24 Thread xiaoxiang
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 374d05a05ac26757eb7fc68c5aa6ae5a13c7ac48 Author: YAMAMOTO Takashi AuthorDate: Tue Dec 22 10:31:59 2020 +0900

[incubator-nuttx] 03/05: libcxx: Disable -Wshadow for locale.cpp

2020-12-24 Thread xiaoxiang
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 6481b774e454d392960729d8240a0e7956dbc200 Author: YAMAMOTO Takashi AuthorDate: Fri Oct 23 09:16:07 2020 +0900

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2597: Revert "board/sim: Remove the too strict warning"

2020-12-24 Thread GitBox
xiaoxiang781216 merged pull request #2597: URL: https://github.com/apache/incubator-nuttx/pull/2597 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2597: Revert "board/sim: Remove the too strict warning"

2020-12-24 Thread GitBox
yamt commented on a change in pull request #2597: URL: https://github.com/apache/incubator-nuttx/pull/2597#discussion_r548776307 ## File path: libs/libxx/libcxx.defs ## @@ -58,6 +58,18 @@ CXXFLAGS += ${shell $(DEFINE) "$(CC)" _LIBCPP_BUILDING_LIBRARY} libcxx/src/barrier.cpp_C

[incubator-nuttx-website] branch asf-site updated: Publishing web: 1d65847df020becad8aaf7f02f01a93bc9e03ba9 docs: 080b2dfcebebb4ae01cd39d81fe62132d1380aa2

2020-12-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 557f2f8 Publishing web

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2597: Revert "board/sim: Remove the too strict warning"

2020-12-24 Thread GitBox
yamt commented on a change in pull request #2597: URL: https://github.com/apache/incubator-nuttx/pull/2597#discussion_r548770862 ## File path: libs/libxx/libcxx.defs ## @@ -58,6 +58,18 @@ CXXFLAGS += ${shell $(DEFINE) "$(CC)" _LIBCPP_BUILDING_LIBRARY} libcxx/src/barrier.cpp_C

[GitHub] [incubator-nuttx-apps] yamt opened a new issue #539: "make distclean" leaves a few auto generated Kconfig

2020-12-24 Thread GitBox
yamt opened a new issue #539: URL: https://github.com/apache/incubator-nuttx-apps/issues/539 ``` wireless/bluetooth/Kconfig:# This file is autogenerated, do not edit. wireless/ieee802154/Kconfig:# This file is autogenerated, do not edit. ``` ---

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2597: Revert "board/sim: Remove the too strict warning"

2020-12-24 Thread GitBox
yamt commented on a change in pull request #2597: URL: https://github.com/apache/incubator-nuttx/pull/2597#discussion_r548765396 ## File path: libs/libxx/libcxx.defs ## @@ -58,6 +58,18 @@ CXXFLAGS += ${shell $(DEFINE) "$(CC)" _LIBCPP_BUILDING_LIBRARY} libcxx/src/barrier.cpp_C

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2601: arch/stm32: Fix nxstyle errors

2020-12-24 Thread GitBox
Ouss4 merged pull request #2601: URL: https://github.com/apache/incubator-nuttx/pull/2601 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

[incubator-nuttx] branch master updated: arch/stm32: Fix nxstyle errors

2020-12-24 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche 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 080b2df arch/stm32: Fix nxstyle e

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #2601: arch/stm32: Fix nxstyle errors

2020-12-24 Thread GitBox
hartmannathan opened a new pull request #2601: URL: https://github.com/apache/incubator-nuttx/pull/2601 ## Summary nxstyle fixes in the following files: - arch/arm/src/stm32/stm32_exti.h - arch/arm/src/stm32/stm32_flash.c - arch/arm/src/stm32/stm32_fsmc.c - arch/arm/sr

[incubator-nuttx] branch master updated: drivers/serial/uart_16550.c: fix complie warning and writing style.

2020-12-24 Thread xiaoxiang
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 d5d6690 drivers/serial/uart_16550.c

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2600: drivers/serial/uart_16550.c: fix complie warning and writing style.

2020-12-24 Thread GitBox
xiaoxiang781216 merged pull request #2600: URL: https://github.com/apache/incubator-nuttx/pull/2600 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-nuttx] v01d commented on pull request #2566: arch/risc-v: Add BL602 support

2020-12-24 Thread GitBox
v01d commented on pull request #2566: URL: https://github.com/apache/incubator-nuttx/pull/2566#issuecomment-750922748 > > > @Virus-V can we help getting these hardware headers sorted out so they are inline with NuttX? I think that is the biggest hurdle to getting the initial work merged.

[GitHub] [incubator-nuttx] v01d commented on pull request #2566: arch/risc-v: Add BL602 support

2020-12-24 Thread GitBox
v01d commented on pull request #2566: URL: https://github.com/apache/incubator-nuttx/pull/2566#issuecomment-750922593 > > > > Also, @Virus-V, I noticed there's a very brief header for BLE HCI interface. Do you think it is possible to integrate BLE with NuttX using this interface? I underst

[GitHub] [incubator-nuttx] acassis merged pull request #2599: sim/names: add writev/readv into name list

2020-12-24 Thread GitBox
acassis merged pull request #2599: URL: https://github.com/apache/incubator-nuttx/pull/2599 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 t

[incubator-nuttx] branch master updated: sim/names: add writev/readv into name list

2020-12-24 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis 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 08b2278 sim/names: add writev/readv i

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2597: Revert "board/sim: Remove the too strict warning"

2020-12-24 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2597: URL: https://github.com/apache/incubator-nuttx/pull/2597#discussion_r548500247 ## File path: libs/libxx/libcxx.defs ## @@ -58,6 +58,18 @@ CXXFLAGS += ${shell $(DEFINE) "$(CC)" _LIBCPP_BUILDING_LIBRARY} libcxx/src/ba

[GitHub] [incubator-nuttx] firkraag1016 opened a new pull request #2600: drivers/serial/uart_16550.c: fix complie warning and writing style.

2020-12-24 Thread GitBox
firkraag1016 opened a new pull request #2600: URL: https://github.com/apache/incubator-nuttx/pull/2600 change argue type from 'uint32_t' to 'unsigned int' in fucntion 'u16550_receive'. Signed-off-by: zhongan ## Summary ## Impact ## Testing --

[GitHub] [incubator-nuttx] anchao opened a new pull request #2599: sim/names: add writev/readv into name list

2020-12-24 Thread GitBox
anchao opened a new pull request #2599: URL: https://github.com/apache/incubator-nuttx/pull/2599 ## Summary sim/names: add writev/readv into name list Symbol reference here: ``` $ grep -nIrE "writev|readv" arch/sim/ arch/sim/src/sim/up_hcisocket_host.c:92: while (writ

[GitHub] [incubator-nuttx] anchao opened a new pull request #2598: fs/epoll: add asynchronous epoll control support

2020-12-24 Thread GitBox
anchao opened a new pull request #2598: URL: https://github.com/apache/incubator-nuttx/pull/2598 ## Summary fs/epoll: add asynchronous epoll control support fs/epoll: add sanity check to handle invalid control option In current implementation, the asynchronous call "epoll_c