xiaoxiang781216 commented on a change in pull request #5401:
URL: https://github.com/apache/incubator-nuttx/pull/5401#discussion_r802364276
##
File path: boards/sim/sim/sim/scripts/Make.defs
##
@@ -93,9 +93,17 @@ STRIP = $(CROSSDEV)strip --strip-unneeded
AR = $(CROSSDEV)ar rcs
pkarashchenko commented on a change in pull request #5444:
URL: https://github.com/apache/incubator-nuttx/pull/5444#discussion_r802356213
##
File path: drivers/serial/Kconfig
##
@@ -651,24 +651,9 @@ menuconfig PSEUDOTERM
if PSEUDOTERM
-choice
- prompt "PTY model"
-
pkarashchenko commented on a change in pull request #5441:
URL: https://github.com/apache/incubator-nuttx/pull/5441#discussion_r802354450
##
File path: arch/arm/src/armv7-a/arm_cache.c
##
@@ -190,7 +198,15 @@ void up_clean_dcache_all(void)
void up_flush_dcache(uintptr_t star
masayuki2009 edited a comment on pull request #5336:
URL: https://github.com/apache/incubator-nuttx/pull/5336#issuecomment-1033375488
esp32-devkitc:nsh and esp32-devkitc:smp do not work with QEMU.
--
This is an automated message from the Apache Git Service.
To respond to the message,
ptka commented on a change in pull request #5401:
URL: https://github.com/apache/incubator-nuttx/pull/5401#discussion_r802315533
##
File path: arch/sim/src/sim/up_initialstate.c
##
@@ -84,10 +97,10 @@ void up_initial_state(struct tcb_s *tcb)
* the return address.
*/
-
ptka commented on a change in pull request #5401:
URL: https://github.com/apache/incubator-nuttx/pull/5401#discussion_r802314706
##
File path: arch/sim/include/setjmp.h
##
@@ -97,12 +101,42 @@
# define JB_FP JB_EBP
#elif defined(CONFIG_HOST_ARM)
+
# define
ptka commented on a change in pull request #5401:
URL: https://github.com/apache/incubator-nuttx/pull/5401#discussion_r802313181
##
File path: libs/libc/machine/sim/arch_setjmp_arm64.S
##
@@ -0,0 +1,108 @@
+/**
ptka commented on a change in pull request #5401:
URL: https://github.com/apache/incubator-nuttx/pull/5401#discussion_r802312993
##
File path: libs/libc/machine/sim/arch_setjmp_arm64.S
##
@@ -0,0 +1,108 @@
+/**
ptka commented on a change in pull request #5401:
URL: https://github.com/apache/incubator-nuttx/pull/5401#discussion_r802312810
##
File path: boards/sim/sim/sim/scripts/Make.defs
##
@@ -93,9 +93,17 @@ STRIP = $(CROSSDEV)strip --strip-unneeded
AR = $(CROSSDEV)ar rcs
endif
NM
ptka commented on a change in pull request #5401:
URL: https://github.com/apache/incubator-nuttx/pull/5401#discussion_r802297942
##
File path: libs/libc/machine/sim/arch_setjmp_arm64.S
##
@@ -0,0 +1,92 @@
+/***
xiaoxiang781216 commented on a change in pull request #5401:
URL: https://github.com/apache/incubator-nuttx/pull/5401#discussion_r802289682
##
File path: libs/libc/machine/sim/arch_setjmp_arm64.S
##
@@ -0,0 +1,92 @@
+/
masayuki2009 commented on pull request #5336:
URL: https://github.com/apache/incubator-nuttx/pull/5336#issuecomment-1033375488
esp32-devkitc:nsh and esp32-devkitc:smp does not work with QEMU.
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
masayuki2009 commented on pull request #5336:
URL: https://github.com/apache/incubator-nuttx/pull/5336#issuecomment-1033374586
```
Configuration/Tool: esp32s3-devkit/nsh
--
xiaoxiang781216 commented on a change in pull request #5441:
URL: https://github.com/apache/incubator-nuttx/pull/5441#discussion_r802281314
##
File path: arch/arm/src/armv7-r/arm_cache.c
##
@@ -134,7 +134,15 @@ void up_invalidate_icache_all(void)
void up_clean_dcache(uintptr
zhuyanlinzyl commented on a change in pull request #5441:
URL: https://github.com/apache/incubator-nuttx/pull/5441#discussion_r802280908
##
File path: arch/arm/src/armv7-r/arm_cache.c
##
@@ -134,7 +134,15 @@ void up_invalidate_icache_all(void)
void up_clean_dcache(uintptr_t
xiaoxiang781216 commented on a change in pull request #5252:
URL: https://github.com/apache/incubator-nuttx/pull/5252#discussion_r802281137
##
File path: net/tcp/tcp_send_buffered.c
##
@@ -355,10 +355,39 @@ static uint16_t psock_send_eventhandler(FAR struct
net_driver_s *dev,
xiaoxiang781216 commented on a change in pull request #5401:
URL: https://github.com/apache/incubator-nuttx/pull/5401#discussion_r802263127
##
File path: arch/sim/include/setjmp.h
##
@@ -97,12 +101,42 @@
# define JB_FP JB_EBP
#elif defined(CONFIG_HOST_ARM)
+
xiaoxiang781216 commented on a change in pull request #5401:
URL: https://github.com/apache/incubator-nuttx/pull/5401#discussion_r802263127
##
File path: arch/sim/include/setjmp.h
##
@@ -97,12 +101,42 @@
# define JB_FP JB_EBP
#elif defined(CONFIG_HOST_ARM)
+
xiaoxiang781216 commented on a change in pull request #5401:
URL: https://github.com/apache/incubator-nuttx/pull/5401#discussion_r802262818
##
File path: libs/libc/machine/sim/arch_setjmp_arm64.S
##
@@ -0,0 +1,108 @@
+/***
xiaoxiang781216 commented on a change in pull request #5401:
URL: https://github.com/apache/incubator-nuttx/pull/5401#discussion_r802262594
##
File path: libs/libc/machine/sim/arch_setjmp_arm64.S
##
@@ -0,0 +1,108 @@
+/***
xiaoxiang781216 commented on a change in pull request #5401:
URL: https://github.com/apache/incubator-nuttx/pull/5401#discussion_r802262474
##
File path: libs/libc/machine/sim/arch_setjmp_arm64.S
##
@@ -0,0 +1,108 @@
+/***
xiaoxiang781216 commented on a change in pull request #5401:
URL: https://github.com/apache/incubator-nuttx/pull/5401#discussion_r802262383
##
File path: boards/sim/sim/sim/scripts/Make.defs
##
@@ -93,9 +93,17 @@ STRIP = $(CROSSDEV)strip --strip-unneeded
AR = $(CROSSDEV)ar rcs
xiaoxiang781216 commented on a change in pull request #5401:
URL: https://github.com/apache/incubator-nuttx/pull/5401#discussion_r802261983
##
File path: arch/sim/src/sim/up_initialstate.c
##
@@ -84,10 +97,10 @@ void up_initial_state(struct tcb_s *tcb)
* the return address.
yamt commented on a change in pull request #5252:
URL: https://github.com/apache/incubator-nuttx/pull/5252#discussion_r802260920
##
File path: net/tcp/tcp_send_buffered.c
##
@@ -355,10 +355,39 @@ static uint16_t psock_send_eventhandler(FAR struct
net_driver_s *dev,
xiaoxiang781216 merged pull request #5439:
URL: https://github.com/apache/incubator-nuttx/pull/5439
--
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 8e64db4 serial/pty: Close the internal pipe when reference count drop
to zero
add f731763 board:
xiaoxiang781216 commented on a change in pull request #5441:
URL: https://github.com/apache/incubator-nuttx/pull/5441#discussion_r802257085
##
File path: arch/arm/src/armv7-r/arm_cache.c
##
@@ -134,7 +134,15 @@ void up_invalidate_icache_all(void)
void up_clean_dcache(uintptr
xiaoxiang781216 merged pull request #996:
URL: https://github.com/apache/incubator-nuttx-apps/pull/996
--
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-m
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 8361990 netutils: Check lo by
xiaoxiang781216 commented on a change in pull request #5444:
URL: https://github.com/apache/incubator-nuttx/pull/5444#discussion_r802244548
##
File path: drivers/serial/Kconfig
##
@@ -651,24 +651,9 @@ menuconfig PSEUDOTERM
if PSEUDOTERM
-choice
- prompt "PTY model"
-
xiaoxiang781216 commented on a change in pull request #5401:
URL: https://github.com/apache/incubator-nuttx/pull/5401#discussion_r802243788
##
File path: libs/libc/machine/sim/arch_setjmp_arm64.S
##
@@ -0,0 +1,92 @@
+/
a-lunev commented on a change in pull request #5252:
URL: https://github.com/apache/incubator-nuttx/pull/5252#discussion_r802242652
##
File path: net/tcp/tcp_send_buffered.c
##
@@ -355,10 +355,39 @@ static uint16_t psock_send_eventhandler(FAR struct
net_driver_s *dev,
zhuyanlinzyl commented on a change in pull request #5441:
URL: https://github.com/apache/incubator-nuttx/pull/5441#discussion_r802233762
##
File path: arch/arm/src/armv7-a/arm_cache.c
##
@@ -190,8 +198,16 @@ void up_clean_dcache_all(void)
void up_flush_dcache(uintptr_t start
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 ffc7f10 Publishing web
masayuki2009 commented on pull request #5336:
URL: https://github.com/apache/incubator-nuttx/pull/5336#issuecomment-1033195495
@zhuyanlinzyl
Please rebase the branch to the latest master?
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
ptka commented on a change in pull request #5401:
URL: https://github.com/apache/incubator-nuttx/pull/5401#discussion_r802166818
##
File path: libs/libc/machine/sim/arch_setjmp_arm64.S
##
@@ -0,0 +1,92 @@
+/***
ptka commented on a change in pull request #5401:
URL: https://github.com/apache/incubator-nuttx/pull/5401#discussion_r802166818
##
File path: libs/libc/machine/sim/arch_setjmp_arm64.S
##
@@ -0,0 +1,92 @@
+/***
davids5 commented on a change in pull request #5447:
URL: https://github.com/apache/incubator-nuttx/pull/5447#discussion_r802113863
##
File path: sched/wdog/wd_start.c
##
@@ -204,7 +204,20 @@ int wd_start(FAR struct wdog_s *wdog, sclock_t delay,
up_getpicbase(&wdog->picbase)
patacongo opened a new pull request #5447:
URL: https://github.com/apache/incubator-nuttx/pull/5447
## Summary
Add a comment briefly explaining why one timer tick is added to the watchdog
delay. This has confused a lot of people and has resulted in numerous awkward
discussions and
patacongo closed pull request #5446:
URL: https://github.com/apache/incubator-nuttx/pull/5446
--
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: comm
patacongo opened a new pull request #5446:
URL: https://github.com/apache/incubator-nuttx/pull/5446
## Summary
Add comments to wdog_start() to avoid confusion in the future.
## Impact
None. change to comments only
## Testing
N/A. CI is enough
pkarashchenko commented on a change in pull request #5444:
URL: https://github.com/apache/incubator-nuttx/pull/5444#discussion_r802012982
##
File path: drivers/serial/Kconfig
##
@@ -651,24 +651,9 @@ menuconfig PSEUDOTERM
if PSEUDOTERM
-choice
- prompt "PTY model"
-
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new c48a8fd examples/tcpecho:
pkarashchenko merged pull request #998:
URL: https://github.com/apache/incubator-nuttx-apps/pull/998
--
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-mai
xiaoxiang781216 opened a new pull request #5445:
URL: https://github.com/apache/incubator-nuttx/pull/5445
## Summary
Since there is no benefit to implement it as function when
CONFIG_LIBC_ENVPATH equals y
## Impact
No
## Testing
Pass CI
--
This is an automated
xiaoxiang781216 commented on a change in pull request #5363:
URL: https://github.com/apache/incubator-nuttx/pull/5363#discussion_r801961421
##
File path: arch/arm/src/phy62xx/uart.c
##
@@ -878,10 +887,21 @@ static int pplus_uart_receive(struct uart_dev_s *dev,
unsigned int *st
xiaoxiang781216 commented on a change in pull request #5363:
URL: https://github.com/apache/incubator-nuttx/pull/5363#discussion_r801960412
##
File path: boards/arm/phy62xx/phy6222/src/reset.c
##
@@ -0,0 +1,59 @@
+/***
xiaoxiang781216 commented on a change in pull request #5363:
URL: https://github.com/apache/incubator-nuttx/pull/5363#discussion_r801958915
##
File path: arch/arm/src/phy62xx/uart.c
##
@@ -878,10 +887,21 @@ static int pplus_uart_receive(struct uart_dev_s *dev,
unsigned int *st
xiaoxiang781216 commented on a change in pull request #5363:
URL: https://github.com/apache/incubator-nuttx/pull/5363#discussion_r801958915
##
File path: arch/arm/src/phy62xx/uart.c
##
@@ -878,10 +887,21 @@ static int pplus_uart_receive(struct uart_dev_s *dev,
unsigned int *st
xiaoxiang781216 commented on pull request #5444:
URL: https://github.com/apache/incubator-nuttx/pull/5444#issuecomment-1032900178
@acassis this patch continue the work at #5428 and finally decouple ptmx
from pseudo operation.
--
This is an automated message from the Apache Git Service.
T
xiaoxiang781216 opened a new pull request #5444:
URL: https://github.com/apache/incubator-nuttx/pull/5444
## Summary
and always enable BSD style PTYs since this feature doesn't consume the
additional code size
## Impact
SUSv1 style can work without pseudo fs operation
##
xiaoxiang781216 merged pull request #5428:
URL: https://github.com/apache/incubator-nuttx/pull/5428
--
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 8e64db4 serial/pty: Close the inter
xiaoxiang781216 merged pull request #5442:
URL: https://github.com/apache/incubator-nuttx/pull/5442
--
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 6166dd5 drivers/mtd/mtd_config.c: e
xiaoxiang781216 merged pull request #5443:
URL: https://github.com/apache/incubator-nuttx/pull/5443
--
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 63aa11c libc/spawn: Fix typo in com
a-lunev commented on pull request #5434:
URL: https://github.com/apache/incubator-nuttx/pull/5434#issuecomment-1032857749
For some reason ci fails for esp32-devkitc/wapi config with the following
error (I have seen that already the 3-rd time):
`gzip: stdin: not in gzip format`
Is it s
ptka commented on a change in pull request #5401:
URL: https://github.com/apache/incubator-nuttx/pull/5401#discussion_r801802211
##
File path: arch/sim/src/sim/up_initialstate.c
##
@@ -86,7 +86,13 @@ void up_initial_state(struct tcb_s *tcb)
tcb->xcp.regs[JB_SP] = (xcpt_reg
xiaoxiang781216 commented on pull request #5348:
URL: https://github.com/apache/incubator-nuttx/pull/5348#issuecomment-1032767461
LGTM.
--
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 specif
anchao commented on a change in pull request #5434:
URL: https://github.com/apache/incubator-nuttx/pull/5434#discussion_r801791981
##
File path: net/udp/udp_sendto_unbuffered.c
##
@@ -260,17 +260,26 @@ ssize_t psock_udp_sendto(FAR struct socket *psock, FAR
const void *buf,
xiaoxiang781216 commented on pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#issuecomment-1032763897
Look like you have to rebase your patch to the latest mainline and push
again to fix the CI temp failure.
--
This is an automated message from the Apache Git
xiaoxiang781216 commented on a change in pull request #5434:
URL: https://github.com/apache/incubator-nuttx/pull/5434#discussion_r801359853
##
File path: net/udp/udp_sendto_unbuffered.c
##
@@ -260,17 +260,26 @@ ssize_t psock_udp_sendto(FAR struct socket *psock, FAR
const void
electron101 commented on a change in pull request #5439:
URL: https://github.com/apache/incubator-nuttx/pull/5439#discussion_r801760137
##
File path: boards/arm/stm32/nucleo-l152re/src/stm32_appinitialize.c
##
@@ -26,11 +26,14 @@
#include
#include
+#include
#include
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 61066ec serial/pty: Sync the default termios setting regardless
CONFIG_SERIAL_TERMIOS
add 358d
pkarashchenko merged pull request #5433:
URL: https://github.com/apache/incubator-nuttx/pull/5433
--
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 edited a comment on pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#issuecomment-1032713002
--
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 specif
xiaoxiang781216 edited a comment on pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#issuecomment-1032713002
> CI system encountered problems, how to restart build on macOS?
@xiaoxiang781216
Two methods:
1. Push your patch with -f again(you can rese
xiaoxiang781216 commented on pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#issuecomment-1032713002
> CI system encountered problems, how to restart build on macOS?
@xiaoxiang781216
Two method:
1. Push your patch with -f again(you can reset hard t
xiaoxiang781216 commented on a change in pull request #5348:
URL: https://github.com/apache/incubator-nuttx/pull/5348#discussion_r801732055
##
File path: boards/arm/samv7/samv71-xult/configs/knsh/defconfig
##
@@ -82,4 +82,4 @@ CONFIG_SYSTEM_I2CTOOL=y
CONFIG_SYSTEM_NSH=y
CONFI
pkarashchenko commented on a change in pull request #5441:
URL: https://github.com/apache/incubator-nuttx/pull/5441#discussion_r801728852
##
File path: arch/arm/src/armv7-r/arm_cache.c
##
@@ -134,8 +134,16 @@ void up_invalidate_icache_all(void)
void up_clean_dcache(uintptr_t
pkarashchenko commented on a change in pull request #5441:
URL: https://github.com/apache/incubator-nuttx/pull/5441#discussion_r801728085
##
File path: arch/arm/src/armv7-a/arm_cache.c
##
@@ -190,8 +198,16 @@ void up_clean_dcache_all(void)
void up_flush_dcache(uintptr_t star
no1wudi commented on a change in pull request #5348:
URL: https://github.com/apache/incubator-nuttx/pull/5348#discussion_r801728596
##
File path: boards/arm/samv7/samv71-xult/configs/knsh/defconfig
##
@@ -82,4 +82,4 @@ CONFIG_SYSTEM_I2CTOOL=y
CONFIG_SYSTEM_NSH=y
CONFIG_SYSTEM
pkarashchenko commented on a change in pull request #5441:
URL: https://github.com/apache/incubator-nuttx/pull/5441#discussion_r801726060
##
File path: arch/arm/src/armv7-a/arm_cache.c
##
@@ -190,8 +198,16 @@ void up_clean_dcache_all(void)
void up_flush_dcache(uintptr_t star
zouboan commented on a change in pull request #5442:
URL: https://github.com/apache/incubator-nuttx/pull/5442#discussion_r801722797
##
File path: drivers/mtd/mtd_config.c
##
@@ -77,7 +77,7 @@ struct mtdconfig_struct_s
{
FAR struct mtd_dev_s *mtd; /* Contained MTD interface
no1wudi opened a new pull request #5443:
URL: https://github.com/apache/incubator-nuttx/pull/5443
## Summary
Only comments
## 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
xiaoxiang781216 commented on a change in pull request #5348:
URL: https://github.com/apache/incubator-nuttx/pull/5348#discussion_r801718804
##
File path: boards/arm/samv7/samv71-xult/configs/knsh/defconfig
##
@@ -82,4 +82,4 @@ CONFIG_SYSTEM_I2CTOOL=y
CONFIG_SYSTEM_NSH=y
CONFI
anchao commented on a change in pull request #5434:
URL: https://github.com/apache/incubator-nuttx/pull/5434#discussion_r801717631
##
File path: net/ieee802154/ieee802154_sockif.c
##
@@ -375,15 +375,17 @@ static int ieee802154_bind(FAR struct socket *psock,
/* Bind a PF_IE
xiaoxiang781216 commented on a change in pull request #5439:
URL: https://github.com/apache/incubator-nuttx/pull/5439#discussion_r801717373
##
File path: boards/arm/stm32/nucleo-l152re/src/stm32_appinitialize.c
##
@@ -26,11 +26,14 @@
#include
#include
+#include
#inclu
xiaoxiang781216 commented on a change in pull request #5442:
URL: https://github.com/apache/incubator-nuttx/pull/5442#discussion_r801715947
##
File path: drivers/mtd/mtd_config.c
##
@@ -77,7 +77,7 @@ struct mtdconfig_struct_s
{
FAR struct mtd_dev_s *mtd; /* Contained MTD i
a-lunev commented on a change in pull request #5434:
URL: https://github.com/apache/incubator-nuttx/pull/5434#discussion_r801706570
##
File path: net/ieee802154/ieee802154_sockif.c
##
@@ -375,15 +375,17 @@ static int ieee802154_bind(FAR struct socket *psock,
/* Bind a PF_I
a-lunev commented on a change in pull request #5434:
URL: https://github.com/apache/incubator-nuttx/pull/5434#discussion_r801714311
##
File path: net/ieee802154/ieee802154_sockif.c
##
@@ -381,9 +381,11 @@ static int ieee802154_bind(FAR struct socket *psock,
return -EBADF
xiaoxiang781216 commented on pull request #5442:
URL: https://github.com/apache/incubator-nuttx/pull/5442#issuecomment-1032690469
Look like fail to download the external package, I will restart ci for you.
--
This is an automated message from the Apache Git Service.
To respond to the mess
a-lunev commented on a change in pull request #5434:
URL: https://github.com/apache/incubator-nuttx/pull/5434#discussion_r801706570
##
File path: net/ieee802154/ieee802154_sockif.c
##
@@ -375,15 +375,17 @@ static int ieee802154_bind(FAR struct socket *psock,
/* Bind a PF_I
a-lunev commented on a change in pull request #5434:
URL: https://github.com/apache/incubator-nuttx/pull/5434#discussion_r801706570
##
File path: net/ieee802154/ieee802154_sockif.c
##
@@ -375,15 +375,17 @@ static int ieee802154_bind(FAR struct socket *psock,
/* Bind a PF_I
zouboan commented on pull request #5442:
URL: https://github.com/apache/incubator-nuttx/pull/5442#issuecomment-1032687349
is inconceivable,the change of drivers/mtd/mtd_config.c result the error
build of
bl602evb/wifi,CONFIG_RISCV_TOOLCHAIN_GNU_RVGL under macOS (macos) !Infact,
bl602ev
anchao commented on a change in pull request #5434:
URL: https://github.com/apache/incubator-nuttx/pull/5434#discussion_r801696537
##
File path: net/ieee802154/ieee802154_sockif.c
##
@@ -381,9 +381,11 @@ static int ieee802154_bind(FAR struct socket *psock,
return -EBADF;
xiaoxiang781216 commented on a change in pull request #5441:
URL: https://github.com/apache/incubator-nuttx/pull/5441#discussion_r801669481
##
File path: arch/arm/src/armv7-a/arm_cache.c
##
@@ -134,8 +134,16 @@ void up_invalidate_icache_all(void)
void up_clean_dcache(uintptr
xiaoxiang781216 commented on a change in pull request #5433:
URL: https://github.com/apache/incubator-nuttx/pull/5433#discussion_r801660439
##
File path: drivers/serial/pty.c
##
@@ -1139,50 +1139,46 @@ int pty_register(int minor)
goto errout_with_pipea;
}
- /* Re
zouboan opened a new pull request #5442:
URL: https://github.com/apache/incubator-nuttx/pull/5442
…tdconfig_struct_s
## Summary
enlarge the limits of blocksize in struct mtdconfig_struct_s
## Impact
The least flash sector size of STM32F4 is 16kB, When mtdconfig used on
stm32
xiaoxiang781216 commented on a change in pull request #5428:
URL: https://github.com/apache/incubator-nuttx/pull/5428#discussion_r801653436
##
File path: drivers/serial/pty.c
##
@@ -153,14 +153,10 @@ struct pty_devpair_s
***
xiaoxiang781216 commented on a change in pull request #5428:
URL: https://github.com/apache/incubator-nuttx/pull/5428#discussion_r801653436
##
File path: drivers/serial/pty.c
##
@@ -153,14 +153,10 @@ struct pty_devpair_s
***
a-lunev commented on a change in pull request #5434:
URL: https://github.com/apache/incubator-nuttx/pull/5434#discussion_r801574906
##
File path: net/ieee802154/ieee802154_sockif.c
##
@@ -381,9 +381,11 @@ static int ieee802154_bind(FAR struct socket *psock,
return -EBADF
electron101 commented on a change in pull request #5439:
URL: https://github.com/apache/incubator-nuttx/pull/5439#discussion_r801586969
##
File path: boards/arm/stm32/nucleo-l152re/src/stm32_appinitialize.c
##
@@ -80,6 +83,52 @@
int board_app_initialize(uintptr_t arg)
{
in
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from e3fed03 serial/pty: Don't use shced_[lock|unlock] to protect pp_locked
add 3ec208f serial/pty: Don't
acassis commented on pull request #5382:
URL: https://github.com/apache/incubator-nuttx/pull/5382#issuecomment-1032562916
@yamt @Ouss4 is it done? LGTM??
--
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 t
zhuyanlinzyl commented on a change in pull request #5441:
URL: https://github.com/apache/incubator-nuttx/pull/5441#discussion_r801584739
##
File path: arch/arm/src/armv7-r/cp15_cache_size.S
##
@@ -0,0 +1,114 @@
+/*
acassis commented on a change in pull request #5401:
URL: https://github.com/apache/incubator-nuttx/pull/5401#discussion_r801584218
##
File path: arch/sim/src/sim/up_initialstate.c
##
@@ -86,7 +86,13 @@ void up_initial_state(struct tcb_s *tcb)
tcb->xcp.regs[JB_SP] = (xcpt_
acassis merged pull request #5415:
URL: https://github.com/apache/incubator-nuttx/pull/5415
--
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: commit
acassis merged pull request #5429:
URL: https://github.com/apache/incubator-nuttx/pull/5429
--
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: commit
1 - 100 of 126 matches
Mail list logo