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)
);
}
+/
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
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
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
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
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`.
--
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
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
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
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
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
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
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
--
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
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
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)
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)
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
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);
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)
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
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
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
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)
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
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
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
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
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_
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)
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
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
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
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
34 matches
Mail list logo