anchao opened a new pull request #5799:
URL: https://github.com/apache/incubator-nuttx/pull/5799
## Summary
net/netdev: fix switch case missing break
Signed-off-by: chao.an
## Impact
N/A
## Testing
CI-check
--
This is an automated message fro
anchao opened a new pull request #5798:
URL: https://github.com/apache/incubator-nuttx/pull/5798
## Summary
libc/err: fix unpaired va_end()
each invocation of va_start() must be matched by a corresponding invocation
of va_end() in the same function
Signed-off-by: chao.a
anchao opened a new pull request #5797:
URL: https://github.com/apache/incubator-nuttx/pull/5797
## Summary
fs/rpmsgfs: minor refine the return value
## Impact
N/A
## Testing
CI-check
--
This is an automated message from the Apache Git Service.
To respon
pkarashchenko commented on a change in pull request #5791:
URL: https://github.com/apache/incubator-nuttx/pull/5791#discussion_r83023
##
File path: arch/arm/src/common/arm_initialize.c
##
@@ -122,11 +122,9 @@ void up_initialize(void)
arm_serialinit();
#endif
-#ifndef
pkarashchenko commented on a change in pull request #5791:
URL: https://github.com/apache/incubator-nuttx/pull/5791#discussion_r83023
##
File path: arch/arm/src/common/arm_initialize.c
##
@@ -122,11 +122,9 @@ void up_initialize(void)
arm_serialinit();
#endif
-#ifndef
xiaoxiang781216 commented on a change in pull request #5791:
URL: https://github.com/apache/incubator-nuttx/pull/5791#discussion_r830434776
##
File path: arch/arm/src/common/arm_initialize.c
##
@@ -122,11 +122,9 @@ void up_initialize(void)
arm_serialinit();
#endif
-#ifnde
xiaoxiang781216 merged pull request #5785:
URL: https://github.com/apache/incubator-nuttx/pull/5785
--
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 2af9b57 boards/arm/samv7: define MT
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 aa84559 xtensa_coproc.S: Replace spaces by tabs.
add 20ac858 config: finalize transition from USER
xiaoxiang781216 merged pull request #5796:
URL: https://github.com/apache/incubator-nuttx/pull/5796
--
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.
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 fe1f9ca Publishing web
masayuki2009 edited a comment on pull request #5761:
URL: https://github.com/apache/incubator-nuttx/pull/5761#issuecomment-1072893725
@anchao
>The same issue also happens with raspberrypi-pico:nsh (non SMP).
It seems that the hardfault happened.
```
End of test memor
masayuki2009 commented on pull request #5761:
URL: https://github.com/apache/incubator-nuttx/pull/5761#issuecomment-1072893725
@anchao
>The same issue also happens with raspberrypi-pico:nsh (non SMP).
It seems that the hardfault happened.
```
End of test memory usage
masayuki2009 edited a comment on pull request #5761:
URL: https://github.com/apache/incubator-nuttx/pull/5761#issuecomment-107207
@anchao @xiaoxiang781216
lm3s6965-ek:qemu-protected works now.
However, I noticed that a deadlock happens with raspberrypi-pico:smp.
The sa
masayuki2009 commented on pull request #5761:
URL: https://github.com/apache/incubator-nuttx/pull/5761#issuecomment-107207
@anchao @xiaoxiang781216
lm3s6965-ek:qemu-protected works now.
However, I noticed that a deadlock happens with raspberrypi-pico:smp.
Without this
pkarashchenko merged pull request #5790:
URL: https://github.com/apache/incubator-nuttx/pull/5790
--
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.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 9ae826e xtensa/esp32s3: Fix output handling for pins numbered from 32
to 48
new ce8fae2 xtens
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 ce8fae28420b69c2795f7075cac776a02fa8f9dd
Author: Abdelatif Guettouche
AuthorDate: Fri Mar 18 14:54:58 20
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 aa84559566ee0ecb89e96f6f9ce2ab7912f60206
Author: Abdelatif Guettouche
AuthorDate: Fri Mar 18 16:09:15 20
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 edef327 arch/arm: Move ARCHCPUFLAGS to Toolchain.defs
add 43b7d9b xtensa/esp32s3: Sync GPIO si
pkarashchenko merged pull request #5795:
URL: https://github.com/apache/incubator-nuttx/pull/5795
--
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 opened a new pull request #1082:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1082
## Summary
Fix compilation when MTD_CONFIG_NAMED is enabled
## Impact
Bugfix
## Testing
Pass CI
--
This is an automated message from the Apache Git Servi
pkarashchenko commented on pull request #5796:
URL: https://github.com/apache/incubator-nuttx/pull/5796#issuecomment-1072876667
@jerpelea probably this has to be picked to 10.3 branch
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
pkarashchenko commented on pull request #1081:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1081#issuecomment-1072876546
@jerpelea probably this has to be picked to 10.3 branch
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
pkarashchenko opened a new pull request #1081:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1081
## Summary
Correct configuration option name in README.md
## Impact
None
## Testing
Pass CI
--
This is an automated message from the Apache Git Service.
pkarashchenko opened a new pull request #5796:
URL: https://github.com/apache/incubator-nuttx/pull/5796
## Summary
Clean-up leftovers after https://github.com/apache/incubator-nuttx/pull/5065
## Impact
- ceva arch based boards
- sparc bm3823
## Testing
Pass CI
--
pkarashchenko commented on a change in pull request #5033:
URL: https://github.com/apache/incubator-nuttx/pull/5033#discussion_r830392230
##
File path: boards/arm/samv7/samv71-xult/README.txt
##
@@ -2639,15 +2639,110 @@ Configuration sub-directories
-c 'reset_conf
pkarashchenko commented on a change in pull request #5775:
URL: https://github.com/apache/incubator-nuttx/pull/5775#discussion_r830386543
##
File path: arch/risc-v/include/csr.h
##
@@ -307,6 +307,14 @@
#define MSTATUS_FS_CLEAN (0x2 << 13)
#define MSTATUS_FS_DIRTY (0x3 << 13
pkarashchenko commented on a change in pull request #5775:
URL: https://github.com/apache/incubator-nuttx/pull/5775#discussion_r830386543
##
File path: arch/risc-v/include/csr.h
##
@@ -307,6 +307,14 @@
#define MSTATUS_FS_CLEAN (0x2 << 13)
#define MSTATUS_FS_DIRTY (0x3 << 13
gustavonihei commented on a change in pull request #5795:
URL: https://github.com/apache/incubator-nuttx/pull/5795#discussion_r830364309
##
File path: arch/xtensa/src/esp32s3/esp32s3_gpio.c
##
@@ -141,25 +202,35 @@ int esp32s3_configgpio(int pin, gpio_pinattr_t attr)
* Name:
gustavonihei commented on a change in pull request #5795:
URL: https://github.com/apache/incubator-nuttx/pull/5795#discussion_r830363785
##
File path: arch/xtensa/src/esp32s3/esp32s3_gpio.c
##
@@ -171,24 +244,38 @@ void esp32s3_gpio_matrix_in(uint32_t gpio, uint32_t
signal_idx
pkarashchenko commented on a change in pull request #5795:
URL: https://github.com/apache/incubator-nuttx/pull/5795#discussion_r830360918
##
File path: arch/xtensa/src/esp32s3/esp32s3_gpio.c
##
@@ -141,25 +202,35 @@ int esp32s3_configgpio(int pin, gpio_pinattr_t attr)
* Name:
pkarashchenko commented on a change in pull request #5795:
URL: https://github.com/apache/incubator-nuttx/pull/5795#discussion_r830360673
##
File path: arch/xtensa/src/esp32s3/esp32s3_gpio.c
##
@@ -171,24 +244,38 @@ void esp32s3_gpio_matrix_in(uint32_t gpio, uint32_t
signal_id
gustavonihei commented on a change in pull request #5795:
URL: https://github.com/apache/incubator-nuttx/pull/5795#discussion_r830359762
##
File path: arch/xtensa/src/esp32s3/esp32s3_gpio.c
##
@@ -141,25 +202,37 @@ int esp32s3_configgpio(int pin, gpio_pinattr_t attr)
* Name:
gustavonihei commented on a change in pull request #5795:
URL: https://github.com/apache/incubator-nuttx/pull/5795#discussion_r830359324
##
File path: arch/xtensa/src/esp32s3/esp32s3_gpio.c
##
@@ -171,24 +244,38 @@ void esp32s3_gpio_matrix_in(uint32_t gpio, uint32_t
signal_idx
pkarashchenko commented on a change in pull request #5795:
URL: https://github.com/apache/incubator-nuttx/pull/5795#discussion_r830358201
##
File path: arch/xtensa/src/esp32s3/esp32s3_gpio.c
##
@@ -141,25 +202,37 @@ int esp32s3_configgpio(int pin, gpio_pinattr_t attr)
* Name:
gustavonihei commented on a change in pull request #5795:
URL: https://github.com/apache/incubator-nuttx/pull/5795#discussion_r830356944
##
File path: arch/xtensa/src/esp32s3/esp32s3_gpio.c
##
@@ -141,25 +202,37 @@ int esp32s3_configgpio(int pin, gpio_pinattr_t attr)
* Name:
pkarashchenko commented on a change in pull request #5795:
URL: https://github.com/apache/incubator-nuttx/pull/5795#discussion_r830356388
##
File path: arch/xtensa/src/esp32s3/esp32s3_gpio.c
##
@@ -141,25 +202,37 @@ int esp32s3_configgpio(int pin, gpio_pinattr_t attr)
* Name:
pkarashchenko commented on a change in pull request #5795:
URL: https://github.com/apache/incubator-nuttx/pull/5795#discussion_r830355795
##
File path: arch/xtensa/src/esp32s3/esp32s3_gpio.c
##
@@ -171,24 +244,38 @@ void esp32s3_gpio_matrix_in(uint32_t gpio, uint32_t
signal_id
pkarashchenko commented on a change in pull request #5795:
URL: https://github.com/apache/incubator-nuttx/pull/5795#discussion_r830355439
##
File path: arch/xtensa/src/esp32s3/esp32s3_gpio.c
##
@@ -171,24 +244,38 @@ void esp32s3_gpio_matrix_in(uint32_t gpio, uint32_t
signal_id
pkarashchenko commented on pull request #5791:
URL: https://github.com/apache/incubator-nuttx/pull/5791#issuecomment-1072798837
@gustavonihei Please see the updated PR description. I've provided some more
details.
--
This is an automated message from the Apache Git Service.
To respond to
mogenson commented on a change in pull request #1075:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1075#discussion_r830351217
##
File path: interpreters/lua/Makefile
##
@@ -0,0 +1,133 @@
+
gustavonihei commented on a change in pull request #5795:
URL: https://github.com/apache/incubator-nuttx/pull/5795#discussion_r830346622
##
File path: arch/xtensa/src/esp32s3/esp32s3_gpio.c
##
@@ -171,24 +244,38 @@ void esp32s3_gpio_matrix_in(uint32_t gpio, uint32_t
signal_idx
gustavonihei commented on a change in pull request #5795:
URL: https://github.com/apache/incubator-nuttx/pull/5795#discussion_r830343287
##
File path: arch/xtensa/src/esp32s3/esp32s3_gpio.c
##
@@ -141,25 +202,37 @@ int esp32s3_configgpio(int pin, gpio_pinattr_t attr)
* Name:
pkarashchenko commented on a change in pull request #5795:
URL: https://github.com/apache/incubator-nuttx/pull/5795#discussion_r830337727
##
File path: arch/xtensa/src/esp32s3/esp32s3_gpio.c
##
@@ -141,25 +202,37 @@ int esp32s3_configgpio(int pin, gpio_pinattr_t attr)
* Name:
gustavonihei commented on a change in pull request #5795:
URL: https://github.com/apache/incubator-nuttx/pull/5795#discussion_r830326986
##
File path: arch/xtensa/src/esp32s3/esp32s3_gpio.c
##
@@ -171,24 +237,31 @@ void esp32s3_gpio_matrix_in(uint32_t gpio, uint32_t
signal_idx
gustavonihei commented on a change in pull request #5795:
URL: https://github.com/apache/incubator-nuttx/pull/5795#discussion_r830322829
##
File path: arch/xtensa/src/esp32s3/esp32s3_gpio.c
##
@@ -171,24 +237,31 @@ void esp32s3_gpio_matrix_in(uint32_t gpio, uint32_t
signal_idx
pkarashchenko commented on a change in pull request #5795:
URL: https://github.com/apache/incubator-nuttx/pull/5795#discussion_r830319158
##
File path: arch/xtensa/src/esp32s3/esp32s3_gpio.c
##
@@ -171,24 +237,31 @@ void esp32s3_gpio_matrix_in(uint32_t gpio, uint32_t
signal_id
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 c1fb14c boards/arm/samv7/same70-qmtech: add /dev/timer0 support
add edef327 arch/arm: Move ARCHCPU
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 2793e6f xtensa_releasepending.c: Remove commented out code.
add c1fb14c boards/arm/samv7/same70-qm
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 38b3da6 sched/module: correct the check condition
add 9de2818 fs/nfs: fix compile warning
No new
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 9de2818 fs/nfs: fix compile warning
add 2793e6f xtensa_releasepending.c: Remove commented out code
xiaoxiang781216 merged pull request #5662:
URL: https://github.com/apache/incubator-nuttx/pull/5662
--
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 commented on a change in pull request #5775:
URL: https://github.com/apache/incubator-nuttx/pull/5775#discussion_r830251174
##
File path: arch/risc-v/include/csr.h
##
@@ -307,6 +307,14 @@
#define MSTATUS_FS_CLEAN (0x2 << 13)
#define MSTATUS_FS_DIRTY (0x3 <<
xiaoxiang781216 merged pull request #5787:
URL: https://github.com/apache/incubator-nuttx/pull/5787
--
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 merged pull request #5789:
URL: https://github.com/apache/incubator-nuttx/pull/5789
--
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 merged pull request #5792:
URL: https://github.com/apache/incubator-nuttx/pull/5792
--
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 merged pull request #5793:
URL: https://github.com/apache/incubator-nuttx/pull/5793
--
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.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 484b930 netdb/getaddrinfo: fix NULL pointer reference
add 38b3da6 sched/module: correct the ch
pkarashchenko merged pull request #5794:
URL: https://github.com/apache/incubator-nuttx/pull/5794
--
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.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 6a212b1 mtd/partition: fix compile warning
add 484b930 netdb/getaddrinfo: fix NULL pointer ref
gustavonihei opened a new pull request #5795:
URL: https://github.com/apache/incubator-nuttx/pull/5795
## Summary
This PR intends to perform some clean ups to the **GPIO** driver interface
and fix some small inconsistencies (e.g. arguments from different functions
being referred to by d
pkarashchenko closed pull request #5791:
URL: https://github.com/apache/incubator-nuttx/pull/5791
--
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 pull request #5791:
URL: https://github.com/apache/incubator-nuttx/pull/5791#issuecomment-1072649156
Let me close this and I will open a new one after check is done
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
pkarashchenko commented on pull request #5791:
URL: https://github.com/apache/incubator-nuttx/pull/5791#issuecomment-1072645677
> @pkarashchenko could you give some background on the need for this change?
At first sight, it seems that after this patch `xxx_netinitialize` would be
called tw
gustavonihei commented on pull request #5791:
URL: https://github.com/apache/incubator-nuttx/pull/5791#issuecomment-1072638824
@pkarashchenko could you give some background on the need for this change?
At first sight, it seems that after this patch `xxx_netinitialize` would be
called twice
anchao opened a new pull request #5794:
URL: https://github.com/apache/incubator-nuttx/pull/5794
## Summary
netdb/getaddrinfo: fix NULL pointer reference
Signed-off-by: chao.an
## Impact
N/A
## Testing
ci-check
--
This is an automated mes
anchao opened a new pull request #5793:
URL: https://github.com/apache/incubator-nuttx/pull/5793
## Summary
sched/module: correct the check condition
## Impact
N/A
## Testing
ci-check
--
This is an automated message from the Apache Git Service.
To respon
xiaoxiang781216 merged pull request #5786:
URL: https://github.com/apache/incubator-nuttx/pull/5786
--
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 6472a69 style/typo: fix few style and typo issues
add 0f7ccf0 netdb/getaddrinfo: fix the compile w
jlaitine removed a comment on pull request #5782:
URL: https://github.com/apache/incubator-nuttx/pull/5782#issuecomment-1072547339
Timer reload is only possible in M mode. Clearing the interrupt just doesn't
work in S-mode, at least not on the mpfs. Attempt to do it is nop. It may be
that
pussuw edited a comment on pull request #5782:
URL: https://github.com/apache/incubator-nuttx/pull/5782#issuecomment-1072561739
>
> Why not directly handle timer interrupt in S-mode?
>
The memory mapped registers are available in M-mode only.
> > * For some reason clearing
pussuw edited a comment on pull request #5782:
URL: https://github.com/apache/incubator-nuttx/pull/5782#issuecomment-1072561739
>
> Why not directly handle timer interrupt in S-mode?
>
The memory mapped registers are available in M-mode only.
> > * For some reason clearing
pussuw commented on pull request #5782:
URL: https://github.com/apache/incubator-nuttx/pull/5782#issuecomment-1072561739
>
> Why not directly handle timer interrupt in S-mode?
>
The memory mapped registers are available in M-mode only.
> > * For some reason clearing the
This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 841bcf8 docs/mpfs: mark USB and ethernet as supported
add 6472a69 style/typo: fix few style and
Ouss4 merged pull request #5784:
URL: https://github.com/apache/incubator-nuttx/pull/5784
--
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-
jlaitine commented on pull request #5782:
URL: https://github.com/apache/incubator-nuttx/pull/5782#issuecomment-1072547339
Timer reload is only possible in M mode. Clearing the interrupt just doesn't
work in S-mode, at least not on the mpfs. Attempt to do it is nop. It may be
that the time
anchao opened a new pull request #5792:
URL: https://github.com/apache/incubator-nuttx/pull/5792
## Summary
fs/nfs: fix compile warning
```
In file included from nfs/nfs_vfsops.c:65:
nfs/nfs_vfsops.c: In function ‘nfs_read’:
nfs/nfs_vfsops.c:906:13: warning: format ‘%d
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 ec2352a risc-v/mpfs: usb: fix ep0 read done
add cff7c76 bl602evb/wifi: add CONFIG_NETDEV_LATEI
pkarashchenko opened a new pull request #5791:
URL: https://github.com/apache/incubator-nuttx/pull/5791
## Summary
Depend xxx_netinitialize on NET and not on NETDEV_LATEINIT
## Impact
None. Refactoring only
## Testing
Pass CI
--
This is an automated message from
pkarashchenko merged pull request #5740:
URL: https://github.com/apache/incubator-nuttx/pull/5740
--
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:
anchao commented on pull request #5781:
URL: https://github.com/apache/incubator-nuttx/pull/5781#issuecomment-1072513850
> @anchao I didn't see that CI build succeeded? Did I miss something?
emm.. sorry, I did not notice that this PR was merged directly, It should be
my mistake
pkarashchenko merged pull request #5779:
URL: https://github.com/apache/incubator-nuttx/pull/5779
--
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:
anchao commented on a change in pull request #5786:
URL: https://github.com/apache/incubator-nuttx/pull/5786#discussion_r830073239
##
File path: libs/libc/netdb/lib_getaddrinfo.c
##
@@ -77,7 +77,7 @@ FAR static struct ai_s *alloc_ai(int family, int socktype,
int protocol,
pkarashchenko opened a new pull request #5787:
URL: https://github.com/apache/incubator-nuttx/pull/5787
## Summary
Add `/dev/timer0` support to same70-qmtech board
## Impact
None
## Testing
Pass CI
--
This is an automated message from the Apache Git Service.
To
masayuki2009 commented on pull request #5761:
URL: https://github.com/apache/incubator-nuttx/pull/5761#issuecomment-1072400901
--
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
anchao opened a new pull request #5786:
URL: https://github.com/apache/incubator-nuttx/pull/5786
## Summary
netdb/getaddrinfo: fix the compile warning
netdb/lib_getaddrinfo.c: In function ‘alloc_ai’:
netdb/lib_getaddrinfo.c:80:9: warning: ‘strncpy’ specified bound 108 eq
xiaoxiang781216 commented on a change in pull request #5786:
URL: https://github.com/apache/incubator-nuttx/pull/5786#discussion_r830071497
##
File path: libs/libc/netdb/lib_getaddrinfo.c
##
@@ -77,7 +77,7 @@ FAR static struct ai_s *alloc_ai(int family, int socktype,
int proto
masayuki2009 merged pull request #5774:
URL: https://github.com/apache/incubator-nuttx/pull/5774
--
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: c
xiaoxiang781216 commented on pull request #5662:
URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1070991169
> @no1wudi are all necessary changes to mainline done? Can we move forward
with NEON now?
We can merge this PR, since this patch just move the compiler op
xiaoxiang781216 merged pull request #5767:
URL: https://github.com/apache/incubator-nuttx/pull/5767
--
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
anchao commented on a change in pull request #5770:
URL: https://github.com/apache/incubator-nuttx/pull/5770#discussion_r829016774
##
File path: net/socket/setsockopt.c
##
@@ -398,6 +274,130 @@ static int psock_socketlevel_option(FAR struct socket
*psock, int option,
nandojve commented on pull request #5033:
URL: https://github.com/apache/incubator-nuttx/pull/5033#issuecomment-1072373788
Hi @pkarashchenko , @xiaoxiang781216 ,
I double checked and this is supposed to be OK together with
https://github.com/apache/incubator-nuttx-apps/pull/929.
--
Ouss4 opened a new pull request #5790:
URL: https://github.com/apache/incubator-nuttx/pull/5790
## Summary
These function don't use call8 or call12 and thus need to create just 16
bytes for the base save area, however they do use one variable so we
need a space for that. The `entry
Ouss4 opened a new pull request #5789:
URL: https://github.com/apache/incubator-nuttx/pull/5789
## Summary
Remove commented out code.
## Impact
N/A
## Testing
N/A
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
xiaoxiang781216 merged pull request #5783:
URL: https://github.com/apache/incubator-nuttx/pull/5783
--
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 opened a new pull request #5785:
URL: https://github.com/apache/incubator-nuttx/pull/5785
## Summary
Define progmem MTD partitions at board level
## Impact
SAMv7 custom boards that use SAMv7 board built-in common
## Testing
Tested with SAME70-QMTECH board
pkarashchenko opened a new pull request #5788:
URL: https://github.com/apache/incubator-nuttx/pull/5788
## Summary
Add gpio driver support for same70-qmtech board
## Impact
None
## Testing
Pass CI
--
This is an automated message from the Apache Git Service.
To respo
pkarashchenko commented on pull request #5732:
URL: https://github.com/apache/incubator-nuttx/pull/5732#issuecomment-1071188589
@kassane please rework the changes and issue the PR again.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
gustavonihei merged pull request #5771:
URL: https://github.com/apache/incubator-nuttx/pull/5771
--
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: c
1 - 100 of 247 matches
Mail list logo