raiden00pl commented on code in PR #10834:
URL: https://github.com/apache/nuttx/pull/10834#discussion_r1341021186
##
sched/clock/clock_perf.c:
##
@@ -0,0 +1,176 @@
+/
+ * sched/clock/clock_perf.c
+ *
+ *
xiaoxiang781216 commented on code in PR #10834:
URL: https://github.com/apache/nuttx/pull/10834#discussion_r1341032292
##
sched/clock/clock_perf.c:
##
@@ -0,0 +1,176 @@
+/
+ * sched/clock/clock_perf.c
+
raiden00pl commented on code in PR #10834:
URL: https://github.com/apache/nuttx/pull/10834#discussion_r1341056484
##
sched/clock/clock_perf.c:
##
@@ -0,0 +1,176 @@
+/
+ * sched/clock/clock_perf.c
+ *
+ *
raiden00pl commented on code in PR #10834:
URL: https://github.com/apache/nuttx/pull/10834#discussion_r1341076216
##
sched/clock/clock_perf.c:
##
@@ -0,0 +1,176 @@
+/
+ * sched/clock/clock_perf.c
+ *
+ *
raiden00pl commented on code in PR #10834:
URL: https://github.com/apache/nuttx/pull/10834#discussion_r1341076216
##
sched/clock/clock_perf.c:
##
@@ -0,0 +1,176 @@
+/
+ * sched/clock/clock_perf.c
+ *
+ *
raiden00pl commented on code in PR #10826:
URL: https://github.com/apache/nuttx/pull/10826#discussion_r1341082081
##
arch/arm/src/nrf52/nrf52_start.c:
##
@@ -203,6 +203,10 @@ void __start(void)
nrf52_enable_profile(true);
#endif
+#if defined(CONFIG_SCHED_IRQMONITOR) || def
acassis commented on PR #10833:
URL: https://github.com/apache/nuttx/pull/10833#issuecomment-1740542270
@hank880907 please read how to squash:
https://nuttx.apache.org/docs/latest/contributing/making-changes.html#how-to-include-the-suggestions-on-your-pull-request
--
This is an automated
thebolt commented on PR #10706:
URL: https://github.com/apache/nuttx/pull/10706#issuecomment-1740559516
> @thebolt I updated this PR. The critical section has been removed and find
another way to fix the "epoll_wait() return 0" problem. Could you take a look
again?
I've finally had t
raiden00pl opened a new pull request, #10835:
URL: https://github.com/apache/nuttx/pull/10835
## Summary
boards/nrf52: remove CONFIG_ARMV7M_SYSTICK form tickless configs
## Impact
cosmetics
## Testing
CI
--
This is an automated message from the Apache Git Service.
To re
raiden00pl opened a new pull request, #10836:
URL: https://github.com/apache/nuttx/pull/10836
## Summary
- arch: add a flag indicating that the chip doesn't support DMA transfer
from/to FLASH
- sensors: SENSORS_BMI270_LOAD_FROM_HEAP equals ARCH_DMA_NO_FLASH_TRANSFER
## Impac
pussuw opened a new pull request, #10837:
URL: https://github.com/apache/nuttx/pull/10837
## Summary
Fixes a bug in kmm_unmap; kernel mappings are found in the kernel's mapping
list, not in the current process's list.
## Impact
CONFIG_MM_KMAP only
## Testing
MPFS + CONFIG_MM_K
xiaoxiang781216 merged PR #10830:
URL: https://github.com/apache/nuttx/pull/10830
--
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
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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 4ea825ef9e arch/nrf{52|53|91}: fix timer for s
PetteriAimonen opened a new pull request, #2101:
URL: https://github.com/apache/nuttx-apps/pull/2101
## Summary
This adds beginnings of a PTP (precision time protocol) daemon, which can
work as server, client or both.
What works:
- Basic server & client operation
- Transm
pussuw opened a new pull request, #10838:
URL: https://github.com/apache/nuttx/pull/10838
## Summary
The end address was off by 1, making it overflow to 0 (0x1
represented by u32 value).
## Impact
Fix an extremely nasty and hard to find bug
## Testing
MPFS + CONFIG_BUI
xiaoxiang781216 merged PR #10826:
URL: https://github.com/apache/nuttx/pull/10826
--
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
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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 20a65fa21b arch/nrf{52|53|91}: add support for
xiaoxiang781216 commented on code in PR #10826:
URL: https://github.com/apache/nuttx/pull/10826#discussion_r1341275833
##
arch/arm/src/nrf52/nrf52_start.c:
##
@@ -203,6 +203,10 @@ void __start(void)
nrf52_enable_profile(true);
#endif
+#if defined(CONFIG_SCHED_IRQMONITOR) |
xiaoxiang781216 commented on code in PR #10834:
URL: https://github.com/apache/nuttx/pull/10834#discussion_r1341279216
##
sched/clock/clock_perf.c:
##
@@ -0,0 +1,176 @@
+/
+ * sched/clock/clock_perf.c
+
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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new cb04c0a928 boards/nrf52: remove CONFIG_ARMV7M_
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/nuttx.git
from cb04c0a928 boards/nrf52: remove CONFIG_ARMV7M_SYSTICK form tickless
configurations
new 761bddcab8 arch: add a
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/nuttx.git
commit 761bddcab8484f6f4358c19ce464c5c136c8c0ef
Author: raiden00pl
AuthorDate: Fri Sep 29 11:29:18 2023 +0200
arch: add
xiaoxiang781216 merged PR #10835:
URL: https://github.com/apache/nuttx/pull/10835
--
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
xiaoxiang781216 merged PR #10836:
URL: https://github.com/apache/nuttx/pull/10836
--
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
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/nuttx.git
commit 6865697b7084b205d2cb8cf5617ea260ca77faef
Author: raiden00pl
AuthorDate: Fri Sep 29 11:29:46 2023 +0200
sensors: S
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/nuttx.git
from 6865697b70 sensors: SENSORS_BMI270_LOAD_FROM_HEAP equals
ARCH_DMA_NO_FLASH_TRANSFER
new 51f8611fc0 mm/kmap: Ch
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/nuttx.git
commit c57c11c516ef9c697ef39f474f0278094e1b9311
Author: Ville Juven
AuthorDate: Fri Sep 29 12:31:33 2023 +0300
mm/kmap:
xiaoxiang781216 merged PR #10837:
URL: https://github.com/apache/nuttx/pull/10837
--
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
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/nuttx.git
commit 51f8611fc0c152c7b2bd553813bf0ecfa3c14bd2
Author: Ville Juven
AuthorDate: Fri Sep 29 12:30:46 2023 +0300
mm/kmap:
raiden00pl commented on code in PR #10834:
URL: https://github.com/apache/nuttx/pull/10834#discussion_r1341403772
##
sched/clock/clock_perf.c:
##
@@ -0,0 +1,176 @@
+/
+ * sched/clock/clock_perf.c
+ *
+ *
raiden00pl commented on code in PR #10828:
URL: https://github.com/apache/nuttx/pull/10828#discussion_r1341433268
##
arch/Kconfig:
##
@@ -502,7 +502,8 @@ config ARCH_HAVE_PERF_EVENTS
config ARCH_PERF_EVENTS
bool "Configure hardware performance counting"
- defaul
raiden00pl commented on code in PR #10828:
URL: https://github.com/apache/nuttx/pull/10828#discussion_r1341433268
##
arch/Kconfig:
##
@@ -502,7 +502,8 @@ config ARCH_HAVE_PERF_EVENTS
config ARCH_PERF_EVENTS
bool "Configure hardware performance counting"
- defaul
xiaoxiang781216 commented on code in PR #10828:
URL: https://github.com/apache/nuttx/pull/10828#discussion_r1341443709
##
arch/Kconfig:
##
@@ -502,7 +502,8 @@ config ARCH_HAVE_PERF_EVENTS
config ARCH_PERF_EVENTS
bool "Configure hardware performance counting"
- d
xiaoxiang781216 merged PR #10838:
URL: https://github.com/apache/nuttx/pull/10838
--
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
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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 8c6be8e1f3 riscv/addrenv: Fix the user VMA end
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/nuttx-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new c03d22c4 Publishing web: 07abea83
36 matches
Mail list logo