[GitHub] [incubator-nuttx] pussuw commented on a diff in pull request #6235: RISC-V: add C++ support to crt0

2022-05-16 Thread GitBox
pussuw commented on code in PR #6235: URL: https://github.com/apache/incubator-nuttx/pull/6235#discussion_r874433128 ## arch/risc-v/src/common/crt0.c: ## @@ -88,6 +88,71 @@ static void sig_trampoline(void) ); } +/

[GitHub] [incubator-nuttx] pussuw commented on a diff in pull request #6276: Move "-nostartfiles -nodefaultlibs" from Make.defs to Toolchian.defs

2022-05-16 Thread GitBox
pussuw commented on code in PR #6276: URL: https://github.com/apache/incubator-nuttx/pull/6276#discussion_r874432478 ## arch/arm/src/arm/Toolchain.defs: ## @@ -153,7 +155,6 @@ ifeq ($(CONFIG_LTO_FULL),y) NM := $(CROSSDEV)gcc-nm ARCHOPTIMIZATION += -fuse-linker-plugin

[incubator-nuttx-website] branch asf-site updated: Publishing web: 1b39f27b512cbb1fc294b70e0e70a67d0092b98d docs: 06f2c67fc25145998d4ff102752669927dfd2ea3

2022-05-16 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 47a56a1 Publishing web

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #6283: pthread/spinlock: Call up_testsest directly in the flat build

2022-05-16 Thread GitBox
xiaoxiang781216 opened a new pull request, #6283: URL: https://github.com/apache/incubator-nuttx/pull/6283 ## Summary - libc: Move the common implementation of up_testset to libc/machine ## Impact spinlock ## Testing Pass CI -- This is an automated message f

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #6282: timers/watchdog: Ensure it's the idle domain before keepalive

2022-05-16 Thread GitBox
xiaoxiang781216 opened a new pull request, #6282: URL: https://github.com/apache/incubator-nuttx/pull/6282 ## Summary Make the keepalive more accuracy ## Impact watchdog monitor with idle ## Testing -- This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #6281: [DNM]: Verbose CI build

2022-05-16 Thread GitBox
Ouss4 commented on PR #6281: URL: https://github.com/apache/incubator-nuttx/pull/6281#issuecomment-1128097215 > esptool.py not found. Please run: "pip install esptool" Finally, the issue is that `esptool` is somehow not installed, even though we do have a`pip3 install esptool`. --

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request, #6281: [DNM]: Verbose CI build

2022-05-16 Thread GitBox
Ouss4 opened a new pull request, #6281: URL: https://github.com/apache/incubator-nuttx/pull/6281 ## Summary ## Impact ## Testing -- 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 go

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6278: xtensa.h: Remove old prototype.

2022-05-16 Thread GitBox
xiaoxiang781216 merged PR #6278: URL: https://github.com/apache/incubator-nuttx/pull/6278 -- 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 go to the specific comment. To unsubscribe, e-mail: commits-unsubs

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6278: xtensa.h: Remove old prototype.

2022-05-16 Thread GitBox
xiaoxiang781216 commented on PR #6278: URL: https://github.com/apache/incubator-nuttx/pull/6278#issuecomment-1127828196 Let's ignore the error. -- 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 go to the

[incubator-nuttx] branch master updated: xtensa.h: Remove old prototype.

2022-05-16 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 06f2c67fc2 xtensa.h: Remove old prot

[incubator-nuttx] branch master updated: NucleoF401RE Oled

2022-05-16 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 fb3d080fd1 NucleoF401RE Oled fb3d080fd

[GitHub] [incubator-nuttx] acassis merged pull request #6266: Nucleo f401 re oled

2022-05-16 Thread GitBox
acassis merged PR #6266: URL: https://github.com/apache/incubator-nuttx/pull/6266 -- 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 go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nu

[GitHub] [incubator-nuttx] jerpelea opened a new pull request, #6280: drivers: video: add ISX019 camera driver

2022-05-16 Thread GitBox
jerpelea opened a new pull request, #6280: URL: https://github.com/apache/incubator-nuttx/pull/6280 ## Summary - add Sony ISX019 camera driver - fix various issues - improve the video driver ## Impact Sony Spresense board ## Testing Spresense board --

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #6278: xtensa.h: Remove old prototype.

2022-05-16 Thread GitBox
Ouss4 commented on PR #6278: URL: https://github.com/apache/incubator-nuttx/pull/6278#issuecomment-1127622056 Looks like we have some issues for macOS jobs. These are unrelated to this change and I've already restarted the jobs multiple times. I also can build successfully on macOS local

[GitHub] [incubator-nuttx] zhuyanlinzyl commented on pull request #5928: spinlock.h: use CONFIG_ARCH_HAVE_TESTSET instead of SPINLOCK

2022-05-16 Thread GitBox
zhuyanlinzyl commented on PR #5928: URL: https://github.com/apache/incubator-nuttx/pull/5928#issuecomment-1127525281 hi: @Ouss4 : I have update the patch. Now `CONFIG_ARCH_HAVE_TESTSET` have indenpent with `CONFIG_SPINLOCK`. As some boards need to use up_testset but not have arch sync

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6273: board/sim: Enable hellocxx in loadable config

2022-05-16 Thread GitBox
xiaoxiang781216 commented on code in PR #6273: URL: https://github.com/apache/incubator-nuttx/pull/6273#discussion_r873577836 ## libs/libxx/libcxxmini/libxx_new.cxx: ## @@ -69,7 +69,7 @@ FAR void *operator new(std::size_t nbytes) } #endif - DEBUGASSERT(alloc != nullptr)

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6273: board/sim: Enable hellocxx in loadable config

2022-05-16 Thread GitBox
xiaoxiang781216 commented on code in PR #6273: URL: https://github.com/apache/incubator-nuttx/pull/6273#discussion_r873577836 ## libs/libxx/libcxxmini/libxx_new.cxx: ## @@ -69,7 +69,7 @@ FAR void *operator new(std::size_t nbytes) } #endif - DEBUGASSERT(alloc != nullptr)

[GitHub] [incubator-nuttx] anjiahao1 opened a new pull request, #6279: include:add recursive lock

2022-05-16 Thread GitBox
anjiahao1 opened a new pull request, #6279: URL: https://github.com/apache/incubator-nuttx/pull/6279 Signed-off-by: anjiahao ## Summary add recurive lock ## plan 1. Replace all duplicate recursive locks with the current recursive lock implementation 2. Use mutex to re

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6273: board/sim: Enable hellocxx in loadable config

2022-05-16 Thread GitBox
pkarashchenko commented on code in PR #6273: URL: https://github.com/apache/incubator-nuttx/pull/6273#discussion_r873540045 ## libs/libxx/libcxxmini/libxx_new.cxx: ## @@ -69,7 +69,7 @@ FAR void *operator new(std::size_t nbytes) } #endif - DEBUGASSERT(alloc != nullptr);

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6273: board/sim: Enable hellocxx in loadable config

2022-05-16 Thread GitBox
xiaoxiang781216 commented on code in PR #6273: URL: https://github.com/apache/incubator-nuttx/pull/6273#discussion_r873476038 ## libs/libxx/libcxxmini/libxx_new.cxx: ## @@ -69,7 +69,7 @@ FAR void *operator new(std::size_t nbytes) } #endif - DEBUGASSERT(alloc != nullptr)

[incubator-nuttx] branch master updated: xtensa:fpu: add up_fpucmp and enable CONFIG_ARCH_FPU macro

2022-05-16 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko 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 883337c3a0 xtensa:fpu: add up_fp

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6269: xtensa: use CONFIG_ARCH_FPU macro for coprocossor and add up_fpucmp

2022-05-16 Thread GitBox
pkarashchenko merged PR #6269: URL: https://github.com/apache/incubator-nuttx/pull/6269 -- 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 go to the specific comment. To unsubscribe, e-mail: commits-unsubscr

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request, #6278: xtensa.h: Remove old prototype.

2022-05-16 Thread GitBox
Ouss4 opened a new pull request, #6278: URL: https://github.com/apache/incubator-nuttx/pull/6278 ## Summary The function was removed in another PR, the prototype was forgotten. ## Impact N/A ## Testing N/A -- This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6273: board/sim: Enable hellocxx in loadable config

2022-05-16 Thread GitBox
xiaoxiang781216 commented on code in PR #6273: URL: https://github.com/apache/incubator-nuttx/pull/6273#discussion_r873476036 ## libs/libxx/libcxxmini/libxx_new.cxx: ## @@ -69,7 +69,7 @@ FAR void *operator new(std::size_t nbytes) } #endif - DEBUGASSERT(alloc != nullptr)

[incubator-nuttx] branch master updated (1c977e97d2 -> 5958d3ac62)

2022-05-16 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from 1c977e97d2 pthread_mutexinit: fix deadcode in pthread_mutexinit new f5dd839879 boards/arm: Remove

[incubator-nuttx] 02/02: risc-v: Move "LDFLAGS += -melf32lriscv" from Make.defs to Toolchain.defs

2022-05-16 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 5958d3ac6259d2065b6f130684ec47856f2aab63 Author: Xiang Xiao AuthorDate: Sun May 15 12:45:14 2022 +0800

[incubator-nuttx] 01/02: boards/arm: Remove "LDFLAGS += -g" whichi is already added by Toolchain.defs

2022-05-16 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit f5dd839879fa8921a03334cacbe26ba83acfb784 Author: Xiang Xiao AuthorDate: Sun May 15 12:39:42 2022 +0800

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6275: boards/arm: Remove "LDFLAGS += -g" whichi is already added by Toolchain.defs

2022-05-16 Thread GitBox
pkarashchenko merged PR #6275: URL: https://github.com/apache/incubator-nuttx/pull/6275 -- 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 go to the specific comment. To unsubscribe, e-mail: commits-unsubscr

[GitHub] [incubator-nuttx] zhuyanlinzyl commented on a diff in pull request #6269: xtensa: use CONFIG_ARCH_FPU macro for coprocossor and add up_fpucmp

2022-05-16 Thread GitBox
zhuyanlinzyl commented on code in PR #6269: URL: https://github.com/apache/incubator-nuttx/pull/6269#discussion_r87333 ## arch/xtensa/src/esp32s2/Make.defs: ## @@ -52,6 +52,10 @@ ifeq ($(CONFIG_DEBUG_ALERT),y) CMN_CSRCS += xtensa_dumpstate.c endif +ifeq ($(CONFIG_ARCH_

[GitHub] [incubator-nuttx] Ouss4 commented on a diff in pull request #6269: xtensa: use CONFIG_ARCH_FPU macro for coprocossor and add up_fpucmp

2022-05-16 Thread GitBox
Ouss4 commented on code in PR #6269: URL: https://github.com/apache/incubator-nuttx/pull/6269#discussion_r873440737 ## arch/xtensa/src/esp32s2/Make.defs: ## @@ -52,6 +52,10 @@ ifeq ($(CONFIG_DEBUG_ALERT),y) CMN_CSRCS += xtensa_dumpstate.c endif +ifeq ($(CONFIG_ARCH_FPU),y)

[incubator-nuttx] 02/02: pthread_mutexinit: fix deadcode in pthread_mutexinit

2022-05-16 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 1c977e97d21b5b907f2d26c7220823374eb80b99 Author: zhuyanlin AuthorDate: Thu Apr 28 19:34:26 2022 +0800

[incubator-nuttx] 01/02: timer:settime: check return value of clock_abstime2ticks

2022-05-16 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 3bac0d8367a48f1ac25b89493ea1bb5157457a9c Author: zhuyanlin AuthorDate: Thu Apr 28 19:59:41 2022 +0800

[incubator-nuttx] branch master updated (d3524d4f8b -> 1c977e97d2)

2022-05-16 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from d3524d4f8b arch/i2c: Change xxx_i2c_tousecs to xxx_i2c_toticks new 3bac0d8367 timer:settime: chec

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6173: nuttx: fix coverity check error

2022-05-16 Thread GitBox
pkarashchenko merged PR #6173: URL: https://github.com/apache/incubator-nuttx/pull/6173 -- 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 go to the specific comment. To unsubscribe, e-mail: commits-unsubscr