[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5401: Initial support sim:nsh on MacOS M1 and Linux ARM64 based hosts.

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5444: serial/pty: Decouple SUSv1 style from pseudo fs operation

2022-02-08 Thread GitBox
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" -

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5441: armv7-a/r:cache: add cp15_cache_size function and use flush/clean_all if size large than cache size

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] masayuki2009 edited a comment on pull request #5336: xtensa: use swint to swith context

2022-02-08 Thread GitBox
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,

[GitHub] [incubator-nuttx] ptka commented on a change in pull request #5401: Initial support sim:nsh on MacOS M1 and Linux ARM64 based hosts.

2022-02-08 Thread GitBox
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. */ -

[GitHub] [incubator-nuttx] ptka commented on a change in pull request #5401: Initial support sim:nsh on MacOS M1 and Linux ARM64 based hosts.

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] ptka commented on a change in pull request #5401: Initial support sim:nsh on MacOS M1 and Linux ARM64 based hosts.

2022-02-08 Thread GitBox
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 @@ +/**

[GitHub] [incubator-nuttx] ptka commented on a change in pull request #5401: Initial support sim:nsh on MacOS M1 and Linux ARM64 based hosts.

2022-02-08 Thread GitBox
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 @@ +/**

[GitHub] [incubator-nuttx] ptka commented on a change in pull request #5401: Initial support sim:nsh on MacOS M1 and Linux ARM64 based hosts.

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] ptka commented on a change in pull request #5401: Initial support sim:nsh on MacOS M1 and Linux ARM64 based hosts.

2022-02-08 Thread GitBox
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 @@ +/***

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5401: Initial support sim:nsh on MacOS M1 and Linux ARM64 based hosts.

2022-02-08 Thread GitBox
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 @@ +/

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5336: xtensa: use swint to swith context

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5336: xtensa: use swint to swith context

2022-02-08 Thread GitBox
masayuki2009 commented on pull request #5336: URL: https://github.com/apache/incubator-nuttx/pull/5336#issuecomment-1033374586 ``` Configuration/Tool: esp32s3-devkit/nsh --

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5441: armv7-a/r:cache: add cp15_cache_size function and use flush/clean_all if size large than cache size

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] zhuyanlinzyl commented on a change in pull request #5441: armv7-a/r:cache: add cp15_cache_size function and use flush/clean_all if size large than cache size

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5252: net/tcp/tcp_send*: reliably obtain the TCP connection pointer in TCP event handlers

2022-02-08 Thread GitBox
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,

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5401: Initial support sim:nsh on MacOS M1 and Linux ARM64 based hosts.

2022-02-08 Thread GitBox
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) +

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5401: Initial support sim:nsh on MacOS M1 and Linux ARM64 based hosts.

2022-02-08 Thread GitBox
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) +

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5401: Initial support sim:nsh on MacOS M1 and Linux ARM64 based hosts.

2022-02-08 Thread GitBox
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 @@ +/***

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5401: Initial support sim:nsh on MacOS M1 and Linux ARM64 based hosts.

2022-02-08 Thread GitBox
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 @@ +/***

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5401: Initial support sim:nsh on MacOS M1 and Linux ARM64 based hosts.

2022-02-08 Thread GitBox
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 @@ +/***

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5401: Initial support sim:nsh on MacOS M1 and Linux ARM64 based hosts.

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5401: Initial support sim:nsh on MacOS M1 and Linux ARM64 based hosts.

2022-02-08 Thread GitBox
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.

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #5252: net/tcp/tcp_send*: reliably obtain the TCP connection pointer in TCP event handlers

2022-02-08 Thread GitBox
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,

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5439: Test/i2c

2022-02-08 Thread GitBox
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

[incubator-nuttx] branch master updated (8e64db4 -> f731763)

2022-02-08 Thread xiaoxiang
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:

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5441: armv7-a/r:cache: add cp15_cache_size function and use flush/clean_all if size large than cache size

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #996: netutils: Check lo by CONFIG_NET_LOOPBACK not CONFIG_NET_LOCAL

2022-02-08 Thread GitBox
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

[incubator-nuttx-apps] branch master updated: netutils: Check lo by CONFIG_NET_LOOPBACK not CONFIG_NET_LOCAL

2022-02-08 Thread xiaoxiang
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5444: serial/pty: Decouple SUSv1 style from pseudo fs operation

2022-02-08 Thread GitBox
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" -

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5401: Initial support sim:nsh on MacOS M1 and Linux ARM64 based hosts.

2022-02-08 Thread GitBox
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 @@ +/

[GitHub] [incubator-nuttx] a-lunev commented on a change in pull request #5252: net/tcp/tcp_send*: reliably obtain the TCP connection pointer in TCP event handlers

2022-02-08 Thread GitBox
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,

[GitHub] [incubator-nuttx] zhuyanlinzyl commented on a change in pull request #5441: armv7-a/r:cache: add cp15_cache_size function and use flush/clean_all if size large than cache size

2022-02-08 Thread GitBox
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

[incubator-nuttx-website] branch asf-site updated: Publishing web: 1b39f27b512cbb1fc294b70e0e70a67d0092b98d docs: 8e64db45c7a12eae8f2b8d3d7e09a52b28fc333d

2022-02-08 Thread github-bot
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

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5336: xtensa: use swint to swith context

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] ptka commented on a change in pull request #5401: Initial support sim:nsh on MacOS M1 and Linux ARM64 based hosts.

2022-02-08 Thread GitBox
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 @@ +/***

[GitHub] [incubator-nuttx] ptka commented on a change in pull request #5401: Initial support sim:nsh on MacOS M1 and Linux ARM64 based hosts.

2022-02-08 Thread GitBox
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 @@ +/***

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #5447: Added comment to wdog_start

2022-02-08 Thread GitBox
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)

[GitHub] [incubator-nuttx] patacongo opened a new pull request #5447: Added comment to wdog_start

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] patacongo closed pull request #5446: Add comments to wd_start

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] patacongo opened a new pull request #5446: Add comments to wd_start

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5444: serial/pty: Decouple SUSv1 style from pseudo fs operation

2022-02-08 Thread GitBox
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" -

[incubator-nuttx-apps] branch master updated: examples/tcpecho: fix typo

2022-02-08 Thread pkarashchenko
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:

[GitHub] [incubator-nuttx-apps] pkarashchenko merged pull request #998: examples/tcpecho: fix typo

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5445: task: Always implement posix_spawnp as macro

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5363: add phyplus_rel_1.4

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5363: add phyplus_rel_1.4

2022-02-08 Thread GitBox
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 @@ +/***

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5363: add phyplus_rel_1.4

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5363: add phyplus_rel_1.4

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5444: serial/pty: Decouple SUSv1 style from pseudo fs operation

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5444: serial/pty: Decouple SUSv1 style from pseudo fs operation

2022-02-08 Thread GitBox
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 ##

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5428: serial/pty: Close the internal pipe when reference count drop to zero

2022-02-08 Thread GitBox
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

[incubator-nuttx] branch master updated: serial/pty: Close the internal pipe when reference count drop to zero

2022-02-08 Thread xiaoxiang
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5442: drivers/mtd/mtd_config.c: enlarge the limits of blocksize in struct m…

2022-02-08 Thread GitBox
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

[incubator-nuttx] branch master updated: drivers/mtd/mtd_config.c: enlarge the limits of blocksize in struct mtdconfig_struct_s

2022-02-08 Thread xiaoxiang
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5443: libc/spawn: Fix typo in comments

2022-02-08 Thread GitBox
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

[incubator-nuttx] branch master updated: libc/spawn: Fix typo in comments

2022-02-08 Thread xiaoxiang
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

[GitHub] [incubator-nuttx] a-lunev commented on pull request #5434: net/tcp/udp: remove psock hook to avoid invalid reference

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] ptka commented on a change in pull request #5401: Initial support sim:nsh on MacOS M1 and Linux ARM64 based hosts.

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5348: Revert user space / kernel space isolation for pthread_exit

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5434: net/tcp/udp: remove psock hook to avoid invalid reference

2022-02-08 Thread GitBox
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,

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5171: semphore: release all semphores' holder that the task held when exit

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5434: net/tcp/udp: remove psock hook to avoid invalid reference

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] electron101 commented on a change in pull request #5439: Test/i2c

2022-02-08 Thread GitBox
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

[incubator-nuttx] branch master updated (61066ec -> 358dab3)

2022-02-08 Thread pkarashchenko
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

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5433: serial/pty: Reorder the register driver to simplify the error handling

2022-02-08 Thread GitBox
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:

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #5171: semphore: release all semphores' holder that the task held when exit

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #5171: semphore: release all semphores' holder that the task held when exit

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5171: semphore: release all semphores' holder that the task held when exit

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5348: Revert user space / kernel space isolation for pthread_exit

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5441: armv7-a/r:cache: add cp15_cache_size function and use flush/clean_all if size large than cache size

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5441: armv7-a/r:cache: add cp15_cache_size function and use flush/clean_all if size large than cache size

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5348: Revert user space / kernel space isolation for pthread_exit

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5441: armv7-a/r:cache: add cp15_cache_size function and use flush/clean_all if size large than cache size

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] zouboan commented on a change in pull request #5442: drivers/mtd/mtd_config.c: enlarge the limits of blocksize in struct m…

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] no1wudi opened a new pull request #5443: libc/spawn: Fix typo in comments

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5348: Revert user space / kernel space isolation for pthread_exit

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5434: net/tcp/udp: remove psock hook to avoid invalid reference

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5439: Test/i2c

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5442: drivers/mtd/mtd_config.c: enlarge the limits of blocksize in struct m…

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] a-lunev commented on a change in pull request #5434: net/tcp/udp: remove psock hook to avoid invalid reference

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] a-lunev commented on a change in pull request #5434: net/tcp/udp: remove psock hook to avoid invalid reference

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5442: drivers/mtd/mtd_config.c: enlarge the limits of blocksize in struct m…

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] a-lunev commented on a change in pull request #5434: net/tcp/udp: remove psock hook to avoid invalid reference

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] a-lunev commented on a change in pull request #5434: net/tcp/udp: remove psock hook to avoid invalid reference

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] zouboan commented on pull request #5442: drivers/mtd/mtd_config.c: enlarge the limits of blocksize in struct m…

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5434: net/tcp/udp: remove psock hook to avoid invalid reference

2022-02-08 Thread GitBox
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;

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5441: armv7-a/r:cache: add cp15_cache_size function and use flush/clean_all if size large than cache size

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5433: serial/pty: Reorder the register driver to simplify the error handling

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] zouboan opened a new pull request #5442: drivers/mtd/mtd_config.c: enlarge the limits of blocksize in struct m…

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5428: serial/pty: Close the internal pipe when reference count drop to zero

2022-02-08 Thread GitBox
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 ***

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5428: serial/pty: Close the internal pipe when reference count drop to zero

2022-02-08 Thread GitBox
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 ***

[GitHub] [incubator-nuttx] a-lunev commented on a change in pull request #5434: net/tcp/udp: remove psock hook to avoid invalid reference

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] electron101 commented on a change in pull request #5439: Test/i2c

2022-02-08 Thread GitBox
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

[incubator-nuttx] branch master updated (e3fed03 -> 61066ec)

2022-02-08 Thread acassis
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

[GitHub] [incubator-nuttx] acassis commented on pull request #5382: Run sim:ostest on the CI

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] zhuyanlinzyl commented on a change in pull request #5441: armv7-a/r:cache: add cp15_cache_size function and use flush/clean_all if size large than cache size

2022-02-08 Thread GitBox
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 @@ +/*

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #5401: Initial support sim:nsh on MacOS M1 and Linux ARM64 based hosts.

2022-02-08 Thread GitBox
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_

[GitHub] [incubator-nuttx] acassis merged pull request #5415: serial/pty: Sync the default value of iflag and oflag regardless CONFIG_SERIAL_TERMIOS

2022-02-08 Thread GitBox
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

[GitHub] [incubator-nuttx] acassis merged pull request #5429: serial/pty: Don't use shced_[lock|unlock] to protect pp_locked

2022-02-08 Thread GitBox
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   2   >