[incubator-nuttx] 02/02: board: Run ./tools/refresh.sh --silent all

2021-11-10 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.git commit 0aeb132d15ac31b48789e71785711ba8f78d5659 Author: Xiang Xiao AuthorDate: Mon Nov 8 19:47:28 2021 +0800

[incubator-nuttx] branch master updated (b8c33e5 -> 0aeb132)

2021-11-10 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 b8c33e5 esp32c3: Fix GPIO Output on pins 18 and 19 USB/JTAG new e57203e sched: Disable message q

[GitHub] [incubator-nuttx] Ouss4 merged pull request #4799: sched: Disable message queue by default when DEFAULT_SMALL equals y

2021-11-10 Thread GitBox
Ouss4 merged pull request #4799: URL: https://github.com/apache/incubator-nuttx/pull/4799 -- 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-

[incubator-nuttx] 01/02: sched: Disable message queue by default when DEFAULT_SMALL equals y

2021-11-10 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.git commit e57203eca44a0d5ff86640d1c88cdef27b473c19 Author: Xiang Xiao AuthorDate: Mon Nov 8 11:10:12 2021 +0800

[incubator-nuttx] 02/02: boards: Fix warning: selects CANUTILS_LIBCANUTILS which has unmet direct dependencies (NET_CAN && ALLOW_GPL_COMPONENTS)

2021-11-10 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.git commit e3bcfe5cfaf949c20027fe99ef4b5443740f1a50 Author: Xiang Xiao AuthorDate: Mon Nov 8 01:56:12 2021 +0800

[incubator-nuttx] 01/02: boards/imx6: Fix symbol value '' invalid for TESTING_OSTEST_FPUSIZE

2021-11-10 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.git commit 7c5c77ff7b463e9958f91106fc6262f0bddb64d5 Author: Xiang Xiao AuthorDate: Mon Nov 8 01:50:31 2021 +0800

[incubator-nuttx] branch master updated (0aeb132 -> e3bcfe5)

2021-11-10 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 0aeb132 board: Run ./tools/refresh.sh --silent all new 7c5c77f boards/imx6: Fix symbol value ''

[GitHub] [incubator-nuttx] Ouss4 merged pull request #4797: Fix the build warning come from kconfig-frontend

2021-11-10 Thread GitBox
Ouss4 merged pull request #4797: URL: https://github.com/apache/incubator-nuttx/pull/4797 -- 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] a-lunev commented on pull request #4659: net/tcp(unbuffered): retransmit only one the earliest not acknowledged segment

2021-11-10 Thread GitBox
a-lunev commented on pull request #4659: URL: https://github.com/apache/incubator-nuttx/pull/4659#issuecomment-965026412 > separate? maybe. but they can be implemented with the common machinary. Yes, the congestion window control code is of course expected to be tightly integrated i

[GitHub] [incubator-nuttx] a-lunev commented on pull request #4659: net/tcp(unbuffered): retransmit only one the earliest not acknowledged segment

2021-11-10 Thread GitBox
a-lunev commented on pull request #4659: URL: https://github.com/apache/incubator-nuttx/pull/4659#issuecomment-965029814 My patch (PR #4659) does not add a new functionality. It just fixes the existing basic retransmission part in NuttX TCP/IP stack ("unbuffered send" mode). -- This is

[GitHub] [incubator-nuttx] juniskane opened a new pull request #4815: stm32l4 dfumode: enable for STM32L4+ chips

2021-11-10 Thread GitBox
juniskane opened a new pull request #4815: URL: https://github.com/apache/incubator-nuttx/pull/4815 ## Summary Allow also STM32L4+ boards to call stm32l4_dfumode() function. ## Impact Feature port from one MCU subarch to another ## Testing Tested that DFU mode entry wo

[GitHub] [incubator-nuttx] juniskane commented on a change in pull request #4774: GPIO driver: Use generic /dev/gpioN

2021-11-10 Thread GitBox
juniskane commented on a change in pull request #4774: URL: https://github.com/apache/incubator-nuttx/pull/4774#discussion_r746620057 ## File path: drivers/ioexpander/gpio.c ## @@ -511,20 +511,14 @@ static int gpio_ioctl(FAR struct file *filep, int cmd, unsigned long arg) *

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #4774: GPIO driver: Use generic /dev/gpioN

2021-11-10 Thread GitBox
acassis commented on a change in pull request #4774: URL: https://github.com/apache/incubator-nuttx/pull/4774#discussion_r746633945 ## File path: drivers/ioexpander/gpio.c ## @@ -511,20 +511,14 @@ static int gpio_ioctl(FAR struct file *filep, int cmd, unsigned long arg) * Na

[GitHub] [incubator-nuttx] jarivanewijk commented on a change in pull request #4774: GPIO driver: Use generic /dev/gpioN

2021-11-10 Thread GitBox
jarivanewijk commented on a change in pull request #4774: URL: https://github.com/apache/incubator-nuttx/pull/4774#discussion_r746637626 ## File path: drivers/ioexpander/gpio.c ## @@ -511,20 +511,14 @@ static int gpio_ioctl(FAR struct file *filep, int cmd, unsigned long arg)

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #4782: sem: remove limitation of irq context when do sem_trywait

2021-11-10 Thread GitBox
davids5 commented on a change in pull request #4782: URL: https://github.com/apache/incubator-nuttx/pull/4782#discussion_r746684541 ## File path: sched/semaphore/sem_trywait.c ## @@ -69,10 +69,6 @@ int nxsem_trywait(FAR sem_t *sem) irqstate_t flags; int ret; - /* This

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4814: net/can/can_recvmsg.c : put can_readahead in critical section

2021-11-10 Thread GitBox
xiaoxiang781216 commented on a change in pull request #4814: URL: https://github.com/apache/incubator-nuttx/pull/4814#discussion_r746812221 ## File path: mm/iob/iob_free_queue_qentry.c ## @@ -57,6 +57,7 @@ void iob_free_queue_qentry(FAR struct iob_s *iob, FAR struct iob_qent

[incubator-nuttx] branch master updated: stm32l4 dfumode: enable for STM32L4+ chips

2021-11-10 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 201c67a stm32l4 dfumode: enable for

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4815: stm32l4 dfumode: enable for STM32L4+ chips

2021-11-10 Thread GitBox
xiaoxiang781216 merged pull request #4815: URL: https://github.com/apache/incubator-nuttx/pull/4815 -- 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] 02/03: fs:procfs: add tcbinfo procfs interface

2021-11-10 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit e53aeea60ee38882b08a1526da07bd05506dfd37 Author: zhuyanlin AuthorDate: Thu Oct 14 19:39:44 2021 +0800 fs:

[incubator-nuttx] branch master updated (201c67a -> 407bc04)

2021-11-10 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 201c67a stm32l4 dfumode: enable for STM32L4+ chips new 012bd14 arch:debug: add struct for task aware

[incubator-nuttx] 03/03: tools: add gdbplugin for JLinkGDBServer nuttx thread aware

2021-11-10 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 407bc04934737cdf9e473a64b4663c6aefa9312a Author: zhuyanlin AuthorDate: Mon Oct 11 21:38:51 2021 +0800 too

[incubator-nuttx] 01/03: arch:debug: add struct for task aware debug.

2021-11-10 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 012bd1494c59d21486e2554ea5d83503027aebe8 Author: zhuyanlin AuthorDate: Wed Oct 13 21:15:04 2021 +0800 arc

[GitHub] [incubator-nuttx] acassis merged pull request #4810: debug: add tools for task aware debug

2021-11-10 Thread GitBox
acassis merged pull request #4810: URL: https://github.com/apache/incubator-nuttx/pull/4810 -- 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: clock.h: Remove the unnecessary L from macro

2021-11-10 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis 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 69d3545 clock.h: Remove the unnecessa

[GitHub] [incubator-nuttx] acassis merged pull request #4801: clock.h: Remove the unnecessary L from macro

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

[GitHub] [incubator-nuttx] gustavonihei merged pull request #4747: Revert "libc: Implement fesetround & fegetround for arm"

2021-11-10 Thread GitBox
gustavonihei merged pull request #4747: URL: https://github.com/apache/incubator-nuttx/pull/4747 -- 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] branch master updated: Revert "libc: Implement fesetround & fegetround for arm"

2021-11-10 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 bec1b0b Revert "libc: Implement

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #4816: arch/arm: Remove EXPERIMENTAL from ARCH_TRUSTZONE_XXX

2021-11-10 Thread GitBox
xiaoxiang781216 opened a new pull request #4816: URL: https://github.com/apache/incubator-nuttx/pull/4816 ## Summary since it work on the product device ## Impact No, since the feature depend on EXPERIMENTAL is still off by default. ## Testing internal device --

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4803: sched/signal: add spinlock to g_sigfreeaction

2021-11-10 Thread GitBox
xiaoxiang781216 commented on a change in pull request #4803: URL: https://github.com/apache/incubator-nuttx/pull/4803#discussion_r746858845 ## File path: sched/signal/sig_action.c ## @@ -38,10 +38,55 @@ #include "group/group.h" #include "signal/signal.h" +/*

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4782: sem: remove limitation of irq context when do sem_trywait

2021-11-10 Thread GitBox
xiaoxiang781216 commented on a change in pull request #4782: URL: https://github.com/apache/incubator-nuttx/pull/4782#discussion_r746864219 ## File path: sched/semaphore/sem_trywait.c ## @@ -69,10 +69,6 @@ int nxsem_trywait(FAR sem_t *sem) irqstate_t flags; int ret; -

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4774: GPIO driver: Use generic /dev/gpioN

2021-11-10 Thread GitBox
xiaoxiang781216 commented on a change in pull request #4774: URL: https://github.com/apache/incubator-nuttx/pull/4774#discussion_r746865886 ## File path: drivers/ioexpander/gpio.c ## @@ -511,20 +511,14 @@ static int gpio_ioctl(FAR struct file *filep, int cmd, unsigned long arg

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4659: net/tcp(unbuffered): retransmit only one the earliest not acknowledged segment

2021-11-10 Thread GitBox
xiaoxiang781216 merged pull request #4659: URL: https://github.com/apache/incubator-nuttx/pull/4659 -- 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 #4659: net/tcp(unbuffered): retransmit only one the earliest not acknowledged segment

2021-11-10 Thread GitBox
xiaoxiang781216 commented on pull request #4659: URL: https://github.com/apache/incubator-nuttx/pull/4659#issuecomment-965617057 So, let's merge this PR first. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[incubator-nuttx] branch master updated: net/tcp(unbuffered): retransmit only one the earliest not acknowledged segment (according to RFC 6298 (5.4)).

2021-11-10 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 1e07b6d net/tcp(unbuffered): retran

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4774: GPIO driver: Use generic /dev/gpioN

2021-11-10 Thread GitBox
gustavonihei commented on a change in pull request #4774: URL: https://github.com/apache/incubator-nuttx/pull/4774#discussion_r746971209 ## File path: drivers/ioexpander/gpio.c ## @@ -511,20 +511,14 @@ static int gpio_ioctl(FAR struct file *filep, int cmd, unsigned long arg)

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4774: GPIO driver: Use generic /dev/gpioN

2021-11-10 Thread GitBox
gustavonihei commented on a change in pull request #4774: URL: https://github.com/apache/incubator-nuttx/pull/4774#discussion_r746972143 ## File path: drivers/ioexpander/gpio.c ## @@ -578,47 +568,16 @@ int gpio_pin_register(FAR struct gpio_dev_s *dev, int minor) * Name: gpio

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #4774: GPIO driver: Use generic /dev/gpioN

2021-11-10 Thread GitBox
acassis commented on a change in pull request #4774: URL: https://github.com/apache/incubator-nuttx/pull/4774#discussion_r746978316 ## File path: drivers/ioexpander/gpio.c ## @@ -511,20 +511,14 @@ static int gpio_ioctl(FAR struct file *filep, int cmd, unsigned long arg) * Na

[incubator-nuttx-website] branch asf-site updated: Publishing web: dae81ea3c7ae113846bd7d94778d565c9f4d4c43 docs: 1e07b6d528ab52dd179e6631991c683749c7635d

2021-11-10 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 cfe06e1 Publishing web

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #4782: sem: remove limitation of irq context when do sem_trywait

2021-11-10 Thread GitBox
davids5 commented on a change in pull request #4782: URL: https://github.com/apache/incubator-nuttx/pull/4782#discussion_r747113311 ## File path: sched/semaphore/sem_trywait.c ## @@ -69,10 +69,6 @@ int nxsem_trywait(FAR sem_t *sem) irqstate_t flags; int ret; - /* This

[GitHub] [incubator-nuttx] GUIDINGLI commented on pull request #4811: procfs: fix ps can't log out Group id

2021-11-10 Thread GitBox
GUIDINGLI commented on pull request #4811: URL: https://github.com/apache/incubator-nuttx/pull/4811#issuecomment-965951032 @gustavonihei How do yo think -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [incubator-nuttx] GUIDINGLI commented on a change in pull request #4782: sem: remove limitation of irq context when do sem_trywait

2021-11-10 Thread GitBox
GUIDINGLI commented on a change in pull request #4782: URL: https://github.com/apache/incubator-nuttx/pull/4782#discussion_r747174852 ## File path: sched/semaphore/sem_trywait.c ## @@ -69,10 +69,6 @@ int nxsem_trywait(FAR sem_t *sem) irqstate_t flags; int ret; - /* Thi

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #4814: net/can/can_recvmsg.c : put can_readahead in critical section

2021-11-10 Thread GitBox
xiaoxiang781216 commented on pull request #4814: URL: https://github.com/apache/incubator-nuttx/pull/4814#issuecomment-965969812 Let's merge two patch into one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-nuttx] eenurkka opened a new pull request #4817: mpfs: uart: add a way to configure uart3 and uart4

2021-11-10 Thread GitBox
eenurkka opened a new pull request #4817: URL: https://github.com/apache/incubator-nuttx/pull/4817 Currently configuring the uart3/4 as the serial console doesn't work. Apply proper changes in mpfs_config.h that enables the following configuration options: - CONFIG_UART3_SERIAL