[GitHub] [incubator-nuttx] anchao opened a new pull request #5799: net/netdev: fix switch case missing break

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao opened a new pull request #5798: libc/err: fix unpaired va_end()

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao opened a new pull request #5797: fs/rpmsgfs: minor refine the return value

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5791: netinitialize: call xxx_netinitialize unconditionally

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5791: netinitialize: call xxx_netinitialize unconditionally

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5791: netinitialize: call xxx_netinitialize unconditionally

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5785: boards/arm/samv7: define MTD progmem partitions at board level

2022-03-18 Thread GitBox
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

[incubator-nuttx] branch master updated: boards/arm/samv7: define MTD progmem partitions at board level

2022-03-18 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 2af9b57 boards/arm/samv7: define MT

[incubator-nuttx] branch master updated (aa84559 -> fe0fbdc)

2022-03-18 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 aa84559 xtensa_coproc.S: Replace spaces by tabs. add 20ac858 config: finalize transition from USER

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5796: Finalize transition from USER_ENTRYPOINT to INIT_ENTRYPOINT

2022-03-18 Thread GitBox
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

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

2022-03-18 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 fe1f9ca Publishing web

[GitHub] [incubator-nuttx] masayuki2009 edited a comment on pull request #5761: arch/arm: Remove the code copy register from xcpt to stack

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5761: arch/arm: Remove the code copy register from xcpt to stack

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] masayuki2009 edited a comment on pull request #5761: arch/arm: Remove the code copy register from xcpt to stack

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5761: arch/arm: Remove the code copy register from xcpt to stack

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5790: xtensa_coporc: Adjust stack frame for C callable coprocessor functions

2022-03-18 Thread GitBox
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:

[incubator-nuttx] branch master updated (9ae826e -> aa84559)

2022-03-18 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 9ae826e xtensa/esp32s3: Fix output handling for pins numbered from 32 to 48 new ce8fae2 xtens

[incubator-nuttx] 01/02: xtensa_coproc.S: Adjust the save reserved for local variables when restoring/saving coprocessor state.

2022-03-18 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.git commit ce8fae28420b69c2795f7075cac776a02fa8f9dd Author: Abdelatif Guettouche AuthorDate: Fri Mar 18 14:54:58 20

[incubator-nuttx] 02/02: xtensa_coproc.S: Replace spaces by tabs.

2022-03-18 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.git commit aa84559566ee0ecb89e96f6f9ce2ab7912f60206 Author: Abdelatif Guettouche AuthorDate: Fri Mar 18 16:09:15 20

[incubator-nuttx] branch master updated (edef327 -> 9ae826e)

2022-03-18 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 edef327 arch/arm: Move ARCHCPUFLAGS to Toolchain.defs add 43b7d9b xtensa/esp32s3: Sync GPIO si

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5795: ESP32-S3: Clean up and improve GPIO driver interface

2022-03-18 Thread GitBox
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:

[GitHub] [incubator-nuttx-apps] pkarashchenko opened a new pull request #1082: system/cfgdata: fix compilation when MTD_CONFIG_NAMED is enabled

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5796: Finalize transition from USER_ENTRYPOINT to INIT_ENTRYPOINT

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on pull request #1081: graphics/nxwidgets/UnitTests: correct configuration option name in README.md

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] pkarashchenko opened a new pull request #1081: graphics/nxwidgets/UnitTests: correct configuration option name in README.md

2022-03-18 Thread GitBox
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.

[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request #5796: Finalize transition from USER_ENTRYPOINT to INIT_ENTRYPOINT

2022-03-18 Thread GitBox
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 --

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5033: boards/arm/samv7: Update mcuboot configs

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5775: arch/risc-v: Merge riscv_getnewintctx into common

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5775: arch/risc-v: Merge riscv_getnewintctx into common

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5795: ESP32-S3: Clean up and improve GPIO driver interface

2022-03-18 Thread GitBox
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:

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5795: ESP32-S3: Clean up and improve GPIO driver interface

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5795: ESP32-S3: Clean up and improve GPIO driver interface

2022-03-18 Thread GitBox
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:

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5795: ESP32-S3: Clean up and improve GPIO driver interface

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5795: ESP32-S3: Clean up and improve GPIO driver interface

2022-03-18 Thread GitBox
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:

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5795: ESP32-S3: Clean up and improve GPIO driver interface

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5795: ESP32-S3: Clean up and improve GPIO driver interface

2022-03-18 Thread GitBox
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:

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5795: ESP32-S3: Clean up and improve GPIO driver interface

2022-03-18 Thread GitBox
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:

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5795: ESP32-S3: Clean up and improve GPIO driver interface

2022-03-18 Thread GitBox
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:

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5795: ESP32-S3: Clean up and improve GPIO driver interface

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5795: ESP32-S3: Clean up and improve GPIO driver interface

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5791: netinitialize: call xxx_netinitialize unconditionally

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] mogenson commented on a change in pull request #1075: add Lua interpreter

2022-03-18 Thread GitBox
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 @@ +

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5795: ESP32-S3: Clean up and improve GPIO driver interface

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5795: ESP32-S3: Clean up and improve GPIO driver interface

2022-03-18 Thread GitBox
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:

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5795: ESP32-S3: Clean up and improve GPIO driver interface

2022-03-18 Thread GitBox
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:

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5795: ESP32-S3: Clean up and improve GPIO driver interface

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5795: ESP32-S3: Clean up and improve GPIO driver interface

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5795: ESP32-S3: Clean up and improve GPIO driver interface

2022-03-18 Thread GitBox
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

[incubator-nuttx] branch master updated (c1fb14c -> edef327)

2022-03-18 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 c1fb14c boards/arm/samv7/same70-qmtech: add /dev/timer0 support add edef327 arch/arm: Move ARCHCPU

[incubator-nuttx] branch master updated (2793e6f -> c1fb14c)

2022-03-18 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 2793e6f xtensa_releasepending.c: Remove commented out code. add c1fb14c boards/arm/samv7/same70-qm

[incubator-nuttx] branch master updated (38b3da6 -> 9de2818)

2022-03-18 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 38b3da6 sched/module: correct the check condition add 9de2818 fs/nfs: fix compile warning No new

[incubator-nuttx] branch master updated (9de2818 -> 2793e6f)

2022-03-18 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 9de2818 fs/nfs: fix compile warning add 2793e6f xtensa_releasepending.c: Remove commented out code

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5775: arch/risc-v: Merge riscv_getnewintctx into common

2022-03-18 Thread GitBox
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 <<

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5787: boards/arm/samv7/same70-qmtech: add /dev/timer0 support

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5789: xtensa_releasepending.c: Remove commented out code.

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5792: fs/nfs: fix compile warning

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5793: sched/module: correct the check condition

2022-03-18 Thread GitBox
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:

[incubator-nuttx] branch master updated (484b930 -> 38b3da6)

2022-03-18 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 484b930 netdb/getaddrinfo: fix NULL pointer reference add 38b3da6 sched/module: correct the ch

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5794: netdb/getaddrinfo: fix NULL pointer reference

2022-03-18 Thread GitBox
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:

[incubator-nuttx] branch master updated (6a212b1 -> 484b930)

2022-03-18 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 6a212b1 mtd/partition: fix compile warning add 484b930 netdb/getaddrinfo: fix NULL pointer ref

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #5795: Feature/esp32s3 gpio

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko closed pull request #5791: netinitialize: depend xxx_netinitialize on NET and not on NETDEV_LATEINIT

2022-03-18 Thread GitBox
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:

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5791: netinitialize: depend xxx_netinitialize on NET and not on NETDEV_LATEINIT

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5791: netinitialize: depend xxx_netinitialize on NET and not on NETDEV_LATEINIT

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] gustavonihei commented on pull request #5791: netinitialize: depend xxx_netinitialize on NET and not on NETDEV_LATEINIT

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao opened a new pull request #5794: netdb/getaddrinfo: fix NULL pointer reference

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao opened a new pull request #5793: sched/module: correct the check condition

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5786: netdb/getaddrinfo: fix the compile warning

2022-03-18 Thread GitBox
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

[incubator-nuttx] branch master updated (6472a69 -> 6a212b1)

2022-03-18 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 6472a69 style/typo: fix few style and typo issues add 0f7ccf0 netdb/getaddrinfo: fix the compile w

[GitHub] [incubator-nuttx] jlaitine removed a comment on pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] pussuw edited a comment on pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] pussuw edited a comment on pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] pussuw commented on pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-03-18 Thread GitBox
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

[incubator-nuttx] branch master updated (841bcf8 -> 6472a69)

2022-03-18 Thread aguettouche
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

[GitHub] [incubator-nuttx] Ouss4 merged pull request #5784: style/typo: fix few style and typo issues

2022-03-18 Thread GitBox
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-

[GitHub] [incubator-nuttx] jlaitine commented on pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao opened a new pull request #5792: fs/nfs: fix compile warning

2022-03-18 Thread GitBox
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

[incubator-nuttx] branch master updated (ec2352a -> 841bcf8)

2022-03-18 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 ec2352a risc-v/mpfs: usb: fix ep0 read done add cff7c76 bl602evb/wifi: add CONFIG_NETDEV_LATEI

[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request #5791: netinitialize: depend xxx_netinitialize on NET and not on NETDEV_LATEINIT

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5740: Add ethernet support for risc-v/MPFS

2022-03-18 Thread GitBox
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:

[GitHub] [incubator-nuttx] anchao commented on pull request #5781: phy62xx_exception: using armv6-m exception_common code.

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5779: Fix error: conflicting types for built-in function 'execl'; expected 'int(const char *, const char *, ...)

2022-03-18 Thread GitBox
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:

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5786: netdb/getaddrinfo: fix the compile warning

2022-03-18 Thread GitBox
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,

[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request #5787: boards/arm/samv7/same70-qmtech: add /dev/timer0 support

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5761: arch/arm: Remove the code copy register from xcpt to stack

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao opened a new pull request #5786: netdb/getaddrinfo: fix the compile warning

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5786: netdb/getaddrinfo: fix the compile warning

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #5774: arch/arm: set the SP to stack top

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5767: arch:lib_atomic: remove and fix gcc warning `declaration-mismatch`

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5770: net/sockopt: bypass the SO_RCVBUF/SO_SNDBUF to usrsock

2022-03-18 Thread GitBox
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,

[GitHub] [incubator-nuttx] nandojve commented on pull request #5033: boards/arm/samv7: Update mcuboot configs

2022-03-18 Thread GitBox
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. --

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #5790: xtensa_coporc: Adjust stack frame for C callable coprocessor functions

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #5789: xtensa_releasepending.c: Remove commented out code.

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5783: risc-v/mpfs: usb: fix ep0 read done

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request #5785: boards/arm/samv7: define MTD progmem partitions at board level

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request #5788: boards/arm/samv7/same70-qmtech: add gpio driver support

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5732: Zig build on NuttX

2022-03-18 Thread GitBox
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

[GitHub] [incubator-nuttx] gustavonihei merged pull request #5771: arch/xtensa: Don't always reset the APP CPU on startup

2022-03-18 Thread GitBox
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   2   3   >