[GitHub] [incubator-nuttx] eenurkka commented on a change in pull request #5040: mpfs: add opensbi support

2021-12-21 Thread GitBox
eenurkka commented on a change in pull request #5040: URL: https://github.com/apache/incubator-nuttx/pull/5040#discussion_r773603179 ## File path: arch/risc-v/src/mpfs/Make.defs ## @@ -89,3 +89,39 @@ endif ifeq (${CONFIG_MPFS_BOOTLOADER},y) CHIP_CSRCS += mpfs_cache.c endif +

[GitHub] [incubator-nuttx] no1wudi opened a new pull request #5058: graphics/vncserver: Fix buffer overflow

2021-12-21 Thread GitBox
no1wudi opened a new pull request #5058: URL: https://github.com/apache/incubator-nuttx/pull/5058 ## Summary Reserve some space in output buffer for message header to avoid overflow. ## Impact None ## Testing Tested on sim. -- This is an automated message from the Apach

[GitHub] [incubator-nuttx] anchao opened a new pull request #5057: arm/riscv/xtensa: enhance the task dump

2021-12-21 Thread GitBox
anchao opened a new pull request #5057: URL: https://github.com/apache/incubator-nuttx/pull/5057 ## Summary xtensa: enhance the task dump add irq stack information add cpu loading ## Impact N/A, assert dump ## Testing before: ``` Idle T

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5055: Improve Makefile.[unix|win]::context's dependencies

2021-12-21 Thread GitBox
xiaoxiang781216 commented on pull request #5055: URL: https://github.com/apache/incubator-nuttx/pull/5055#issuecomment-999257930 And let's squash the intermediate change into one like @gustavonihei's suggestion. -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5055: Improve Makefile.[unix|win]::context's dependencies

2021-12-21 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5055: URL: https://github.com/apache/incubator-nuttx/pull/5055#discussion_r773574721 ## File path: tools/Makefile.unix ## @@ -336,11 +328,36 @@ dirlinks: include/arch include/arch/board include/arch/chip $(ARCH_SRC)/board

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5017: libc: Enable terminal api regardless of CONFIG_SERIAL_TERMIOS setting

2021-12-21 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5017: URL: https://github.com/apache/incubator-nuttx/pull/5017#discussion_r773571003 ## File path: drivers/serial/serial.c ## @@ -1332,12 +1333,28 @@ static int uart_ioctl(FAR struct file *filep, int cmd, unsigned long arg

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5017: libc: Enable terminal api regardless of CONFIG_SERIAL_TERMIOS setting

2021-12-21 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5017: URL: https://github.com/apache/incubator-nuttx/pull/5017#discussion_r773565811 ## File path: drivers/serial/serial.c ## @@ -1332,12 +1333,28 @@ static int uart_ioctl(FAR struct file *filep, int cmd, unsigned long arg

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5017: libc: Enable terminal api regardless of CONFIG_SERIAL_TERMIOS setting

2021-12-21 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5017: URL: https://github.com/apache/incubator-nuttx/pull/5017#discussion_r773565811 ## File path: drivers/serial/serial.c ## @@ -1332,12 +1333,28 @@ static int uart_ioctl(FAR struct file *filep, int cmd, unsigned long arg

[incubator-nuttx] branch master updated (1d26d75 -> e0f7bab)

2021-12-21 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 1d26d75 ci: Bump github/super-linter version to V4 add e0f7bab libc/symtab: optimize the find spee

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5053: libc/symtab: optimize the find speed by bisection

2021-12-21 Thread GitBox
xiaoxiang781216 merged pull request #5053: URL: https://github.com/apache/incubator-nuttx/pull/5053 -- 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: adbba922a8890b650c27ecac31f9d26fe25e1ec4 docs: 1d26d75e663c94f9082dfc5b838784d822b14209

2021-12-21 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 9e0394e Publishing web

[GitHub] [incubator-nuttx] AlanRosenthal commented on pull request #5055: Improve Makefile.[unix|win]::context's dependencies

2021-12-21 Thread GitBox
AlanRosenthal commented on pull request #5055: URL: https://github.com/apache/incubator-nuttx/pull/5055#issuecomment-999174079 > > There seems to be some dependency issues when building in parallel. > > Since now all the context targets are at the same level of dependency, we are hav

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #5055: Improve Makefile.[unix|win]::context's dependencies

2021-12-21 Thread GitBox
Ouss4 commented on pull request #5055: URL: https://github.com/apache/incubator-nuttx/pull/5055#issuecomment-999164330 > There seems to be some dependency issues when building in parallel. Since now all the context targets are at the same level of dependency, we are having issues whe

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #5055: Improve Makefile.[unix|win]::context's dependencies

2021-12-21 Thread GitBox
Ouss4 commented on a change in pull request #5055: URL: https://github.com/apache/incubator-nuttx/pull/5055#discussion_r773503017 ## File path: tools/Makefile.win ## @@ -315,9 +315,36 @@ dirlinks: include\arch include\arch\board include\arch\chip $(ARCH_SRC)\board $( # the co

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #5055: Improve Makefile.[unix|win]::context's dependencies

2021-12-21 Thread GitBox
Ouss4 commented on a change in pull request #5055: URL: https://github.com/apache/incubator-nuttx/pull/5055#discussion_r773502482 ## File path: tools/Makefile.unix ## @@ -336,11 +328,36 @@ dirlinks: include/arch include/arch/board include/arch/chip $(ARCH_SRC)/board $( # the

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #5055: Improve Makefile.[unix|win]::context's dependencies

2021-12-21 Thread GitBox
Ouss4 commented on pull request #5055: URL: https://github.com/apache/incubator-nuttx/pull/5055#issuecomment-999160530 There seems to be some dependency issues when building in parallel. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-nuttx] AlanRosenthal commented on pull request #5055: Improve Makefile.[unix|win]::context's dependencies

2021-12-21 Thread GitBox
AlanRosenthal commented on pull request #5055: URL: https://github.com/apache/incubator-nuttx/pull/5055#issuecomment-999139064 Thanks for the review @Ouss4 @gustavonihei, I believe I have addressed all feedback. Let me know if you have any other comments/suggestions. -- This is an automa

[GitHub] [incubator-nuttx] AlanRosenthal commented on pull request #5055: Improve Makefile.unix::context's dependencies

2021-12-21 Thread GitBox
AlanRosenthal commented on pull request #5055: URL: https://github.com/apache/incubator-nuttx/pull/5055#issuecomment-999126054 > @AlanRosenthal Please, don't forget to squash the commits. Also, you may want to link your email to your GitHub account, so that GitHub is able to count your con

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #5055: Improve Makefile.unix::context's dependencies

2021-12-21 Thread GitBox
Ouss4 commented on pull request #5055: URL: https://github.com/apache/incubator-nuttx/pull/5055#issuecomment-999125598 BTW, the CI is complaining about the newly generated .context files. We'll have to delete those during `clean_context`. -- This is an automated message from the Apache

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #5055: Improve Makefile.unix::context's dependencies

2021-12-21 Thread GitBox
Ouss4 commented on a change in pull request #5055: URL: https://github.com/apache/incubator-nuttx/pull/5055#discussion_r773471087 ## File path: tools/Makefile.unix ## @@ -336,11 +334,39 @@ dirlinks: include/arch include/arch/board include/arch/chip $(ARCH_SRC)/board $( # the

[GitHub] [incubator-nuttx] gustavonihei commented on pull request #5055: Improve Makefile.unix::context's dependencies

2021-12-21 Thread GitBox
gustavonihei commented on pull request #5055: URL: https://github.com/apache/incubator-nuttx/pull/5055#issuecomment-999122579 @AlanRosenthal Please, don't forget to squash the commits. Also, you may want to link your email to your GitHub account, so that GitHub is able to count your cont

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5056: Add WiFi/BLE Coexistence support

2021-12-21 Thread GitBox
gustavonihei commented on a change in pull request #5056: URL: https://github.com/apache/incubator-nuttx/pull/5056#discussion_r773467950 ## File path: boards/xtensa/esp32/esp32-devkitc/src/esp32_bringup.c ## @@ -223,6 +223,15 @@ int esp32_bringup(void) } #endif +#ifdef

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5056: Add WiFi/BLE Coexistence support

2021-12-21 Thread GitBox
gustavonihei commented on a change in pull request #5056: URL: https://github.com/apache/incubator-nuttx/pull/5056#discussion_r773467950 ## File path: boards/xtensa/esp32/esp32-devkitc/src/esp32_bringup.c ## @@ -223,6 +223,15 @@ int esp32_bringup(void) } #endif +#ifdef

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5056: Add WiFi/BLE Coexistence support

2021-12-21 Thread GitBox
gustavonihei commented on a change in pull request #5056: URL: https://github.com/apache/incubator-nuttx/pull/5056#discussion_r773466360 ## File path: arch/xtensa/src/esp32/hardware/esp32_soc.h ## @@ -804,6 +804,10 @@ extern int rom_i2c_writereg(int block, int block_id, int re

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5056: Add WiFi/BLE Coexistence support

2021-12-21 Thread GitBox
gustavonihei commented on a change in pull request #5056: URL: https://github.com/apache/incubator-nuttx/pull/5056#discussion_r773465590 ## File path: arch/xtensa/src/esp32/esp32_wireless.c ## @@ -0,0 +1,279 @@ +/*

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #5055: Improve Makefile.unix::context's dependencies

2021-12-21 Thread GitBox
Ouss4 commented on a change in pull request #5055: URL: https://github.com/apache/incubator-nuttx/pull/5055#discussion_r773464517 ## File path: tools/Makefile.unix ## @@ -336,11 +334,39 @@ dirlinks: include/arch include/arch/board include/arch/chip $(ARCH_SRC)/board $( # the

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5056: Add WiFi/BLE Coexistence support

2021-12-21 Thread GitBox
gustavonihei commented on a change in pull request #5056: URL: https://github.com/apache/incubator-nuttx/pull/5056#discussion_r773463998 ## File path: arch/xtensa/src/esp32/esp32_wireless.c ## @@ -0,0 +1,279 @@ +/*

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5056: Add WiFi/BLE Coexistence support

2021-12-21 Thread GitBox
gustavonihei commented on a change in pull request #5056: URL: https://github.com/apache/incubator-nuttx/pull/5056#discussion_r773462685 ## File path: arch/xtensa/src/esp32/esp32_wireless.c ## @@ -0,0 +1,279 @@ +/*

[GitHub] [incubator-nuttx] AlanRosenthal commented on a change in pull request #5055: Improve Makefile.unix::context's dependencies

2021-12-21 Thread GitBox
AlanRosenthal commented on a change in pull request #5055: URL: https://github.com/apache/incubator-nuttx/pull/5055#discussion_r773461904 ## File path: tools/Makefile.unix ## @@ -336,11 +334,39 @@ dirlinks: include/arch include/arch/board include/arch/chip $(ARCH_SRC)/board $(

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5056: Add WiFi/BLE Coexistence support

2021-12-21 Thread GitBox
gustavonihei commented on a change in pull request #5056: URL: https://github.com/apache/incubator-nuttx/pull/5056#discussion_r773461087 ## File path: arch/xtensa/src/esp32/esp32_wifi_adapter.h ## @@ -84,6 +102,10 @@ typedef void (*wifi_evt_cb_t)(void *p); typedef void (*wif

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5055: Improve Makefile.unix::context's dependencies

2021-12-21 Thread GitBox
gustavonihei commented on a change in pull request #5055: URL: https://github.com/apache/incubator-nuttx/pull/5055#discussion_r773458454 ## File path: tools/Makefile.unix ## @@ -336,11 +334,39 @@ dirlinks: include/arch include/arch/board include/arch/chip $(ARCH_SRC)/board $(

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #5055: Improve Makefile.unix::context's dependencies

2021-12-21 Thread GitBox
Ouss4 commented on a change in pull request #5055: URL: https://github.com/apache/incubator-nuttx/pull/5055#discussion_r773458123 ## File path: tools/Makefile.unix ## @@ -336,11 +334,39 @@ dirlinks: include/arch include/arch/board include/arch/chip $(ARCH_SRC)/board $( # the

[GitHub] [incubator-nuttx] acassis opened a new pull request #5056: Add WiFi/BLE Coexistence support

2021-12-21 Thread GitBox
acassis opened a new pull request #5056: URL: https://github.com/apache/incubator-nuttx/pull/5056 ## Summary Add WiFi/BLE Coexistence support ## Impact Users will be to use WiFi and BLE at same time ## Testing ESP32-Devkitc -- This is an automated message from the Apach

[GitHub] [incubator-nuttx-apps] Ouss4 merged pull request #935: ci: Bump github/super-linter version to V4

2021-12-21 Thread GitBox
Ouss4 merged pull request #935: URL: https://github.com/apache/incubator-nuttx-apps/pull/935 -- 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: commi

[incubator-nuttx-apps] branch master updated: ci: Bump github/super-linter version to V4

2021-12-21 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche 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 eb124a4 ci: Bump github/supe

[GitHub] [incubator-nuttx] AlanRosenthal opened a new pull request #5055: Improve Makefile.unix::context's dependencies

2021-12-21 Thread GitBox
AlanRosenthal opened a new pull request #5055: URL: https://github.com/apache/incubator-nuttx/pull/5055 This pull request improves the dependencies for Makefile.unix::context rule. * `include/math.h`, `include/float.h`, `include/stdarg.h`, `include/setjmp.h` are only added to `context`'s

[GitHub] [incubator-nuttx] gustavonihei edited a comment on issue #4845: Network address was changed unexpectedly

2021-12-21 Thread GitBox
gustavonihei edited a comment on issue #4845: URL: https://github.com/apache/incubator-nuttx/issues/4845#issuecomment-999006384 This might be related to the usage of USRSOCK component. `netlib` does not perform any validation on the interface name before requesting the IP change to

[GitHub] [incubator-nuttx] gustavonihei edited a comment on issue #4845: Network address was changed unexpectedly

2021-12-21 Thread GitBox
gustavonihei edited a comment on issue #4845: URL: https://github.com/apache/incubator-nuttx/issues/4845#issuecomment-999006384 This might be related to the usage of USRSOCK component. `netlib` does not perform any validation on the interface name before requesting the IP change to

[GitHub] [incubator-nuttx] gustavonihei commented on issue #4845: Network address was changed unexpectedly

2021-12-21 Thread GitBox
gustavonihei commented on issue #4845: URL: https://github.com/apache/incubator-nuttx/issues/4845#issuecomment-999006384 This might be related to the usage of USRSOCK component. `netlib` does not perform any validation on the interface name before requesting the IP change to the net

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5017: libc: Enable terminal api regardless of CONFIG_SERIAL_TERMIOS setting

2021-12-21 Thread GitBox
gustavonihei commented on a change in pull request #5017: URL: https://github.com/apache/incubator-nuttx/pull/5017#discussion_r773343212 ## File path: drivers/serial/serial.c ## @@ -1332,12 +1333,28 @@ static int uart_ioctl(FAR struct file *filep, int cmd, unsigned long arg)

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5017: libc: Enable terminal api regardless of CONFIG_SERIAL_TERMIOS setting

2021-12-21 Thread GitBox
gustavonihei commented on a change in pull request #5017: URL: https://github.com/apache/incubator-nuttx/pull/5017#discussion_r773343212 ## File path: drivers/serial/serial.c ## @@ -1332,12 +1333,28 @@ static int uart_ioctl(FAR struct file *filep, int cmd, unsigned long arg)

[incubator-nuttx] branch master updated: ci: Bump github/super-linter version to V4

2021-12-21 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 1d26d75 ci: Bump github/super-linte

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5054: ci: Bump github/super-linter version to V4

2021-12-21 Thread GitBox
xiaoxiang781216 merged pull request #5054: URL: https://github.com/apache/incubator-nuttx/pull/5054 -- 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] gustavonihei commented on pull request #5053: libc/symtab: optimize the find speed by bisection

2021-12-21 Thread GitBox
gustavonihei commented on pull request #5053: URL: https://github.com/apache/incubator-nuttx/pull/5053#issuecomment-998956401 https://github.com/apache/incubator-nuttx/pull/5054 seems to solve the Lint CI job. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx-apps] gustavonihei opened a new pull request #935: ci: Bump github/super-linter version to V4

2021-12-21 Thread GitBox
gustavonihei opened a new pull request #935: URL: https://github.com/apache/incubator-nuttx-apps/pull/935 ## Summary This PR intends to bump the version of the `github/super-linter` action. ## Impact This is an attempt to fix a recent issue with the Lint job. ![image](https:

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #5054: ci: Bump github/super-linter version to V4

2021-12-21 Thread GitBox
gustavonihei opened a new pull request #5054: URL: https://github.com/apache/incubator-nuttx/pull/5054 ## Summary This PR intends to bump the version of the `github/super-linter` action. ## Impact This is an attempt to fix a recent issue with the Lint job. ![image](https://u

[incubator-nuttx] branch master updated (0a62701 -> 878c347)

2021-12-21 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 0a62701 fix: regulator: set ioexpander direction in regulator gpio init. add 878c347 sched: Fix t

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5052: sched: Fix typos in comments

2021-12-21 Thread GitBox
xiaoxiang781216 merged pull request #5052: URL: https://github.com/apache/incubator-nuttx/pull/5052 -- 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 pull request #5052: sched: Fix typos in comments

2021-12-21 Thread GitBox
xiaoxiang781216 commented on pull request #5052: URL: https://github.com/apache/incubator-nuttx/pull/5052#issuecomment-998949047 Let's ignore the false alarm of linter setup. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [incubator-nuttx] anchao opened a new pull request #5053: libc/symtab: optimize the find speed by bisection

2021-12-21 Thread GitBox
anchao opened a new pull request #5053: URL: https://github.com/apache/incubator-nuttx/pull/5053 ## Summary libc/symtab: optimize the find speed by bisection Signed-off-by: chao.an ## Impact symtab_findbyvalue ## Testing sort the symbol table by val

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #5052: sched: Fix typos in comments

2021-12-21 Thread GitBox
hartmannathan opened a new pull request #5052: URL: https://github.com/apache/incubator-nuttx/pull/5052 ## Summary sched/pthread/pthread_mutextimedlock.c: sched/pthread/pthread_mutextrylock.c: - Fix typos in comments. No functional changes. ## Impact Improves a

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #5040: mpfs: add opensbi support

2021-12-21 Thread GitBox
Ouss4 commented on a change in pull request #5040: URL: https://github.com/apache/incubator-nuttx/pull/5040#discussion_r773260326 ## File path: arch/risc-v/src/mpfs/Make.defs ## @@ -89,3 +89,39 @@ endif ifeq (${CONFIG_MPFS_BOOTLOADER},y) CHIP_CSRCS += mpfs_cache.c endif + +i

[GitHub] [incubator-nuttx] eenurkka commented on a change in pull request #5040: mpfs: add opensbi support

2021-12-21 Thread GitBox
eenurkka commented on a change in pull request #5040: URL: https://github.com/apache/incubator-nuttx/pull/5040#discussion_r773236364 ## File path: arch/risc-v/src/mpfs/Make.defs ## @@ -89,3 +89,39 @@ endif ifeq (${CONFIG_MPFS_BOOTLOADER},y) CHIP_CSRCS += mpfs_cache.c endif +

[GitHub] [incubator-nuttx] hartmannathan commented on a change in pull request #5041: Fix typos in comments and Kconfig files

2021-12-21 Thread GitBox
hartmannathan commented on a change in pull request #5041: URL: https://github.com/apache/incubator-nuttx/pull/5041#discussion_r773232216 ## File path: sched/Kconfig ## @@ -13,14 +13,6 @@ menuconfig DISABLE_OS_API disable functions unless you want to restrict us

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5050: fix: regulator: set ioexpander direction in regulator gpio init.

2021-12-21 Thread GitBox
xiaoxiang781216 merged pull request #5050: URL: https://github.com/apache/incubator-nuttx/pull/5050 -- 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: fix: regulator: set ioexpander direction in regulator gpio init.

2021-12-21 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 0a62701 fix: regulator: set ioexpan

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5051: boards/esp32: Enable canaries stack protection to ESP32 chips

2021-12-21 Thread GitBox
xiaoxiang781216 merged pull request #5051: URL: https://github.com/apache/incubator-nuttx/pull/5051 -- 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/esp32: Enable canaries stack protection to ESP32 chips

2021-12-21 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 aa41b97 boards/esp32: Enable canari

[GitHub] [incubator-nuttx] gustavonihei commented on pull request #5049: Update IFF_RUNNING flag by netdev_carrier_on and netdev_carrier_off

2021-12-21 Thread GitBox
gustavonihei commented on pull request #5049: URL: https://github.com/apache/incubator-nuttx/pull/5049#issuecomment-998809102 How about the other `net` drivers? It seems this fix could also be extended to them. At least we should create an issue for not losing track of it. -- This

[incubator-nuttx] branch master updated: Replace self defined macros with NET_SOCK_[FAMILY|TYPE|PROTOCOL]

2021-12-21 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei 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 dfcb3ce Replace self defined mac

[GitHub] [incubator-nuttx] gustavonihei merged pull request #5037: Replace self defined macros with NET_SOCK_[FAMILY|TYPE|PROTOCOL]

2021-12-21 Thread GitBox
gustavonihei merged pull request #5037: URL: https://github.com/apache/incubator-nuttx/pull/5037 -- 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

[incubator-nuttx] 02/02: net: Implement getifaddrs and freeifaddrs

2021-12-21 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit cc1a1b5781b73ed3b57e5ec66d697bdf924a2967 Author: Xiang Xiao AuthorDate: Sun Dec 19 17:41:56 2021 +0800

[incubator-nuttx] 01/02: net: Add lifr_ifindex field to struct lifreq

2021-12-21 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 1cd935fece78cc67e66ade94391f1b638a1b8cc0 Author: Xiang Xiao AuthorDate: Sun Dec 19 23:03:16 2021 +0800

[incubator-nuttx] branch master updated (2737701 -> cc1a1b5)

2021-12-21 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 2737701 cortex-m/hardfault: add secure-fault handler new 1cd935f net: Add lifr_ifindex field to

[GitHub] [incubator-nuttx] gustavonihei merged pull request #5036: net: Implement getifaddrs and freeifaddrs

2021-12-21 Thread GitBox
gustavonihei merged pull request #5036: URL: https://github.com/apache/incubator-nuttx/pull/5036 -- 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] acassis opened a new pull request #5051: boards/esp32: Enable canaries stack protection to ESP32 chips

2021-12-21 Thread GitBox
acassis opened a new pull request #5051: URL: https://github.com/apache/incubator-nuttx/pull/5051 ## Summary Enable canaries stack protection to ESP32 chips ## Impact Users will be able to use stack protection on ESP32 ## Testing N/A -- This is an automated message from

[GitHub] [incubator-nuttx] nandojve commented on pull request #4908: nucleo-h743zi: add board files to support mcuboot

2021-12-21 Thread GitBox
nandojve commented on pull request #4908: URL: https://github.com/apache/incubator-nuttx/pull/4908#issuecomment-998793468 Hi @tito97sp , I strong recommend you organize code like #4981. That way almost enable to use MCUboot on any STM32H7 board, in a easy way. Otherwise people will s

[GitHub] [incubator-nuttx] jane2226 opened a new pull request #5050: fix: regulator: set ioexpander direction in regulator gpio init.

2021-12-21 Thread GitBox
jane2226 opened a new pull request #5050: URL: https://github.com/apache/incubator-nuttx/pull/5050 Signed-off-by: songnannan ## Summary fix: regulator: set ioexpander direction in regulator gpio init. ## Impact nothing ## Testing Test the feature on my own EVB. -- T

[GitHub] [incubator-nuttx-apps] gustavonihei commented on a change in pull request #929: MCUboot move apps to examples

2021-12-21 Thread GitBox
gustavonihei commented on a change in pull request #929: URL: https://github.com/apache/incubator-nuttx-apps/pull/929#discussion_r773126229 ## File path: examples/mcuboot/update_agent/Kconfig ## @@ -0,0 +1,44 @@ +# +# For a description of the syntax of this configuration file,

[GitHub] [incubator-nuttx-apps] gustavonihei commented on a change in pull request #929: MCUboot move apps to examples

2021-12-21 Thread GitBox
gustavonihei commented on a change in pull request #929: URL: https://github.com/apache/incubator-nuttx-apps/pull/929#discussion_r773126229 ## File path: examples/mcuboot/update_agent/Kconfig ## @@ -0,0 +1,44 @@ +# +# For a description of the syntax of this configuration file,

[GitHub] [incubator-nuttx-apps] gustavonihei commented on a change in pull request #929: MCUboot move apps to examples

2021-12-21 Thread GitBox
gustavonihei commented on a change in pull request #929: URL: https://github.com/apache/incubator-nuttx-apps/pull/929#discussion_r773125860 ## File path: boot/mcuboot/README.md ## @@ -22,9 +22,7 @@ The NuttX port of MCUboot is implemented at application-level and requires min

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5048: cortex-m/hardfault: add secure-fault handler

2021-12-21 Thread GitBox
xiaoxiang781216 merged pull request #5048: URL: https://github.com/apache/incubator-nuttx/pull/5048 -- 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: cortex-m/hardfault: add secure-fault handler

2021-12-21 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 2737701 cortex-m/hardfault: add sec

[incubator-nuttx] branch master updated (c471f0f -> 6d16550)

2021-12-21 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 c471f0f risc-v/esp32c3: Remove deprecated note about Flash Detect feature add 6d16550 risc-v/esp32c

[GitHub] [incubator-nuttx] acassis merged pull request #5016: risc-v/esp32c3: Initialize rtc and peripheral parameters by default when chip starts

2021-12-21 Thread GitBox
acassis merged pull request #5016: URL: https://github.com/apache/incubator-nuttx/pull/5016 -- 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

[incubator-nuttx] branch master updated (54b6522 -> c471f0f)

2021-12-21 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 54b6522 Update arch/Kconfig new 6c32232 xtensa/esp32: Add Secure Boot support on top of MCUboot

[incubator-nuttx] 05/05: risc-v/esp32c3: Remove deprecated note about Flash Detect feature

2021-12-21 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 c471f0fe9684d7e19aa5490f7048970591945754 Author: Gustavo Henrique Nihei AuthorDate: Tue Dec 14 16:31:37 2021

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5044: espressif: Add hardware-supported Secure Boot on top of MCUboot

2021-12-21 Thread GitBox
xiaoxiang781216 merged pull request #5044: URL: https://github.com/apache/incubator-nuttx/pull/5044 -- 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] 01/05: xtensa/esp32: Add Secure Boot support on top of MCUboot

2021-12-21 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 6c3223289ffd8e0515719fd638bb6d742a6d5437 Author: Gustavo Henrique Nihei AuthorDate: Fri Oct 29 11:10:41 2021

[incubator-nuttx] 03/05: xtensa/esp32s2: Add Secure Boot support on top of MCUboot

2021-12-21 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 f542ab456472cebc3ee867ecd7daf028e7893aaa Author: Gustavo Henrique Nihei AuthorDate: Fri Nov 19 18:01:42 2021

[incubator-nuttx] 02/05: xtensa/esp32: Refactor makefiles for compliance to Function Call Syntax

2021-12-21 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 d22a2aa7a015857d53f47ae490a54bd908cb7813 Author: Gustavo Henrique Nihei AuthorDate: Thu Nov 11 15:06:31 2021

[incubator-nuttx] 04/05: risc-v/esp32c3: Add Secure Boot support on top of MCUboot

2021-12-21 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 1c8e84b341635b0930798437a30eae8287f139b6 Author: Gustavo Henrique Nihei AuthorDate: Fri Nov 19 18:02:22 2021

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5036: net: Implement getifaddrs and freeifaddrs

2021-12-21 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5036: URL: https://github.com/apache/incubator-nuttx/pull/5036#discussion_r773115595 ## File path: libs/libc/net/lib_getifaddrs.c ## @@ -0,0 +1,282 @@ +/**

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #5036: net: Implement getifaddrs and freeifaddrs

2021-12-21 Thread GitBox
Ouss4 commented on a change in pull request #5036: URL: https://github.com/apache/incubator-nuttx/pull/5036#discussion_r773103954 ## File path: libs/libc/net/lib_getifaddrs.c ## @@ -0,0 +1,282 @@ +/ + *

[GitHub] [incubator-nuttx-apps] gustavonihei commented on pull request #929: MCUboot move apps to examples

2021-12-21 Thread GitBox
gustavonihei commented on pull request #929: URL: https://github.com/apache/incubator-nuttx-apps/pull/929#issuecomment-998750713 @nandojve Please, don't forget to run the `refresh.sh` tool for synchronizing the existing defconfigs to the latest changes to Kconfig entries. `./tools/r

[GitHub] [incubator-nuttx-apps] gustavonihei commented on a change in pull request #929: MCUboot move apps to examples

2021-12-21 Thread GitBox
gustavonihei commented on a change in pull request #929: URL: https://github.com/apache/incubator-nuttx-apps/pull/929#discussion_r773105477 ## File path: examples/mcuboot/update_agent/Makefile ## @@ -0,0 +1,41 @@ +###

[GitHub] [incubator-nuttx-apps] gustavonihei commented on a change in pull request #929: MCUboot move apps to examples

2021-12-21 Thread GitBox
gustavonihei commented on a change in pull request #929: URL: https://github.com/apache/incubator-nuttx-apps/pull/929#discussion_r773104142 ## File path: boot/mcuboot/README.md ## @@ -22,9 +22,7 @@ The NuttX port of MCUboot is implemented at application-level and requires min

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #5040: mpfs: add opensbi support

2021-12-21 Thread GitBox
Ouss4 commented on a change in pull request #5040: URL: https://github.com/apache/incubator-nuttx/pull/5040#discussion_r772989804 ## File path: arch/risc-v/src/mpfs/Make.defs ## @@ -89,3 +89,39 @@ endif ifeq (${CONFIG_MPFS_BOOTLOADER},y) CHIP_CSRCS += mpfs_cache.c endif + +i

[GitHub] [incubator-nuttx] jane2226 closed pull request #5047: fix: regulator: set ioexpander direction in regulator gpio init.

2021-12-21 Thread GitBox
jane2226 closed pull request #5047: URL: https://github.com/apache/incubator-nuttx/pull/5047 -- 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: commi

[incubator-nuttx] 02/02: Update arch/Kconfig

2021-12-21 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 54b652235c0bb385bdc4b1f34fd43fade5492f98 Author: Juha Niskanen AuthorDate: Tue Dec 21 09:16:24 2021 +0200

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5049: Update IFF_RUNNING flag by netdev_carrier_on and netdev_carrier_off

2021-12-21 Thread GitBox
xiaoxiang781216 opened a new pull request #5049: URL: https://github.com/apache/incubator-nuttx/pull/5049 ## Summary - sim/netdev: Update IFF_RUNNING flag by netdev_carrier_on and netdev_carrier_off - net/loopback: Update IFF_RUNNING flag by netdev_carrier_on and netdev_carrier_o

[incubator-nuttx] branch master updated (1e83c83 -> 54b6522)

2021-12-21 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 1e83c83 net/usrsock: increase the send/recv() length limit to UINT32_MAX new 422ceec Fix typos in

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5041: Fix typos in comments and Kconfig files

2021-12-21 Thread GitBox
xiaoxiang781216 merged pull request #5041: URL: https://github.com/apache/incubator-nuttx/pull/5041 -- 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] 01/02: Fix typos in comments and Kconfig files

2021-12-21 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 422ceec99b8ca1c131c2d3d4ee7bf89b97f3c060 Author: Juha Niskanen AuthorDate: Mon Dec 20 16:49:48 2021 +0200

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5036: net: Implement getifaddrs and freeifaddrs

2021-12-21 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5036: URL: https://github.com/apache/incubator-nuttx/pull/5036#discussion_r772959170 ## File path: libs/libc/net/lib_freeifaddrs.c ## @@ -0,0 +1,56 @@ +/**

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5048: cortex-m/hardfault: add secure-fault handler

2021-12-21 Thread GitBox
pkarashchenko commented on a change in pull request #5048: URL: https://github.com/apache/incubator-nuttx/pull/5048#discussion_r772958742 ## File path: arch/arm/src/armv8-m/arm_securefault.c ## @@ -0,0 +1,119 @@ +/

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5045: net/usrsock: increase the sendto() length limit to UINT32_MAX

2021-12-21 Thread GitBox
xiaoxiang781216 merged pull request #5045: URL: https://github.com/apache/incubator-nuttx/pull/5045 -- 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: net/usrsock: increase the send/recv() length limit to UINT32_MAX

2021-12-21 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 1e83c83 net/usrsock: increase the s

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5048: cortex-m/hardfault: add secure-fault handler

2021-12-21 Thread GitBox
anchao commented on a change in pull request #5048: URL: https://github.com/apache/incubator-nuttx/pull/5048#discussion_r772956966 ## File path: arch/arm/src/armv8-m/arm_securefault.c ## @@ -0,0 +1,119 @@ +/***

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5048: cortex-m/hardfault: add secure-fault handler

2021-12-21 Thread GitBox
pkarashchenko commented on a change in pull request #5048: URL: https://github.com/apache/incubator-nuttx/pull/5048#discussion_r772954049 ## File path: arch/arm/src/armv8-m/arm_securefault.c ## @@ -0,0 +1,119 @@ +/

  1   2   >