eren-terzioglu commented on PR #2099:
URL: https://github.com/apache/nuttx-apps/pull/2099#issuecomment-1738652800
Thanks @xiaoxiang781216, updated.
--
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
jerpelea opened a new pull request, #10825:
URL: https://github.com/apache/nuttx/pull/10825
## Summary
Update the GCC compiler to 10.3-2021.10 to be able to compile the latest
NuttX version
Fix for error:
arm-none-eabi-g++: error: unrecognized command line option '-std=gnu++20';
raiden00pl opened a new pull request, #10826:
URL: https://github.com/apache/nuttx/pull/10826
## Summary
arch/nrf{52|53|91}: add support for up_perf
## Impact
## Testing
CI
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
PetteriAimonen opened a new pull request, #10827:
URL: https://github.com/apache/nuttx/pull/10827
## Summary
Prior pull request #9084 and issue #8858 added basic adjtime() support for
the SAMv7 platform.
This pull request adds support for STM32 platform.
In addition I ha
xiaoxiang781216 merged PR #10825:
URL: https://github.com/apache/nuttx/pull/10825
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from a37759a6a9 drivers/ioexpander: Add const to the value array of
multiwritepin
add 4e93f93f30 Documentation: upd
raiden00pl opened a new pull request, #10828:
URL: https://github.com/apache/nuttx/pull/10828
## Summary
- arch/ add a flag indicating that we need up_perf_xxx
- arch/{all stm32 | all nordic | at32}: simplify the enable condition for
up_perf_init
waiting for https://github.c
pussuw opened a new pull request, #10829:
URL: https://github.com/apache/nuttx/pull/10829
## Summary
Fixes two minor bugs related to SHM mappings
## Impact
RISC-V + Addrenv only
## Testing
mpfs + CONFIG_BUILD_KERNEL
--
This is an automated message from the Apache Git Ser
xiaoxiang781216 commented on code in PR #10828:
URL: https://github.com/apache/nuttx/pull/10828#discussion_r1339856656
##
arch/Kconfig:
##
@@ -498,7 +502,7 @@ config ARCH_HAVE_PERF_EVENTS
config ARCH_PERF_EVENTS
bool "Configure hardware performance counting"
- d
raiden00pl commented on code in PR #10828:
URL: https://github.com/apache/nuttx/pull/10828#discussion_r1339905867
##
arch/Kconfig:
##
@@ -498,7 +502,7 @@ config ARCH_HAVE_PERF_EVENTS
config ARCH_PERF_EVENTS
bool "Configure hardware performance counting"
- defaul
xiaoxiang781216 merged PR #2099:
URL: https://github.com/apache/nuttx-apps/pull/2099
--
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...
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 85eb37c62 examples/can: TX and RX structs
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 4e93f93f30 Documentation: update gcc compiler to 10.3
new 2cd1fd1145 risc-v/pgalloc.h: Add SHM area to riscv_us
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 7b18f5eb6f3af2dad5ef714e07b22181e22f3870
Author: Ville Juven
AuthorDate: Wed Sep 27 15:04:59 2023 +0300
risc-v/ri
xiaoxiang781216 merged PR #10829:
URL: https://github.com/apache/nuttx/pull/10829
--
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 2cd1fd11450b3aa74a5765a9472669b2e0d2aee5
Author: Ville Juven
AuthorDate: Wed Sep 27 15:04:00 2023 +0300
risc-v/pg
xiaoxiang781216 commented on code in PR #10826:
URL: https://github.com/apache/nuttx/pull/10826#discussion_r1340229921
##
arch/arm/src/nrf52/nrf52_start.c:
##
@@ -203,6 +203,10 @@ void __start(void)
nrf52_enable_profile(true);
#endif
+#if defined(CONFIG_SCHED_IRQMONITOR) |
raiden00pl commented on code in PR #10826:
URL: https://github.com/apache/nuttx/pull/10826#discussion_r1340251225
##
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
raiden00pl opened a new pull request, #10830:
URL: https://github.com/apache/nuttx/pull/10830
## Summary
arch/nrf{52|53|91}: fix timer for small intervals and correct CC overflow
check
## Impact
## Testing
nrf52832-dk
--
This is an automated message from the Apache Git
xiaoxiang781216 commented on code in PR #10826:
URL: https://github.com/apache/nuttx/pull/10826#discussion_r1340286996
##
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 #10831:
URL: https://github.com/apache/nuttx/pull/10831#discussion_r1340289617
##
drivers/segger/Kconfig:
##
@@ -173,8 +173,15 @@ config SERIAL_RTT2
This option is used to enable the serial driver of channel 2
config SER
xiaoxiang781216 commented on code in PR #10827:
URL: https://github.com/apache/nuttx/pull/10827#discussion_r1340292989
##
sched/Kconfig:
##
@@ -217,28 +217,24 @@ config CLOCK_ADJTIME
if CLOCK_ADJTIME
-config CLOCK_ADJTIME_SLEWLIMIT
+config CLOCK_ADJTIME_SLEWLIMIT_PPM
PetteriAimonen commented on code in PR #10827:
URL: https://github.com/apache/nuttx/pull/10827#discussion_r1340315544
##
sched/Kconfig:
##
@@ -217,28 +217,24 @@ config CLOCK_ADJTIME
if CLOCK_ADJTIME
-config CLOCK_ADJTIME_SLEWLIMIT
+config CLOCK_ADJTIME_SLEWLIMIT_PPM
raiden00pl commented on code in PR #10831:
URL: https://github.com/apache/nuttx/pull/10831#discussion_r1340396127
##
drivers/segger/Kconfig:
##
@@ -173,8 +173,15 @@ config SERIAL_RTT2
This option is used to enable the serial driver of channel 2
config SERIAL_R
raiden00pl commented on code in PR #10826:
URL: https://github.com/apache/nuttx/pull/10826#discussion_r1340419670
##
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
pkarashchenko commented on code in PR #10830:
URL: https://github.com/apache/nuttx/pull/10830#discussion_r1340558459
##
arch/arm/src/nrf52/nrf52_tim_lowerhalf.c:
##
@@ -361,13 +361,13 @@ static int nrf52_timer_settimeout(struct
timer_lowerhalf_s *lower,
goto errout;
daniel-p-carvalho opened a new pull request, #10832:
URL: https://github.com/apache/nuttx/pull/10832
## Summary
Fixes compilation warnings.
## Impact
None.
## Testing
Tested on a custom board.
--
This is an automated message from the Apache Git Service.
To respon
pkarashchenko commented on code in PR #10832:
URL: https://github.com/apache/nuttx/pull/10832#discussion_r1340564398
##
drivers/ioexpander/pcf8574.c:
##
@@ -556,7 +555,8 @@ static int pcf8574_multiwritepin(FAR struct
ioexpander_dev_s *dev,
pin = pins[i];
DEBUGASSE
daniel-p-carvalho commented on code in PR #10832:
URL: https://github.com/apache/nuttx/pull/10832#discussion_r1340570894
##
drivers/ioexpander/pcf8574.c:
##
@@ -556,7 +555,8 @@ static int pcf8574_multiwritepin(FAR struct
ioexpander_dev_s *dev,
pin = pins[i];
DEBUG
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 f03b27ec Publishing web: 07abea83
hank880907 opened a new pull request, #10833:
URL: https://github.com/apache/nuttx/pull/10833
## Summary
Initialize LED driver when `CONFIG_USERLED` is set, during late
initialization.
## Impact
Make LED driver work when:
1. `CONFIG_ARCH_LEDS` is not set.
2. `CONFIG_USERLE
xiaoxiang781216 merged PR #10832:
URL: https://github.com/apache/nuttx/pull/10832
--
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 024bdcbca0 Fixes compilation warnings.
024bdcb
xiaoxiang781216 commented on code in PR #10831:
URL: https://github.com/apache/nuttx/pull/10831#discussion_r1340898269
##
drivers/segger/Kconfig:
##
@@ -173,8 +173,15 @@ config SERIAL_RTT2
This option is used to enable the serial driver of channel 2
config SER
xiaoxiang781216 merged PR #10831:
URL: https://github.com/apache/nuttx/pull/10831
--
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 4db39d7afd drivers/rtt: make RTT console optio
pkarashchenko merged PR #10759:
URL: https://github.com/apache/nuttx/pull/10759
--
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...@nutt
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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new cb11747f36 arch: add use_data to g_tcbinfo
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 76f6d340ee722af9ae386b7b021741af42fc17a3
Author: Petteri Aimonen
AuthorDate: Thu Sep 28 10:51:04 2023 +0300
stm32
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 cb11747f36 arch: add use_data to g_tcbinfo
new 76f6d340ee stm32: Add architecture adjtime() support
new 06
xiaoxiang781216 merged PR #10827:
URL: https://github.com/apache/nuttx/pull/10827
--
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 0611f39cdcf0151ba23a4b995b0992db3edbba75
Author: Petteri Aimonen
AuthorDate: Thu Sep 28 10:52:15 2023 +0300
adjti
xiaoxiang781216 commented on code in PR #10826:
URL: https://github.com/apache/nuttx/pull/10826#discussion_r1340905110
##
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 opened a new pull request, #10834:
URL: https://github.com/apache/nuttx/pull/10834
## Summary
perf_getime always returns an incremented cycle value If the hardware does
not support perf event, it will use arch_alarm's up_perf_gettime.
## Impact
new perf_
xiaoxiang781216 commented on code in PR #10828:
URL: https://github.com/apache/nuttx/pull/10828#discussion_r1340908598
##
arch/Kconfig:
##
@@ -498,7 +502,7 @@ config ARCH_HAVE_PERF_EVENTS
config ARCH_PERF_EVENTS
bool "Configure hardware performance counting"
- d
raiden00pl commented on code in PR #10830:
URL: https://github.com/apache/nuttx/pull/10830#discussion_r1340963561
##
arch/arm/src/nrf52/nrf52_tim_lowerhalf.c:
##
@@ -361,13 +361,13 @@ static int nrf52_timer_settimeout(struct
timer_lowerhalf_s *lower,
goto errout;
}
46 matches
Mail list logo