[GitHub] [incubator-nuttx] SPRESENSE opened a new pull request #3083: stdio/lib_clearerr: Did not clear stream buffer flags in clearerr

2021-03-16 Thread GitBox
SPRESENSE opened a new pull request #3083: URL: https://github.com/apache/incubator-nuttx/pull/3083 ## Summary Stream buffer flags has a dependency with allocated buffer, and it cannot clear without buffer operation. Change clearerr to keep buffer flags to prevent unexpected

[GitHub] [incubator-nuttx] microhobby opened a new pull request #3082: WIP: libs/libc/misc/lib_utsname.c: Add CONFIG_VERSION_EXTRA

2021-03-16 Thread GitBox
microhobby opened a new pull request #3082: URL: https://github.com/apache/incubator-nuttx/pull/3082 ## Summary The idea is to have something like EXTRAVERSION from Linux. This is useful for getting RC tags, development tags and for customizing the version. ## Impact I

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #3061: Separate CONFIG_BCH from CONFIG_DISABLE_MOUNTPOINT

2021-03-16 Thread GitBox
yamt commented on a change in pull request #3061: URL: https://github.com/apache/incubator-nuttx/pull/3061#discussion_r595694387 ## File path: boards/arm/stm32l4/stm32l476vg-disco/src/stm32_appinit.c ## @@ -269,6 +269,7 @@ int board_app_initialize(uintptr_t arg) snprintf

[incubator-nuttx-apps] 01/02: interpreters/quickjs: Bump to latest release

2021-03-16 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-apps.git commit 19b49ba045a9dad3a9eb3c3d64f3c07c35f30ed7 Author: Huang Qi AuthorDate: Fri Mar 12 17:10:54 2021 +0800

[incubator-nuttx-apps] 02/02: interpreters/quickjs: Implement a minimal interpreter

2021-03-16 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-apps.git commit 4439e0c0b5f7aae7e581cb642f77762f6b525cba Author: Huang Qi AuthorDate: Mon Mar 15 18:56:18 2021 +0800

[incubator-nuttx-apps] branch master updated (6cc1f18 -> 4439e0c)

2021-03-16 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-apps.git. from 6cc1f18 examples/mtdpart: select CONFIG_BCH new 19b49ba interpreters/quickjs: Bump to latest

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #613: Enhancement of QuickJS

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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #617: select CONFIG_BCH in a few places

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

[incubator-nuttx-apps] branch master updated (2f1ecba -> 6cc1f18)

2021-03-16 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-apps.git. from 2f1ecba Change all .cpp suffix to .cxx suffix new ea8cf7b examples/mtdrwb: select CONFIG_BCH

[incubator-nuttx-apps] 01/02: examples/mtdrwb: select CONFIG_BCH

2021-03-16 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-apps.git commit ea8cf7bad4be4dafc32a408c676ddaa19460702d Author: YAMAMOTO Takashi AuthorDate: Wed Mar 17 08:28:45 2021

[incubator-nuttx-apps] 02/02: examples/mtdpart: select CONFIG_BCH

2021-03-16 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-apps.git commit 6cc1f189d2570279cbd63a936ae1d3c26f7eab42 Author: YAMAMOTO Takashi AuthorDate: Wed Mar 17 08:29:14 2021

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #3061: Separate CONFIG_BCH from CONFIG_DISABLE_MOUNTPOINT

2021-03-16 Thread GitBox
xiaoxiang781216 commented on a change in pull request #3061: URL: https://github.com/apache/incubator-nuttx/pull/3061#discussion_r595685849 ## File path: boards/arm/stm32l4/stm32l476vg-disco/src/stm32_appinit.c ## @@ -269,6 +269,7 @@ int board_app_initialize(uintptr_t arg)

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #3063: Integration between nuttx and pysimCoder

2021-03-16 Thread GitBox
xiaoxiang781216 commented on pull request #3063: URL: https://github.com/apache/incubator-nuttx/pull/3063#issuecomment-800762021 @robertobucher once the compiler issue get resolved, it's better to reorganize your patchset to fix the problem in the initial patch which introduce the problem,

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3079: [FlexCAN] Correct reset state for CTRL1 register

2021-03-16 Thread GitBox
xiaoxiang781216 merged pull request #3079: URL: https://github.com/apache/incubator-nuttx/pull/3079 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: [FlexCAN] Correct reset state for CTRL1 register

2021-03-16 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 4dd4578 [FlexCAN] Correct reset sta

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3080: Remove a redundant critical section in nxsem

2021-03-16 Thread GitBox
xiaoxiang781216 merged pull request #3080: URL: https://github.com/apache/incubator-nuttx/pull/3080 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] 02/02: sched: semaphore: Remove a redundant critical section in nxsem_tickwait()

2021-03-16 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 7758f3dcb1dcf61e9280aaba6cc98668e6c3bc65 Author: Masayuki Ishikawa AuthorDate: Wed Mar 17 08:33:57 2021 +090

[incubator-nuttx] branch master updated (a93d538 -> 7758f3d)

2021-03-16 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 a93d538 boards/esp32c3-devkit: Use nx_mount to avoid overriding errno new 65dec5d sched: semaphore

[incubator-nuttx] 01/02: sched: semaphore: Remove a redundant critical section in nxsem_clockwait()

2021-03-16 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 65dec5d10ac57abc9a15aadf076d693ab5208f69 Author: Masayuki Ishikawa AuthorDate: Tue Mar 16 08:06:16 2021 +090

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3074: boards/esp32c3-devkit: Use nx_mount to avoid overriding errno

2021-03-16 Thread GitBox
xiaoxiang781216 merged pull request #3074: URL: https://github.com/apache/incubator-nuttx/pull/3074 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: boards/esp32c3-devkit: Use nx_mount to avoid overriding errno

2021-03-16 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 a93d538 boards/esp32c3-devkit: Use

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3068: lpc17xx_40xx/mbed : refresh defconfig

2021-03-16 Thread GitBox
xiaoxiang781216 merged pull request #3068: URL: https://github.com/apache/incubator-nuttx/pull/3068 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: lpc17xx_40xx/mbed : refresh defconfig

2021-03-16 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 f616c72 lpc17xx_40xx/mbed : refresh

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

2021-03-16 Thread GitBox
xiaoxiang781216 merged pull request #3076: URL: https://github.com/apache/incubator-nuttx/pull/3076 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/stm32l4: Fix nxstyle errors

2021-03-16 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 f165270 arch/stm32l4: Fix nxstyle e

[GitHub] [incubator-nuttx] yamt opened a new pull request #3081: tcp_send_buffered.c: improve tcp write buffering

2021-03-16 Thread GitBox
yamt opened a new pull request #3081: URL: https://github.com/apache/incubator-nuttx/pull/3081 ## Summary tcp_send_buffered.c: improve tcp write buffering * Send data chunk-by-chunk Note: A stream socket doesn't have atomicity requirement. * Increase the chance to u

[GitHub] [incubator-nuttx] yamt commented on pull request #3061: Separate CONFIG_BCH from CONFIG_DISABLE_MOUNTPOINT

2021-03-16 Thread GitBox
yamt commented on pull request #3061: URL: https://github.com/apache/incubator-nuttx/pull/3061#issuecomment-800743328 requires https://github.com/apache/incubator-nuttx-apps/pull/617 to pass build This is an automated messag

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #3080: Remove a redundant critical section in nxsem

2021-03-16 Thread GitBox
masayuki2009 opened a new pull request #3080: URL: https://github.com/apache/incubator-nuttx/pull/3080 ## Summary - This PR removes a redundant critical section in nxsem_clockwait() and nxsem_tickwait() ## Impact - None ## Testing - Tested with ostest with

[GitHub] [incubator-nuttx-apps] yamt opened a new pull request #617: select CONFIG_BCH in a few places

2021-03-16 Thread GitBox
yamt opened a new pull request #617: URL: https://github.com/apache/incubator-nuttx-apps/pull/617 ## Summary select CONFIG_BCH in a few places for https://github.com/apache/incubator-nuttx/pull/3061 ## Impact ## Testing `sim:mtdpart` and `sim:mtdrwb` are built with

[incubator-nuttx-apps] branch master updated: Change all .cpp suffix to .cxx suffix

2021-03-16 Thread davids5
This is an automated email from the ASF dual-hosted git repository. davids5 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 2f1ecba Change all .cpp suffix t

[GitHub] [incubator-nuttx-apps] davids5 merged pull request #616: Change all .cpp suffix to .cxx suffix

2021-03-16 Thread GitBox
davids5 merged pull request #616: URL: https://github.com/apache/incubator-nuttx-apps/pull/616 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[incubator-nuttx] branch master updated (c9db653 -> b3ab373)

2021-03-16 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 c9db653 symtabs: improve handling of symbol lookups add f3a5675 stm32l5: Architecture Support for

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2974: STM32L5 Architecture Support

2021-03-16 Thread GitBox
xiaoxiang781216 merged pull request #2974: URL: https://github.com/apache/incubator-nuttx/pull/2974 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] PetervdPerk-NXP opened a new pull request #3079: [FlexCAN] Correct reset state for CTRL1 register

2021-03-16 Thread GitBox
PetervdPerk-NXP opened a new pull request #3079: URL: https://github.com/apache/incubator-nuttx/pull/3079 ## Summary FlexCAN assumed that CTRL1 was in reset, but is not always the case which could case a bug that the CAN controller stays in listen-only mode. ## Impact S32K1XX K

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #614: apps/examples/watcher: Fixed an assert failure

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

[incubator-nuttx-apps] branch master updated: apps/examples/watcher: Fixed an assert failure

2021-03-16 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 1673df8 apps/examples/watcher:

[GitHub] [incubator-nuttx] michi-jung commented on pull request #2974: STM32L5 Architecture Support

2021-03-16 Thread GitBox
michi-jung commented on pull request #2974: URL: https://github.com/apache/incubator-nuttx/pull/2974#issuecomment-800491791 Hi @acassis, I believe we can merge this now. I will provide the LSE drive ramp-up in a separate pull request. And the headers can be changed to ASF once the remainin

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #616: Change all .cpp suffix to .cxx suffix

2021-03-16 Thread GitBox
xiaoxiang781216 opened a new pull request #616: URL: https://github.com/apache/incubator-nuttx-apps/pull/616 ## Summary follow the coding standard requirement ## Impact Minor, just change file name, Makfile and comment. ## Testing Pass the build.

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #3070: fs/mmap: Return EACCES for incompatible file descriptors

2021-03-16 Thread GitBox
gustavonihei commented on a change in pull request #3070: URL: https://github.com/apache/incubator-nuttx/pull/3070#discussion_r595389644 ## File path: fs/mmap/fs_mmap.c ## @@ -142,6 +148,30 @@ FAR void *mmap(FAR void *start, size_t length, int prot, int flags, } #endif

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #3070: fs/mmap: Return EACCES for incompatible file descriptors

2021-03-16 Thread GitBox
gustavonihei commented on a change in pull request #3070: URL: https://github.com/apache/incubator-nuttx/pull/3070#discussion_r595389644 ## File path: fs/mmap/fs_mmap.c ## @@ -142,6 +148,30 @@ FAR void *mmap(FAR void *start, size_t length, int prot, int flags, } #endif

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #3070: fs/mmap: Return EACCES for incompatible file descriptors

2021-03-16 Thread GitBox
gustavonihei commented on a change in pull request #3070: URL: https://github.com/apache/incubator-nuttx/pull/3070#discussion_r595389644 ## File path: fs/mmap/fs_mmap.c ## @@ -142,6 +148,30 @@ FAR void *mmap(FAR void *start, size_t length, int prot, int flags, } #endif

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #3070: fs/mmap: Return EACCES for incompatible file descriptors

2021-03-16 Thread GitBox
gustavonihei commented on a change in pull request #3070: URL: https://github.com/apache/incubator-nuttx/pull/3070#discussion_r595389644 ## File path: fs/mmap/fs_mmap.c ## @@ -142,6 +148,30 @@ FAR void *mmap(FAR void *start, size_t length, int prot, int flags, } #endif

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #3070: fs/mmap: Return EACCES for incompatible file descriptors

2021-03-16 Thread GitBox
gustavonihei commented on a change in pull request #3070: URL: https://github.com/apache/incubator-nuttx/pull/3070#discussion_r595389644 ## File path: fs/mmap/fs_mmap.c ## @@ -142,6 +148,30 @@ FAR void *mmap(FAR void *start, size_t length, int prot, int flags, } #endif

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #3070: fs/mmap: Return EACCES for incompatible file descriptors

2021-03-16 Thread GitBox
xiaoxiang781216 commented on a change in pull request #3070: URL: https://github.com/apache/incubator-nuttx/pull/3070#discussion_r595387476 ## File path: fs/mmap/fs_mmap.c ## @@ -142,6 +148,30 @@ FAR void *mmap(FAR void *start, size_t length, int prot, int flags, } #endi

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #3070: fs/mmap: Return EACCES for incompatible file descriptors

2021-03-16 Thread GitBox
xiaoxiang781216 commented on a change in pull request #3070: URL: https://github.com/apache/incubator-nuttx/pull/3070#discussion_r595387476 ## File path: fs/mmap/fs_mmap.c ## @@ -142,6 +148,30 @@ FAR void *mmap(FAR void *start, size_t length, int prot, int flags, } #endi

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #3070: fs/mmap: Return EACCES for incompatible file descriptors

2021-03-16 Thread GitBox
xiaoxiang781216 commented on a change in pull request #3070: URL: https://github.com/apache/incubator-nuttx/pull/3070#discussion_r595384092 ## File path: fs/mmap/fs_mmap.c ## @@ -142,6 +148,30 @@ FAR void *mmap(FAR void *start, size_t length, int prot, int flags, } #endi

[incubator-nuttx] branch master updated (c80cdf0 -> c9db653)

2021-03-16 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 c80cdf0 fs/mmap: Return EACCES for incompatible file descriptors add c9db653 symtabs: improve hand

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3065: symtabs: remove leading underscores and simplify lookups

2021-03-16 Thread GitBox
xiaoxiang781216 merged pull request #3065: URL: https://github.com/apache/incubator-nuttx/pull/3065 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] xiaoxiang781216 merged pull request #3070: fs/mmap: Return EACCES for incompatible file descriptors

2021-03-16 Thread GitBox
xiaoxiang781216 merged pull request #3070: URL: https://github.com/apache/incubator-nuttx/pull/3070 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 (fb7a5b8 -> c80cdf0)

2021-03-16 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 fb7a5b8 arch:rv64:c906:demo protect build without PMP. add c80cdf0 fs/mmap: Return EACCES for inco

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #3045: fs: Allocate file/socket dynamically

2021-03-16 Thread GitBox
davids5 commented on a change in pull request #3045: URL: https://github.com/apache/incubator-nuttx/pull/3045#discussion_r595303957 ## File path: sched/Kconfig ## @@ -1058,12 +1058,12 @@ config SDCLONE_DISABLE descriptors by task_create() when a new task is started. If

[GitHub] [incubator-nuttx] jerpelea opened a new pull request #3078: boards: Author Gregory Nutt: update licenses to Apache

2021-03-16 Thread GitBox
jerpelea opened a new pull request #3078: URL: https://github.com/apache/incubator-nuttx/pull/3078 ## Summary Gregory Nutt has submitted the SGA and we can migrate the licenses to Apache. ## Impact NONE ## Testing NONE

[GitHub] [incubator-nuttx] jerpelea commented on a change in pull request #3077: arch/stm32l4: Fix nxstyle errors

2021-03-16 Thread GitBox
jerpelea commented on a change in pull request #3077: URL: https://github.com/apache/incubator-nuttx/pull/3077#discussion_r595295977 ## File path: arch/arm/include/stm32l4/stm32l4x3xx_irq.h ## @@ -113,7 +117,7 @@ /* Reserved */ /* 50:

[GitHub] [incubator-nuttx] jerpelea edited a comment on pull request #3077: arch/stm32l4: Fix nxstyle errors

2021-03-16 Thread GitBox
jerpelea edited a comment on pull request #3077: URL: https://github.com/apache/incubator-nuttx/pull/3077#issuecomment-800373600 @hartmannathan usually blank line before that line or you can move it after the comment This is

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #3077: arch/stm32l4: Fix nxstyle errors

2021-03-16 Thread GitBox
davids5 commented on a change in pull request #3077: URL: https://github.com/apache/incubator-nuttx/pull/3077#discussion_r595295026 ## File path: arch/arm/include/stm32l4/stm32l4x3xx_irq.h ## @@ -113,7 +117,7 @@ /* Reserved */ /* 50: T

[GitHub] [incubator-nuttx] jerpelea commented on pull request #3077: arch/stm32l4: Fix nxstyle errors

2021-03-16 Thread GitBox
jerpelea commented on pull request #3077: URL: https://github.com/apache/incubator-nuttx/pull/3077#issuecomment-800373600 @hartmannathan usually blank line before that line This is an automated message from the Apache Git Se

[GitHub] [incubator-nuttx] hartmannathan edited a comment on pull request #3077: arch/stm32l4: Fix nxstyle errors

2021-03-16 Thread GitBox
hartmannathan edited a comment on pull request #3077: URL: https://github.com/apache/incubator-nuttx/pull/3077#issuecomment-800340571 Any thoughts on how to handle the `/* Reserved */` comments that are throwing the nxstyle "Wrong column position or missing blank line before comment" error

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #3077: arch/stm32l4: Fix nxstyle errors

2021-03-16 Thread GitBox
hartmannathan commented on pull request #3077: URL: https://github.com/apache/incubator-nuttx/pull/3077#issuecomment-800340571 Any thoughts on how to handle the /* Reserved */ comments that are throwing the nxstyle "Wrong column position or missing blank line before comment" errors? -

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

2021-03-16 Thread GitBox
hartmannathan opened a new pull request #3077: URL: https://github.com/apache/incubator-nuttx/pull/3077 ## Summary Fix (most) nxstyle errors in: - arch/arm/include/stm32l4/stm32l4x3xx_irq.h - arch/arm/include/stm32l4/stm32l4xrxx_irq.h Not fixed: nxstyle "Wrong column posi

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

2021-03-16 Thread GitBox
hartmannathan opened a new pull request #3076: URL: https://github.com/apache/incubator-nuttx/pull/3076 ## Summary Fix nxstyle errors in: - arch/arm/include/stm32l4/chip.h - arch/arm/include/stm32l4/irq.h - arch/arm/include/stm32l4/stm32l4x5xx_irq.h - arch/arm/include/

[incubator-nuttx-apps] branch master updated (f8cb9db -> ff4c3c3)

2021-03-16 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-apps.git. from f8cb9db iperf: Plug a memory leak add ff4c3c3 thttpd: add THTTPD_NFILE_DESCRIPTORS limits ins

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 edited a comment on pull request #612: thttpd: add THTTPD_NFILE_DESCRIPTORS

2021-03-16 Thread GitBox
xiaoxiang781216 edited a comment on pull request #612: URL: https://github.com/apache/incubator-nuttx-apps/pull/612#issuecomment-800330888 @davids5 the violation is huge, let's merge this patch first and create a new PR late to fix the mix case issue since apache/incubator-nuttx#3045 which

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #612: thttpd: add THTTPD_NFILE_DESCRIPTORS

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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #612: thttpd: add THTTPD_NFILE_DESCRIPTORS

2021-03-16 Thread GitBox
xiaoxiang781216 commented on pull request #612: URL: https://github.com/apache/incubator-nuttx-apps/pull/612#issuecomment-800330888 @davids5 the violation is huge, let's merge this patch first and create a new PR late to fix the mix case issue since fs: Allocate file/socket dynamically ap

[incubator-nuttx] branch master updated (458caf2 -> fb7a5b8)

2021-03-16 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 458caf2 riscv/esp32c3: Add ESP32-C3 WLAN netcard driver add fb7a5b8 arch:rv64:c906:demo protect buil

[GitHub] [incubator-nuttx] acassis merged pull request #3073: arch:rv64:c906:demo protect build without the PMP.

2021-03-16 Thread GitBox
acassis merged pull request #3073: URL: https://github.com/apache/incubator-nuttx/pull/3073 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] xiaoxiang781216 opened a new pull request #3075: arch/arm: Fix syscall number out of swi range in thumb mode

2021-03-16 Thread GitBox
xiaoxiang781216 opened a new pull request #3075: URL: https://github.com/apache/incubator-nuttx/pull/3075 ## Summary The immediate number is 8bits in thumb mode: ``` +-+---+ |15 14 13 12 11 10 9 8|7 6 5 4 3 2 1 0| +-+

[GitHub] [incubator-nuttx-apps] Donny9 commented on pull request #612: thttpd: add THTTPD_NFILE_DESCRIPTORS

2021-03-16 Thread GitBox
Donny9 commented on pull request #612: URL: https://github.com/apache/incubator-nuttx-apps/pull/612#issuecomment-800304493 > @xiaoxiang781216 Please do. There are so many such "Mixed case identifier found", Are you sure want to fix them? not just ClientData. Timer, TimerProc,

[GitHub] [incubator-nuttx] acassis merged pull request #3040: riscv/esp32c3: Add ESP32-C3 WLAN netcard driver

2021-03-16 Thread GitBox
acassis merged pull request #3040: URL: https://github.com/apache/incubator-nuttx/pull/3040 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 (b2f5031 -> 458caf2)

2021-03-16 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 b2f5031 xtensa/esp32: Refactor ESP32 WiFi driver to support station and softAP coexistence add 458ca

[GitHub] [incubator-nuttx] acassis merged pull request #2939: xtensa/esp32: Refactor ESP32 WiFi driver to support station and softAP coexistence

2021-03-16 Thread GitBox
acassis merged pull request #2939: URL: https://github.com/apache/incubator-nuttx/pull/2939 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 (5699dd8 -> b2f5031)

2021-03-16 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 5699dd8 boards/raspberrypi-pico: Pico Display Pack (ST7789 LCD) support add b2f5031 xtensa/esp32: R

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #3045: fs: Allocate file/socket dynamically

2021-03-16 Thread GitBox
xiaoxiang781216 commented on a change in pull request #3045: URL: https://github.com/apache/incubator-nuttx/pull/3045#discussion_r595153023 ## File path: sched/Kconfig ## @@ -1058,12 +1058,12 @@ config SDCLONE_DISABLE descriptors by task_create() when a new task is star

[GitHub] [incubator-nuttx] Donny9 commented on a change in pull request #3045: fs: Allocate file/socket dynamically

2021-03-16 Thread GitBox
Donny9 commented on a change in pull request #3045: URL: https://github.com/apache/incubator-nuttx/pull/3045#discussion_r595138068 ## File path: sched/Kconfig ## @@ -1058,12 +1058,12 @@ config SDCLONE_DISABLE descriptors by task_create() when a new task is started. If

[GitHub] [incubator-nuttx-apps] saramonteiro opened a new pull request #615: apps/examples: Adds termios example

2021-03-16 Thread GitBox
saramonteiro opened a new pull request #615: URL: https://github.com/apache/incubator-nuttx-apps/pull/615 ## Summary This example uses the termios interface to reconfigure serial parameters. ## Impact N/A ## Testing Tested in ESP32-C3 devkitc. ![image](http

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #3074: boards/esp32c3-devkit: Use nx_mount to avoid overriding errno

2021-03-16 Thread GitBox
gustavonihei opened a new pull request #3074: URL: https://github.com/apache/incubator-nuttx/pull/3074 ## Summary Change `mount` call to `nx_mount` to not mess with the `errno` value in driver code. ## Impact No impact. ## Testing `esp32c3-devkit:nsh` with CONFIG_FS_T

[GitHub] [incubator-nuttx-apps] saramonteiro opened a new pull request #614: apps/examples/watcher: Fixed an assert failure

2021-03-16 Thread GitBox
saramonteiro opened a new pull request #614: URL: https://github.com/apache/incubator-nuttx-apps/pull/614 ## Summary This PR: 1. Fixes an assert failure that was being caused because the print logs were being done from the ISR context. Now, the ISR only signals a signal handle

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #3070: fs/mmap: Return EACCES for incompatible file descriptors

2021-03-16 Thread GitBox
gustavonihei commented on a change in pull request #3070: URL: https://github.com/apache/incubator-nuttx/pull/3070#discussion_r595114251 ## File path: fs/mmap/fs_mmap.c ## @@ -142,6 +148,30 @@ FAR void *mmap(FAR void *start, size_t length, int prot, int flags, } #endif

[GitHub] [incubator-nuttx-apps] davids5 commented on pull request #612: thttpd: add THTTPD_NFILE_DESCRIPTORS

2021-03-16 Thread GitBox
davids5 commented on pull request #612: URL: https://github.com/apache/incubator-nuttx-apps/pull/612#issuecomment-800210542 @xiaoxiang781216 Please do. This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-nuttx] saramonteiro commented on a change in pull request #2939: xtensa/esp32: Refactor ESP32 WiFi driver to support station and softAP coexistence

2021-03-16 Thread GitBox
saramonteiro commented on a change in pull request #2939: URL: https://github.com/apache/incubator-nuttx/pull/2939#discussion_r595107751 ## File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c ## @@ -638,26 +755,20 @@ static int esp_event_lock(bool lock) static void esp_set_i

[GitHub] [incubator-nuttx] saramonteiro commented on a change in pull request #2939: xtensa/esp32: Refactor ESP32 WiFi driver to support station and softAP coexistence

2021-03-16 Thread GitBox
saramonteiro commented on a change in pull request #2939: URL: https://github.com/apache/incubator-nuttx/pull/2939#discussion_r595107205 ## File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c ## @@ -638,26 +755,20 @@ static int esp_event_lock(bool lock) static void esp_set_i

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #612: thttpd: add THTTPD_NFILE_DESCRIPTORS

2021-03-16 Thread GitBox
xiaoxiang781216 commented on pull request #612: URL: https://github.com/apache/incubator-nuttx-apps/pull/612#issuecomment-800202737 Yes, we can rename it if no objection. This is an automated message from the Apache Git Serv

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #3070: fs/mmap: Return EACCES for incompatible file descriptors

2021-03-16 Thread GitBox
gustavonihei commented on a change in pull request #3070: URL: https://github.com/apache/incubator-nuttx/pull/3070#discussion_r595102512 ## File path: fs/mmap/fs_mmap.c ## @@ -142,6 +148,30 @@ FAR void *mmap(FAR void *start, size_t length, int prot, int flags, } #endif

[GitHub] [incubator-nuttx-apps] davids5 commented on pull request #612: thttpd: add THTTPD_NFILE_DESCRIPTORS

2021-03-16 Thread GitBox
davids5 commented on pull request #612: URL: https://github.com/apache/incubator-nuttx-apps/pull/612#issuecomment-800193265 @xiaoxiang781216 are you asking if you or @Donny9 should fix it? This is an automated message from

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #3070: fs/mmap: Return EACCES for incompatible file descriptors

2021-03-16 Thread GitBox
xiaoxiang781216 commented on a change in pull request #3070: URL: https://github.com/apache/incubator-nuttx/pull/3070#discussion_r595095530 ## File path: fs/mmap/fs_mmap.c ## @@ -142,6 +148,30 @@ FAR void *mmap(FAR void *start, size_t length, int prot, int flags, } #endi

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #612: thttpd: add THTTPD_NFILE_DESCRIPTORS

2021-03-16 Thread GitBox
xiaoxiang781216 commented on pull request #612: URL: https://github.com/apache/incubator-nuttx-apps/pull/612#issuecomment-800189190 It exist for long time, do you want to rename it? This is an automated message from the Apac

[GitHub] [incubator-nuttx] michi-jung commented on a change in pull request #2974: STM32L5 Architecture Support

2021-03-16 Thread GitBox
michi-jung commented on a change in pull request #2974: URL: https://github.com/apache/incubator-nuttx/pull/2974#discussion_r595084262 ## File path: arch/arm/src/stm32l5/hardware/stm32l562xx_pinmap.h ## @@ -0,0 +1,745 @@ +/***

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #2974: STM32L5 Architecture Support

2021-03-16 Thread GitBox
davids5 commented on a change in pull request #2974: URL: https://github.com/apache/incubator-nuttx/pull/2974#discussion_r595083147 ## File path: arch/arm/src/stm32l5/stm32l5_lse.c ## @@ -0,0 +1,166 @@ +/**

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #2974: STM32L5 Architecture Support

2021-03-16 Thread GitBox
davids5 commented on a change in pull request #2974: URL: https://github.com/apache/incubator-nuttx/pull/2974#discussion_r595080968 ## File path: arch/arm/src/stm32l5/hardware/stm32l562xx_pinmap.h ## @@ -0,0 +1,745 @@ +/**

[GitHub] [incubator-nuttx] davids5 commented on pull request #2974: STM32L5 Architecture Support

2021-03-16 Thread GitBox
davids5 commented on pull request #2974: URL: https://github.com/apache/incubator-nuttx/pull/2974#issuecomment-800176312 @michi-jung - the rest of the CI fails are in this PR. One more fixup and force push should do it, Th

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #3070: fs/mmap: Return EACCES for incompatible file descriptors

2021-03-16 Thread GitBox
gustavonihei commented on a change in pull request #3070: URL: https://github.com/apache/incubator-nuttx/pull/3070#discussion_r595071043 ## File path: fs/mmap/fs_mmap.c ## @@ -142,6 +148,30 @@ FAR void *mmap(FAR void *start, size_t length, int prot, int flags, } #endif

[GitHub] [incubator-nuttx-apps] davids5 commented on pull request #612: thttpd: add THTTPD_NFILE_DESCRIPTORS

2021-03-16 Thread GitBox
davids5 commented on pull request #612: URL: https://github.com/apache/incubator-nuttx-apps/pull/612#issuecomment-800172109 > Yes, let ignore it. https://github.com/apache/incubator-nuttx-apps/search?q=ClientData&type=code @xiaoxiang781216 Where is `ClientData` coming in from?

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #3070: fs/mmap: Return EACCES for incompatible file descriptors

2021-03-16 Thread GitBox
gustavonihei commented on a change in pull request #3070: URL: https://github.com/apache/incubator-nuttx/pull/3070#discussion_r595071043 ## File path: fs/mmap/fs_mmap.c ## @@ -142,6 +148,30 @@ FAR void *mmap(FAR void *start, size_t length, int prot, int flags, } #endif

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #3070: fs/mmap: Return EACCES for incompatible file descriptors

2021-03-16 Thread GitBox
gustavonihei commented on a change in pull request #3070: URL: https://github.com/apache/incubator-nuttx/pull/3070#discussion_r595071043 ## File path: fs/mmap/fs_mmap.c ## @@ -142,6 +148,30 @@ FAR void *mmap(FAR void *start, size_t length, int prot, int flags, } #endif

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #3070: fs/mmap: Return EACCES for incompatible file descriptors

2021-03-16 Thread GitBox
gustavonihei commented on a change in pull request #3070: URL: https://github.com/apache/incubator-nuttx/pull/3070#discussion_r595071043 ## File path: fs/mmap/fs_mmap.c ## @@ -142,6 +148,30 @@ FAR void *mmap(FAR void *start, size_t length, int prot, int flags, } #endif

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #3045: fs: Allocate file/socket dynamically

2021-03-16 Thread GitBox
davids5 commented on a change in pull request #3045: URL: https://github.com/apache/incubator-nuttx/pull/3045#discussion_r595064716 ## File path: sched/Kconfig ## @@ -1058,12 +1058,12 @@ config SDCLONE_DISABLE descriptors by task_create() when a new task is started. If

[GitHub] [incubator-nuttx-apps] no1wudi commented on pull request #613: Enhancement of QuickJS

2021-03-16 Thread GitBox
no1wudi commented on pull request #613: URL: https://github.com/apache/incubator-nuttx-apps/pull/613#issuecomment-800147017 > Please fix this warning: > > ``` > apps/interpreters/quickjs/qjsmini.c:2:1: error: Relative file path does not match actual file > ``` > > Other

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #3003: ESP32: Re-organise the different heap regions

2021-03-16 Thread GitBox
Ouss4 commented on pull request #3003: URL: https://github.com/apache/incubator-nuttx/pull/3003#issuecomment-800136105 @masayuki2009 I have seen some instability in QEMU before but I've fixed them, or at least so I thought. This can be another case of the differences in bootloader image

[GitHub] [incubator-nuttx-apps] Donny9 edited a comment on pull request #612: thttpd: add THTTPD_NFILE_DESCRIPTORS

2021-03-16 Thread GitBox
Donny9 edited a comment on pull request #612: URL: https://github.com/apache/incubator-nuttx-apps/pull/612#issuecomment-800080654 ``` ../nuttx/tools/checkpatch.sh -g 5140962436f816cedfe6f9ff57c699e4d027af09..HEAD Error: /home/runner/work/incubator-nuttx-apps/incubator-nuttx-apps/app

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #3045: fs: Allocate file/socket dynamically

2021-03-16 Thread GitBox
xiaoxiang781216 commented on pull request #3045: URL: https://github.com/apache/incubator-nuttx/pull/3045#issuecomment-800131240 depends on https://github.com/apache/incubator-nuttx-apps/pull/612 This is an automated message

  1   2   >