xiaoxiang781216 opened a new pull request #5725:
URL: https://github.com/apache/incubator-nuttx/pull/5725
## Summary
- net: Remove net_lockinitialize
- net/local: Remove local_initialize
- net/tcp: Remove tcp_listen_initialize
- net/route: Remove net_init_fileroute
- net/
xiaoxiang781216 commented on a change in pull request #5721:
URL: https://github.com/apache/incubator-nuttx/pull/5721#discussion_r825242870
##
File path: sched/init/nx_start.c
##
@@ -628,15 +628,6 @@ void nx_start(void)
irq_initialize();
}
- /* Initialize the wat
xiaoxiang781216 commented on a change in pull request #5721:
URL: https://github.com/apache/incubator-nuttx/pull/5721#discussion_r825242594
##
File path: sched/wdog/wd_initialize.c
##
@@ -50,29 +50,3 @@ clock_t g_wdtickbase;
/***
xiaoxiang781216 commented on a change in pull request #5721:
URL: https://github.com/apache/incubator-nuttx/pull/5721#discussion_r825242548
##
File path: mm/iob/iob_initialize.c
##
@@ -95,54 +95,48 @@ sem_t g_qentry_sem; /* Counts free I/O buffer queue
containers */
xiaoxiang781216 merged pull request #5722:
URL: https://github.com/apache/incubator-nuttx/pull/5722
--
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
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 023b1a5 boards: sabre-6quad: Add CONFIG_DEBUG_FULLOPT=y to
knsh/defconfig
new a4db403 xtensa/esp3
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 86b18bd6e9d8e3034c3685ac99b76ba11d79f099
Author: Gustavo Henrique Nihei
AuthorDate: Fri Mar 11 09:32:19 2022
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 a4db4031c9c804a771c97ce95edf2ce2a1181d9a
Author: Gustavo Henrique Nihei
AuthorDate: Fri Mar 11 09:30:52 2022
xiaoxiang781216 merged pull request #5724:
URL: https://github.com/apache/incubator-nuttx/pull/5724
--
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
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 023b1a5 boards: sabre-6quad: Add CO
masayuki2009 commented on pull request #5724:
URL: https://github.com/apache/incubator-nuttx/pull/5724#issuecomment-1065747421
See https://github.com/apache/incubator-nuttx/pull/5645 as well.
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
masayuki2009 opened a new pull request #5724:
URL: https://github.com/apache/incubator-nuttx/pull/5724
## Summary
- I noticed that undefined instruction happens with getprime and gcc-10.3.1
- Actually, the issue does not happen with gcc-9.3.1
- This is a tentative solution to av
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 2646ef9 Publishing web
masayuki2009 edited a comment on pull request #5645:
URL: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1065694196
>@masayuki2009 , I will try to investigate the new toolchain issue
@anchao
I noticed that the undefined instruction issue with gcc 10.3 does no
masayuki2009 commented on pull request #5645:
URL: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1065694196
>@masayuki2009 , I will try to investigate the new toolchain issue
I noticed that the undefined instruction issue with gcc 10.3 does not happen
with `CONFIG_
pkarashchenko commented on a change in pull request #5723:
URL: https://github.com/apache/incubator-nuttx/pull/5723#discussion_r825133104
##
File path: arch/xtensa/src/esp32s3/esp32s3_rt_timer.h
##
@@ -0,0 +1,254 @@
+/
gustavonihei commented on a change in pull request #5723:
URL: https://github.com/apache/incubator-nuttx/pull/5723#discussion_r825117882
##
File path: arch/xtensa/src/esp32s3/esp32s3_rt_timer.h
##
@@ -0,0 +1,255 @@
+/*
gustavonihei commented on a change in pull request #5723:
URL: https://github.com/apache/incubator-nuttx/pull/5723#discussion_r825117815
##
File path: arch/xtensa/src/esp32s3/esp32s3_rt_timer.c
##
@@ -0,0 +1,1054 @@
+/
gustavonihei commented on a change in pull request #5723:
URL: https://github.com/apache/incubator-nuttx/pull/5723#discussion_r825117266
##
File path: arch/xtensa/src/esp32s3/esp32s3_rt_timer.c
##
@@ -0,0 +1,1054 @@
+/
gustavonihei commented on a change in pull request #5723:
URL: https://github.com/apache/incubator-nuttx/pull/5723#discussion_r825117198
##
File path: arch/xtensa/src/esp32s3/esp32s3_rt_timer.c
##
@@ -0,0 +1,1054 @@
+/
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 90c01bd drivers: Move the common driver to misc folder
add 17d1a48 arch: Remove up_puts protot
pkarashchenko merged pull request #5719:
URL: https://github.com/apache/incubator-nuttx/pull/5719
--
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:
pkarashchenko commented on a change in pull request #5721:
URL: https://github.com/apache/incubator-nuttx/pull/5721#discussion_r825101900
##
File path: mm/iob/iob_initialize.c
##
@@ -95,54 +95,48 @@ sem_t g_qentry_sem; /* Counts free I/O buffer queue
containers */
v
pkarashchenko commented on a change in pull request #5723:
URL: https://github.com/apache/incubator-nuttx/pull/5723#discussion_r825095885
##
File path: arch/xtensa/src/esp32s3/esp32s3_rt_timer.c
##
@@ -0,0 +1,1054 @@
+/***
gustavonihei commented on a change in pull request #5721:
URL: https://github.com/apache/incubator-nuttx/pull/5721#discussion_r825080609
##
File path: sched/init/nx_start.c
##
@@ -628,15 +628,6 @@ void nx_start(void)
irq_initialize();
}
- /* Initialize the watchd
gustavonihei commented on a change in pull request #5721:
URL: https://github.com/apache/incubator-nuttx/pull/5721#discussion_r825080609
##
File path: sched/init/nx_start.c
##
@@ -628,15 +628,6 @@ void nx_start(void)
irq_initialize();
}
- /* Initialize the watchd
gustavonihei opened a new pull request #5723:
URL: https://github.com/apache/incubator-nuttx/pull/5723
## Summary
This PR intends to add support for the RT Timer, which is built on top of
the Systimer peripheral.
## Impact
The RT Timer peripheral is required for the operation o
gustavonihei opened a new pull request #5722:
URL: https://github.com/apache/incubator-nuttx/pull/5722
## Summary
This PR intends to add a preventive fix for the behavior of Systimer during
debugging with `CONFIG_SMP` enabled, where it could keep running while the
debugger temporarily s
xiaoxiang781216 opened a new pull request #5721:
URL: https://github.com/apache/incubator-nuttx/pull/5721
## Summary
- fs: Initialize g_inode_sem at the definition place
- mm/shm: Initialize shm_info_s at the definition place
- sched/wdog: Remove wd_initialize which isn't reall
pkarashchenko commented on a change in pull request #5718:
URL: https://github.com/apache/incubator-nuttx/pull/5718#discussion_r824989145
##
File path: drivers/can/can.c
##
@@ -407,46 +406,48 @@ static int can_open(FAR struct file *filep)
* for this device, then perform har
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 90c01bd drivers: Move the common dr
xiaoxiang781216 merged pull request #5716:
URL: https://github.com/apache/incubator-nuttx/pull/5716
--
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
xiaoxiang781216 opened a new pull request #5720:
URL: https://github.com/apache/incubator-nuttx/pull/5720
## Summary
## Impact
Code refactor
## Testing
Pass CI
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
hartmannathan commented on pull request #5718:
URL: https://github.com/apache/incubator-nuttx/pull/5718#issuecomment-1065293983
> I'm in the middle of the testing. Will need at least a day to verify on HW.
Ok no problem, no rush. Maybe it is a good idea to mark as draft so someone
do
hartmannathan commented on a change in pull request #5718:
URL: https://github.com/apache/incubator-nuttx/pull/5718#discussion_r824893325
##
File path: drivers/can/can.c
##
@@ -407,46 +406,48 @@ static int can_open(FAR struct file *filep)
* for this device, then perform har
xiaoxiang781216 opened a new pull request #5719:
URL: https://github.com/apache/incubator-nuttx/pull/5719
## Summary
And remove the duplicated prototype of up_puts
## Impact
Code refactor only
## Testing
Pass cI
--
This is an automated message from the Apache Gi
pkarashchenko commented on a change in pull request #5718:
URL: https://github.com/apache/incubator-nuttx/pull/5718#discussion_r824870134
##
File path: drivers/can/can.c
##
@@ -407,46 +406,48 @@ static int can_open(FAR struct file *filep)
* for this device, then perform har
pkarashchenko commented on pull request #5718:
URL: https://github.com/apache/incubator-nuttx/pull/5718#issuecomment-1065266369
> I don't have hardware to test with, but the code changes look reasonable
to me.
I'm in the middle of the testing. Will need at least a day to verify on H
hartmannathan commented on a change in pull request #5718:
URL: https://github.com/apache/incubator-nuttx/pull/5718#discussion_r824860390
##
File path: drivers/can/can.c
##
@@ -407,46 +406,48 @@ static int can_open(FAR struct file *filep)
* for this device, then perform har
pkarashchenko opened a new pull request #5718:
URL: https://github.com/apache/incubator-nuttx/pull/5718
## Summary
This PR solves two issues:
1. If CAN driver is open two times one time with `O_RDONLY` flag and second
time with `O_WRONLY` flag, then receiver side is constantly reporti
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 dab5bb6 boards/Kconfig: introduce ARCH_BOARD_COMMON option
add d9607f7 Revert "arch/risc-v: Correc
xiaoxiang781216 merged pull request #5717:
URL: https://github.com/apache/incubator-nuttx/pull/5717
--
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
jlaitine opened a new pull request #5717:
URL: https://github.com/apache/incubator-nuttx/pull/5717
This reverts commit 86358bff3bc814efb564a4427b4bcd6c3c91dbf0.
## Summary
The original fix is incorrect, and just breaks everything by storing FPU
registers on top of something el
xiaoxiang781216 opened a new pull request #5716:
URL: https://github.com/apache/incubator-nuttx/pull/5716
## Summary
code refactor
## Impact
Minor change
## Testing
Pass CI
--
This is an automated message from the Apache Git Service.
To respond to the message, p
pkarashchenko opened a new pull request #5715:
URL: https://github.com/apache/incubator-nuttx/pull/5715
## Summary
Define BOARD_COMMON_DIR only if ARCH_BOARD_COMMON is set
## Impact
Custom board users
## Testing
Pass CI
--
This is an automated message from the A
pkarashchenko commented on a change in pull request #5558:
URL: https://github.com/apache/incubator-nuttx/pull/5558#discussion_r824582511
##
File path: arch/arm/src/armv7-a/arm_vectors.S
##
@@ -239,15 +239,16 @@ arm_vectorirq:
cmp r2, #PSR_MODE_USR
xiaoxiang781216 commented on issue #1058:
URL:
https://github.com/apache/incubator-nuttx-apps/issues/1058#issuecomment-1064898630
Yes, here: https://nuttx.apache.org/community/
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
dangbinghoo commented on issue #1058:
URL:
https://github.com/apache/incubator-nuttx-apps/issues/1058#issuecomment-1064892893
>
is there any nuttx talking groups or what exists?
PS: I'm from CN, QQ group is ok.
--
This is an automated message from the Apache Git Service.
xiaoxiang781216 commented on issue #1058:
URL:
https://github.com/apache/incubator-nuttx-apps/issues/1058#issuecomment-1064868092
It is welcome to provide a solution fix this problem.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
xiaoxiang781216 commented on issue #1058:
URL:
https://github.com/apache/incubator-nuttx-apps/issues/1058#issuecomment-1064867821
Yes, nuttx/Makefile invoke but not include apps/Makefile. So the change to
EXTRA_LIBPATHS/EXTRA_LIBS can't propagate to nuttx/Makefile.
--
This is an automat
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 dab5bb6 boards/Kconfig: introduce A
xiaoxiang781216 merged pull request #5712:
URL: https://github.com/apache/incubator-nuttx/pull/5712
--
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
52 matches
Mail list logo