[GitHub] [incubator-nuttx] Donny9 opened a new pull request #2450: unistd/getopt: remove number of arguments limit

2020-12-01 Thread GitBox
Donny9 opened a new pull request #2450: URL: https://github.com/apache/incubator-nuttx/pull/2450 ## Summary Remove number of arguments limit. For commands without "-" arguments, ex:"ls", we should always let optind = 1 after getopt is called in order to get what follows correctly.

[GitHub] [incubator-nuttx] Donny9 opened a new pull request #2451: pthread_mutexattr_getprotocol: modify prototype

2020-12-01 Thread GitBox
Donny9 opened a new pull request #2451: URL: https://github.com/apache/incubator-nuttx/pull/2451 ## Summary Modify the return value according to posix standard. ## Impact ## Testing Daily test. This is an

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #2451: pthread_mutexattr_getprotocol: modify prototype

2020-12-01 Thread GitBox
Ouss4 commented on pull request #2451: URL: https://github.com/apache/incubator-nuttx/pull/2451#issuecomment-736390314 @Donny9 since you are at it, shouldn't `pthread_mutexattr_setprotocol` return ENOTSUP istead of EINVAL/ENOSYS. https://pubs.opengroup.org/onlinepubs/9699919799/ --

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #2414: net/tcp: implement the fast retransmit

2020-12-01 Thread GitBox
anchao commented on a change in pull request #2414: URL: https://github.com/apache/incubator-nuttx/pull/2414#discussion_r533384983 ## File path: net/tcp/tcp_send_buffered.c ## @@ -484,6 +485,28 @@ static uint16_t psock_send_eventhandler(FAR struct net_driver_s *dev,

[GitHub] [incubator-nuttx] v01d opened a new pull request #2452: nRF52: fix missing #endif on RADIO header

2020-12-01 Thread GitBox
v01d opened a new pull request #2452: URL: https://github.com/apache/incubator-nuttx/pull/2452 ## Summary Fix missing `#endif` on header which prevents compilation ## Impact Build fix ## Testing Builds OK --

[GitHub] [incubator-nuttx] acassis merged pull request #2452: nRF52: fix missing #endif on RADIO header

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

[incubator-nuttx] branch master updated: nRF52: fix missing #endif on RADIO header

2020-12-01 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 19941b1 nRF52: fix missing #endif on

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #2453: Stm32 nxstyle fixes

2020-12-01 Thread GitBox
hartmannathan opened a new pull request #2453: URL: https://github.com/apache/incubator-nuttx/pull/2453 ## Summary Fix nxstyle errors in these files: - arch/arm/src/stm32/stm32_tim_lowerhalf.c - arch/arm/src/stm32/stm32_userspace.h - arch/arm/src/stm32/stm32_uid.c

[GitHub] [incubator-nuttx] acassis opened a new pull request #2454: esp32/esp32-core: Fix #ifdef warning and update MM_SECTIONS

2020-12-01 Thread GitBox
acassis opened a new pull request #2454: URL: https://github.com/apache/incubator-nuttx/pull/2454 ## Summary Fix #ifdef warning and update MM_SECTIONS ## Impact PSRAM improvements ## Testing esp32-core This

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2414: net/tcp: implement the fast retransmit

2020-12-01 Thread GitBox
xiaoxiang781216 merged pull request #2414: URL: https://github.com/apache/incubator-nuttx/pull/2414 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] sgysh opened a new pull request #2455: sched/sched/sched_waitpid.c: Discard the correct child entry

2020-12-01 Thread GitBox
sgysh opened a new pull request #2455: URL: https://github.com/apache/incubator-nuttx/pull/2455 ## Summary - Discard the correct child entry after receiving SIGCHLD. ## Impact - waitpid, wait ## Testing hifive1-revb:nsh (CONFIG_SCHED_HAVE_PARENT=y, CONFIG

[incubator-nuttx] branch master updated (19941b1 -> c2b0006)

2020-12-01 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 19941b1 nRF52: fix missing #endif on RADIO header add c2b0006 net/tcp: implement the fast retransm

[GitHub] [incubator-nuttx] diegoherranz commented on pull request #2448: stm32/stm32h7: fix the configuration of PWM outputs when subsequent channels are not enabled

2020-12-01 Thread GitBox
diegoherranz commented on pull request #2448: URL: https://github.com/apache/incubator-nuttx/pull/2448#issuecomment-736774177 Thanks for the explanation (and the fix). This is an automated message from the Apache Git Service.

[incubator-nuttx] branch master updated (c2b0006 -> 86e4197)

2020-12-01 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 c2b0006 net/tcp: implement the fast retransmit new cff63d1 arch/stm32: Fix nxstyle errors n

[incubator-nuttx] 01/03: arch/stm32: Fix nxstyle errors

2020-12-01 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 cff63d1b1ee936cac237ee76e1822a918217d463 Author: Nathan Hartman <59230071+hartmannat...@users.noreply.githu

[incubator-nuttx] 02/03: arch/stm32: Fix nxstyle errors

2020-12-01 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 b0026988655880d8bf9fbf0661f7f7582434966b Author: Nathan Hartman <59230071+hartmannat...@users.noreply.githu

[incubator-nuttx] 03/03: arch/stm32: Fix nxstyle errors

2020-12-01 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 86e41979b4c5a0f250e9ed28523b0bb7ea95359a Author: Nathan Hartman <59230071+hartmannat...@users.noreply.githu

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2453: Stm32 nxstyle fixes

2020-12-01 Thread GitBox
Ouss4 merged pull request #2453: URL: https://github.com/apache/incubator-nuttx/pull/2453 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

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #2454: esp32/esp32-core: Fix #ifdef warning and update MM_SECTIONS

2020-12-01 Thread GitBox
Ouss4 commented on pull request #2454: URL: https://github.com/apache/incubator-nuttx/pull/2454#issuecomment-736804266 Github is having issues, this is pretty low risk, let's get it out of the way. This is an automated messa

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2454: esp32/esp32-core: Fix #ifdef warning and update MM_SECTIONS

2020-12-01 Thread GitBox
Ouss4 merged pull request #2454: URL: https://github.com/apache/incubator-nuttx/pull/2454 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

[incubator-nuttx] branch master updated: esp32/esp32-core: Fix #ifdef warning and update MM_SECTIONS

2020-12-01 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 The following commit(s) were added to refs/heads/master by this push: new 3865960 esp32/esp32-core: Fix #if

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #2456: arch/stm32: Fix nxstyle errors

2020-12-01 Thread GitBox
hartmannathan opened a new pull request #2456: URL: https://github.com/apache/incubator-nuttx/pull/2456 ## Summary arch/arm/src/stm32/hardware/stm32_adc.h: * Fix nxstyle errors. arch/arm/src/stm32/hardware/stm32_adc_v2.h: * Fix nxstyle errors. ## Im

[incubator-nuttx-website] branch asf-site updated: Publishing web: 747adaf5aa6fc01843a89e59f39e0f27e163d1e2 docs: 3865960b895291820a777a59757a1e09092c94bc

2020-12-01 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 88bd649 Publishing web

[incubator-nuttx] branch master updated: sched/sched/sched_waitpid.c: Discard the correct child entry

2020-12-01 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki 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 bd79eaa sched/sched/sched_waitpid.c:

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #2455: sched/sched/sched_waitpid.c: Discard the correct child entry

2020-12-01 Thread GitBox
masayuki2009 merged pull request #2455: URL: https://github.com/apache/incubator-nuttx/pull/2455 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [incubator-nuttx] yamt opened a new pull request #2457: Syslog format, nxstyle fixes, replace non-ascii chars

2020-12-01 Thread GitBox
yamt opened a new pull request #2457: URL: https://github.com/apache/incubator-nuttx/pull/2457 ## Summary Extracted from https://github.com/apache/incubator-nuttx/pull/2347 ## Impact ## Testing This is an

[GitHub] [incubator-nuttx] yamt commented on pull request #2457: Syslog format, nxstyle fixes, replace non-ascii chars

2020-12-01 Thread GitBox
yamt commented on pull request #2457: URL: https://github.com/apache/incubator-nuttx/pull/2457#issuecomment-736981903 The following nxstyle error was intentionally left. (a URL in a comment) ``` boards/arm/stm32l4/nucleo-l452re/src/stm32_adc.c:79:93: error: Long line found ```

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2456: arch/stm32: Fix nxstyle errors

2020-12-01 Thread GitBox
xiaoxiang781216 merged pull request #2456: URL: https://github.com/apache/incubator-nuttx/pull/2456 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx] branch master updated: arch/stm32: Fix nxstyle errors

2020-12-01 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 350a8b3 arch/stm32: Fix nxstyle err

[GitHub] [incubator-nuttx] zwenlong666 opened a new pull request #2458: Merge pull request #1 from apache/master

2020-12-01 Thread GitBox
zwenlong666 opened a new pull request #2458: URL: https://github.com/apache/incubator-nuttx/pull/2458 update; ## Summary ## Impact ## Testing This is an automated message from the Apache Git Servi

[incubator-nuttx] branch master updated: pthread_mutexattr_getprotocol: modify prototype

2020-12-01 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 The following commit(s) were added to refs/heads/master by this push: new 9315fe2 pthread_mutexattr_getprot

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2451: pthread_mutexattr_getprotocol: modify prototype

2020-12-01 Thread GitBox
Ouss4 merged pull request #2451: URL: https://github.com/apache/incubator-nuttx/pull/2451 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