[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5725: Optimize network subsystem initialization

2022-03-11 Thread GitBox
xiaoxiang781216 opened a new pull request #5725: URL: https://github.com/apache/incubator-nuttx/pull/5725 ## Summary - net: Remove net_lockinitialize - net/local: Remove local_initialize - net/tcp: Remove tcp_listen_initialize - net/route: Remove net_init_fileroute - net/

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5721: Remove the unnecessary code from nx_start

2022-03-11 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5721: URL: https://github.com/apache/incubator-nuttx/pull/5721#discussion_r825242870 ## File path: sched/init/nx_start.c ## @@ -628,15 +628,6 @@ void nx_start(void) irq_initialize(); } - /* Initialize the wat

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5721: Remove the unnecessary code from nx_start

2022-03-11 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5721: URL: https://github.com/apache/incubator-nuttx/pull/5721#discussion_r825242594 ## File path: sched/wdog/wd_initialize.c ## @@ -50,29 +50,3 @@ clock_t g_wdtickbase; /***

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5721: Remove the unnecessary code from nx_start

2022-03-11 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5721: URL: https://github.com/apache/incubator-nuttx/pull/5721#discussion_r825242548 ## File path: mm/iob/iob_initialize.c ## @@ -95,54 +95,48 @@ sem_t g_qentry_sem; /* Counts free I/O buffer queue containers */

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5722: ESP32-S3: Stall Timer ISR when core 1 is temporarily stalled

2022-03-11 Thread GitBox
xiaoxiang781216 merged pull request #5722: URL: https://github.com/apache/incubator-nuttx/pull/5722 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail

[incubator-nuttx] branch master updated (023b1a5 -> 86b18bd)

2022-03-11 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 023b1a5 boards: sabre-6quad: Add CONFIG_DEBUG_FULLOPT=y to knsh/defconfig new a4db403 xtensa/esp3

[incubator-nuttx] 02/02: xtensa/esp32s3: Move code documentation to the correct place

2022-03-11 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 commit 86b18bd6e9d8e3034c3685ac99b76ba11d79f099 Author: Gustavo Henrique Nihei AuthorDate: Fri Mar 11 09:32:19 2022

[incubator-nuttx] 01/02: xtensa/esp32s3: Stall Systimer when core 1 is temporarily stalled

2022-03-11 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 commit a4db4031c9c804a771c97ce95edf2ce2a1181d9a Author: Gustavo Henrique Nihei AuthorDate: Fri Mar 11 09:30:52 2022

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5724: boards: sabre-6quad: Add CONFIG_DEBUG_FULLOPT=y to knsh/defconfig

2022-03-11 Thread GitBox
xiaoxiang781216 merged pull request #5724: URL: https://github.com/apache/incubator-nuttx/pull/5724 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail

[incubator-nuttx] branch master updated: boards: sabre-6quad: Add CONFIG_DEBUG_FULLOPT=y to knsh/defconfig

2022-03-11 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 023b1a5 boards: sabre-6quad: Add CO

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5724: boards: sabre-6quad: Add CONFIG_DEBUG_FULLOPT=y to knsh/defconfig

2022-03-11 Thread GitBox
masayuki2009 commented on pull request #5724: URL: https://github.com/apache/incubator-nuttx/pull/5724#issuecomment-1065747421 See https://github.com/apache/incubator-nuttx/pull/5645 as well. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #5724: boards: sabre-6quad: Add CONFIG_DEBUG_FULLOPT=y to knsh/defconfig

2022-03-11 Thread GitBox
masayuki2009 opened a new pull request #5724: URL: https://github.com/apache/incubator-nuttx/pull/5724 ## Summary - I noticed that undefined instruction happens with getprime and gcc-10.3.1 - Actually, the issue does not happen with gcc-9.3.1 - This is a tentative solution to av

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

2022-03-11 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 2646ef9 Publishing web

[GitHub] [incubator-nuttx] masayuki2009 edited a comment on pull request #5645: arch/arm: optimize context switch speed

2022-03-11 Thread GitBox
masayuki2009 edited a comment on pull request #5645: URL: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1065694196 >@masayuki2009 , I will try to investigate the new toolchain issue @anchao I noticed that the undefined instruction issue with gcc 10.3 does no

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5645: arch/arm: optimize context switch speed

2022-03-11 Thread GitBox
masayuki2009 commented on pull request #5645: URL: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1065694196 >@masayuki2009 , I will try to investigate the new toolchain issue I noticed that the undefined instruction issue with gcc 10.3 does not happen with `CONFIG_

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5723: ESP32-S3: Add support for RT-Timer based on Systimer peripheral

2022-03-11 Thread GitBox
pkarashchenko commented on a change in pull request #5723: URL: https://github.com/apache/incubator-nuttx/pull/5723#discussion_r825133104 ## File path: arch/xtensa/src/esp32s3/esp32s3_rt_timer.h ## @@ -0,0 +1,254 @@ +/

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5723: ESP32-S3: Add support for RT-Timer based on Systimer peripheral

2022-03-11 Thread GitBox
gustavonihei commented on a change in pull request #5723: URL: https://github.com/apache/incubator-nuttx/pull/5723#discussion_r825117882 ## File path: arch/xtensa/src/esp32s3/esp32s3_rt_timer.h ## @@ -0,0 +1,255 @@ +/*

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5723: ESP32-S3: Add support for RT-Timer based on Systimer peripheral

2022-03-11 Thread GitBox
gustavonihei commented on a change in pull request #5723: URL: https://github.com/apache/incubator-nuttx/pull/5723#discussion_r825117815 ## File path: arch/xtensa/src/esp32s3/esp32s3_rt_timer.c ## @@ -0,0 +1,1054 @@ +/

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5723: ESP32-S3: Add support for RT-Timer based on Systimer peripheral

2022-03-11 Thread GitBox
gustavonihei commented on a change in pull request #5723: URL: https://github.com/apache/incubator-nuttx/pull/5723#discussion_r825117266 ## File path: arch/xtensa/src/esp32s3/esp32s3_rt_timer.c ## @@ -0,0 +1,1054 @@ +/

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5723: ESP32-S3: Add support for RT-Timer based on Systimer peripheral

2022-03-11 Thread GitBox
gustavonihei commented on a change in pull request #5723: URL: https://github.com/apache/incubator-nuttx/pull/5723#discussion_r825117198 ## File path: arch/xtensa/src/esp32s3/esp32s3_rt_timer.c ## @@ -0,0 +1,1054 @@ +/

[incubator-nuttx] branch master updated (90c01bd -> 39fb097)

2022-03-11 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 90c01bd drivers: Move the common driver to misc folder add 17d1a48 arch: Remove up_puts protot

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5719: arch: Move [arm|xtensa]_intstack_[alloc|top] to common header file

2022-03-11 Thread GitBox
pkarashchenko merged pull request #5719: URL: https://github.com/apache/incubator-nuttx/pull/5719 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5721: Remove the unnecessary code from nx_start

2022-03-11 Thread GitBox
pkarashchenko commented on a change in pull request #5721: URL: https://github.com/apache/incubator-nuttx/pull/5721#discussion_r825101900 ## File path: mm/iob/iob_initialize.c ## @@ -95,54 +95,48 @@ sem_t g_qentry_sem; /* Counts free I/O buffer queue containers */ v

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5723: ESP32-S3: Add support for RT-Timer based on Systimer peripheral

2022-03-11 Thread GitBox
pkarashchenko commented on a change in pull request #5723: URL: https://github.com/apache/incubator-nuttx/pull/5723#discussion_r825095885 ## File path: arch/xtensa/src/esp32s3/esp32s3_rt_timer.c ## @@ -0,0 +1,1054 @@ +/***

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5721: Remove the unnecessary code from nx_start

2022-03-11 Thread GitBox
gustavonihei commented on a change in pull request #5721: URL: https://github.com/apache/incubator-nuttx/pull/5721#discussion_r825080609 ## File path: sched/init/nx_start.c ## @@ -628,15 +628,6 @@ void nx_start(void) irq_initialize(); } - /* Initialize the watchd

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5721: Remove the unnecessary code from nx_start

2022-03-11 Thread GitBox
gustavonihei commented on a change in pull request #5721: URL: https://github.com/apache/incubator-nuttx/pull/5721#discussion_r825080609 ## File path: sched/init/nx_start.c ## @@ -628,15 +628,6 @@ void nx_start(void) irq_initialize(); } - /* Initialize the watchd

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #5723: ESP32-S3: Add support for RT-Timer based on Systimer peripheral

2022-03-11 Thread GitBox
gustavonihei opened a new pull request #5723: URL: https://github.com/apache/incubator-nuttx/pull/5723 ## Summary This PR intends to add support for the RT Timer, which is built on top of the Systimer peripheral. ## Impact The RT Timer peripheral is required for the operation o

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #5722: ESP32-S3: Stall Timer ISR when core 1 is temporarily stalled

2022-03-11 Thread GitBox
gustavonihei opened a new pull request #5722: URL: https://github.com/apache/incubator-nuttx/pull/5722 ## Summary This PR intends to add a preventive fix for the behavior of Systimer during debugging with `CONFIG_SMP` enabled, where it could keep running while the debugger temporarily s

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5721: Remove the unnecessary code from nx_start

2022-03-11 Thread GitBox
xiaoxiang781216 opened a new pull request #5721: URL: https://github.com/apache/incubator-nuttx/pull/5721 ## Summary - fs: Initialize g_inode_sem at the definition place - mm/shm: Initialize shm_info_s at the definition place - sched/wdog: Remove wd_initialize which isn't reall

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5718: drivers/can: optimize can driver reader side

2022-03-11 Thread GitBox
pkarashchenko commented on a change in pull request #5718: URL: https://github.com/apache/incubator-nuttx/pull/5718#discussion_r824989145 ## File path: drivers/can/can.c ## @@ -407,46 +406,48 @@ static int can_open(FAR struct file *filep) * for this device, then perform har

[incubator-nuttx] branch master updated: drivers: Move the common driver to misc folder

2022-03-11 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 90c01bd drivers: Move the common dr

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5716: drivers: Move the common driver to misc folder

2022-03-11 Thread GitBox
xiaoxiang781216 merged pull request #5716: URL: https://github.com/apache/incubator-nuttx/pull/5716 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5720: arch: Merge up_arch.h into up_internal.h

2022-03-11 Thread GitBox
xiaoxiang781216 opened a new pull request #5720: URL: https://github.com/apache/incubator-nuttx/pull/5720 ## Summary ## Impact Code refactor ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #5718: drivers/can: optimize can driver reader side

2022-03-11 Thread GitBox
hartmannathan commented on pull request #5718: URL: https://github.com/apache/incubator-nuttx/pull/5718#issuecomment-1065293983 > I'm in the middle of the testing. Will need at least a day to verify on HW. Ok no problem, no rush. Maybe it is a good idea to mark as draft so someone do

[GitHub] [incubator-nuttx] hartmannathan commented on a change in pull request #5718: drivers/can: optimize can driver reader side

2022-03-11 Thread GitBox
hartmannathan commented on a change in pull request #5718: URL: https://github.com/apache/incubator-nuttx/pull/5718#discussion_r824893325 ## File path: drivers/can/can.c ## @@ -407,46 +406,48 @@ static int can_open(FAR struct file *filep) * for this device, then perform har

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5719: arch: Move [arm|xtensa]_intstack_[alloc|top] to common header file

2022-03-11 Thread GitBox
xiaoxiang781216 opened a new pull request #5719: URL: https://github.com/apache/incubator-nuttx/pull/5719 ## Summary And remove the duplicated prototype of up_puts ## Impact Code refactor only ## Testing Pass cI -- This is an automated message from the Apache Gi

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5718: drivers/can: optimize can driver reader side

2022-03-11 Thread GitBox
pkarashchenko commented on a change in pull request #5718: URL: https://github.com/apache/incubator-nuttx/pull/5718#discussion_r824870134 ## File path: drivers/can/can.c ## @@ -407,46 +406,48 @@ static int can_open(FAR struct file *filep) * for this device, then perform har

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5718: drivers/can: optimize can driver reader side

2022-03-11 Thread GitBox
pkarashchenko commented on pull request #5718: URL: https://github.com/apache/incubator-nuttx/pull/5718#issuecomment-1065266369 > I don't have hardware to test with, but the code changes look reasonable to me. I'm in the middle of the testing. Will need at least a day to verify on H

[GitHub] [incubator-nuttx] hartmannathan commented on a change in pull request #5718: drivers/can: optimize can driver reader side

2022-03-11 Thread GitBox
hartmannathan commented on a change in pull request #5718: URL: https://github.com/apache/incubator-nuttx/pull/5718#discussion_r824860390 ## File path: drivers/can/can.c ## @@ -407,46 +406,48 @@ static int can_open(FAR struct file *filep) * for this device, then perform har

[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request #5718: drivers/can: optimize can driver reader side

2022-03-11 Thread GitBox
pkarashchenko opened a new pull request #5718: URL: https://github.com/apache/incubator-nuttx/pull/5718 ## Summary This PR solves two issues: 1. If CAN driver is open two times one time with `O_RDONLY` flag and second time with `O_WRONLY` flag, then receiver side is constantly reporti

[incubator-nuttx] branch master updated (dab5bb6 -> d9607f7)

2022-03-11 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 dab5bb6 boards/Kconfig: introduce ARCH_BOARD_COMMON option add d9607f7 Revert "arch/risc-v: Correc

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5717: Revert "arch/risc-v: Correct FPU register save area in riscv_copystate"

2022-03-11 Thread GitBox
xiaoxiang781216 merged pull request #5717: URL: https://github.com/apache/incubator-nuttx/pull/5717 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail

[GitHub] [incubator-nuttx] jlaitine opened a new pull request #5717: Revert "arch/risc-v: Correct FPU register save area in riscv_copystate"

2022-03-11 Thread GitBox
jlaitine opened a new pull request #5717: URL: https://github.com/apache/incubator-nuttx/pull/5717 This reverts commit 86358bff3bc814efb564a4427b4bcd6c3c91dbf0. ## Summary The original fix is incorrect, and just breaks everything by storing FPU registers on top of something el

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5716: drivers: Move the common driver to misc folder

2022-03-11 Thread GitBox
xiaoxiang781216 opened a new pull request #5716: URL: https://github.com/apache/incubator-nuttx/pull/5716 ## Summary code refactor ## Impact Minor change ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request #5715: tools: define BOARD_COMMON_DIR only if ARCH_BOARD_COMMON is set

2022-03-11 Thread GitBox
pkarashchenko opened a new pull request #5715: URL: https://github.com/apache/incubator-nuttx/pull/5715 ## Summary Define BOARD_COMMON_DIR only if ARCH_BOARD_COMMON is set ## Impact Custom board users ## Testing Pass CI -- This is an automated message from the A

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5558: armv7-a/r: fix SVC's sp restore in arm_vectors.S

2022-03-11 Thread GitBox
pkarashchenko commented on a change in pull request #5558: URL: https://github.com/apache/incubator-nuttx/pull/5558#discussion_r824582511 ## File path: arch/arm/src/armv7-a/arm_vectors.S ## @@ -239,15 +239,16 @@ arm_vectorirq: cmp r2, #PSR_MODE_USR

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on issue #1058: LIBPATHS and EXTRA_LIBS appending not work for app's Makefile

2022-03-11 Thread GitBox
xiaoxiang781216 commented on issue #1058: URL: https://github.com/apache/incubator-nuttx-apps/issues/1058#issuecomment-1064898630 Yes, here: https://nuttx.apache.org/community/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-nuttx-apps] dangbinghoo commented on issue #1058: LIBPATHS and EXTRA_LIBS appending not work for app's Makefile

2022-03-11 Thread GitBox
dangbinghoo commented on issue #1058: URL: https://github.com/apache/incubator-nuttx-apps/issues/1058#issuecomment-1064892893 > is there any nuttx talking groups or what exists? PS: I'm from CN, QQ group is ok. -- This is an automated message from the Apache Git Service.

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on issue #1058: LIBPATHS and EXTRA_LIBS appending not work for app's Makefile

2022-03-11 Thread GitBox
xiaoxiang781216 commented on issue #1058: URL: https://github.com/apache/incubator-nuttx-apps/issues/1058#issuecomment-1064868092 It is welcome to provide a solution fix this problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on issue #1058: LIBPATHS and EXTRA_LIBS appending not work for app's Makefile

2022-03-11 Thread GitBox
xiaoxiang781216 commented on issue #1058: URL: https://github.com/apache/incubator-nuttx-apps/issues/1058#issuecomment-1064867821 Yes, nuttx/Makefile invoke but not include apps/Makefile. So the change to EXTRA_LIBPATHS/EXTRA_LIBS can't propagate to nuttx/Makefile. -- This is an automat

[incubator-nuttx] branch master updated: boards/Kconfig: introduce ARCH_BOARD_COMMON option

2022-03-11 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 dab5bb6 boards/Kconfig: introduce A

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5712: boards/Kconfig: introduce ARCH_BOARD_COMMON option

2022-03-11 Thread GitBox
xiaoxiang781216 merged pull request #5712: URL: https://github.com/apache/incubator-nuttx/pull/5712 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail