[GitHub] [incubator-nuttx] yamt commented on a change in pull request #1852: sysconf: add _SC_PAGESIZE sysconf support

2020-09-30 Thread GitBox
yamt commented on a change in pull request #1852: URL: https://github.com/apache/incubator-nuttx/pull/1852#discussion_r497987561 ## File path: libs/libc/unistd/lib_sysconf.c ## @@ -241,6 +241,14 @@ long sysconf(int name) return 1; #endif + case _SC_PAGESIZE:

[GitHub] [incubator-nuttx] patacongo commented on pull request #1924: Allows network monitoring (apps repo) using polling

2020-09-30 Thread GitBox
patacongo commented on pull request #1924: URL: https://github.com/apache/incubator-nuttx/pull/1924#issuecomment-701881718 > > > LGTM. @patacongo do you have more comment? No, I have nothing to add. This is an

[GitHub] [incubator-nuttx-apps] patacongo commented on pull request #415: Network Monitor: Runtime selection of DHCP/Static IP with fall back set by fsutil/ipcfg and a polled mode for HW lacking a PHY

2020-09-30 Thread GitBox
patacongo commented on pull request #415: URL: https://github.com/apache/incubator-nuttx-apps/pull/415#issuecomment-701881429 @antmerlino Anthony, your reviewed and approved the previous iteration this PR, can you extend that to this updated version?

[GitHub] [incubator-nuttx-apps] patacongo commented on a change in pull request #415: Network Monitor: Runtime selection of DHCP/Static IP with fall back set by fsutil/ipcfg and a polled mode for HW l

2020-09-30 Thread GitBox
patacongo commented on a change in pull request #415: URL: https://github.com/apache/incubator-nuttx-apps/pull/415#discussion_r497980975 ## File path: netutils/netinit/netinit.c ## @@ -1,9 +1,10 @@ /

[GitHub] [incubator-nuttx-apps] yamt commented on pull request #333: webclient improvements

2020-09-30 Thread GitBox
yamt commented on pull request #333: URL: https://github.com/apache/incubator-nuttx-apps/pull/333#issuecomment-701877486 @xiaoxiang781216 i plan to remove wget/wget_base. but not in this PR. This is an automated message

[GitHub] [incubator-nuttx] yamt commented on pull request #1927: sim: Add free and some other symbols to nuttx-names.in

2020-09-30 Thread GitBox
yamt commented on pull request #1927: URL: https://github.com/apache/incubator-nuttx/pull/1927#issuecomment-701875999 @xiaoxiang781216 i added some more symbols. please recheck. This is an automated message from the Apache

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #413: Add renesas precheck

2020-09-30 Thread GitBox
xiaoxiang781216 merged pull request #413: URL: https://github.com/apache/incubator-nuttx-apps/pull/413 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: Add renesas precheck

2020-09-30 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 07f2318 Add renesas precheck

[incubator-nuttx] branch master updated: tiva: Fix nxstyle warnings

2020-09-30 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 4ac2c73 tiva: Fix nxstyle warnings

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #1925: tiva: Fix nxstyle warnings

2020-09-30 Thread GitBox
xiaoxiang781216 merged pull request #1925: URL: https://github.com/apache/incubator-nuttx/pull/1925 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] xiaoxiang781216 merged pull request #1914: arch/sim: Make the SIGUSR1 host signal use the NuttX irq logic

2020-09-30 Thread GitBox
xiaoxiang781216 merged pull request #1914: URL: https://github.com/apache/incubator-nuttx/pull/1914 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] branch master updated: arch/sim: Make the SIGUSR1 host signal to use the NuttX irq logic

2020-09-30 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 d6210fc arch/sim: Make the SIGUSR1

[GitHub] [incubator-nuttx] yamt opened a new pull request #1927: sim: Add free to nuttx-names.in

2020-09-30 Thread GitBox
yamt opened a new pull request #1927: URL: https://github.com/apache/incubator-nuttx/pull/1927 Used by arch/sim/src/sim/vpnkit/negotiate.c ## Summary ## Impact ## Testing tested with sim on macOS locally

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #1926: boards: spresense: Add CONFIG_USERMAIN_STACKSIZE=3072 to wifi/defconfig

2020-09-30 Thread GitBox
masayuki2009 commented on pull request #1926: URL: https://github.com/apache/incubator-nuttx/pull/1926#issuecomment-701824018 @jerpelea This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx] v01d commented on issue #1474: BLE Link Layer and nRF52 implementation (WIP)

2020-09-30 Thread GitBox
v01d commented on issue #1474: URL: https://github.com/apache/incubator-nuttx/issues/1474#issuecomment-701821417 Oof... took some work and fixing some very subtle bugs but I made it work, I can retrieve the GATT characteristics of the GATT server which runs in nimBLE example app, yay!

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #1926: boards: spresense: Add CONFIG_USERMAIN_STACKSIZE=3072 to wifi/defconfig

2020-09-30 Thread GitBox
masayuki2009 opened a new pull request #1926: URL: https://github.com/apache/incubator-nuttx/pull/1926 ## Summary - I noticed that stack for the init task was filled almost 100% - This commit fixes this issue ## Impact - Affects spresense:wifi configuration only

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #1921: fs: Skip the enumeration of root directory in foreach_inode

2020-09-30 Thread GitBox
masayuki2009 commented on pull request #1921: URL: https://github.com/apache/incubator-nuttx/pull/1921#issuecomment-701686170 @xiaoxiang781216 Thanks for the fix, it woks now. This is an automated message from

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #1912: Fix up_interrupt_context() for SMP

2020-09-30 Thread GitBox
masayuki2009 commented on pull request #1912: URL: https://github.com/apache/incubator-nuttx/pull/1912#issuecomment-701685887 @patacongo Thanks for adding the comments. This is an automated message from the

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #1925: tiva: Fix nxstyle warnings

2020-09-30 Thread GitBox
hartmannathan opened a new pull request #1925: URL: https://github.com/apache/incubator-nuttx/pull/1925 ## Summary arch/arm/src/tiva/tm4c/tm4c129_sysctrl.c: * Fix nxstyle warnings. No functional changes. arch/arm/src/tiva/tm4c/tm4c_gpio.c: * Fix nxstyle

[incubator-nuttx-apps] branch master updated (39a1950 -> ff866b9)

2020-09-30 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. from 39a1950 wgetjson: Fix a super confusing printf message new 16dc854 fsutils:ipcfg Add extern 'C'

[incubator-nuttx-apps] 03/03: fsutils:ipcfg Fix fd propagation as return value in bin mode

2020-09-30 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit ff866b95272c7ad39e34658b16495567c4befff4 Author: David Sidrane AuthorDate: Wed Sep 30 12:11:56 2020 -0700

[incubator-nuttx-apps] 02/03: fsutils:ipcfg Fix range checking for PRTOCOL in bin mode

2020-09-30 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit 17c34df3b944f65cbc3d1071e61b245f363621bf Author: David Sidrane AuthorDate: Wed Sep 30 12:10:09 2020 -0700

[GitHub] [incubator-nuttx-apps] patacongo merged pull request #414: fsutils/ipcfg fixes

2020-09-30 Thread GitBox
patacongo merged pull request #414: URL: https://github.com/apache/incubator-nuttx-apps/pull/414 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-apps] 01/03: fsutils:ipcfg Add extern 'C' under cpp

2020-09-30 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit 16dc85417b04b4b4ffe8a5e151c35f6fc2fe286f Author: David Sidrane AuthorDate: Wed Sep 30 12:08:45 2020 -0700

[GitHub] [incubator-nuttx-apps] davids5 commented on pull request #415: Network Monitor: Runtime selection of DHCP/Static IP with fall back set by fsutil/ipcfg and a polled mode for HW lacking a PHY i

2020-09-30 Thread GitBox
davids5 commented on pull request #415: URL: https://github.com/apache/incubator-nuttx-apps/pull/415#issuecomment-701607578 > @davids5 should we keep the first two patches which isn't related to boardctrl? @xiaoxiang781216 Done and using ipcfg.

[GitHub] [incubator-nuttx-apps] davids5 commented on a change in pull request #414: fsutils/ipcfg fixes

2020-09-30 Thread GitBox
davids5 commented on a change in pull request #414: URL: https://github.com/apache/incubator-nuttx-apps/pull/414#discussion_r497759329 ## File path: fsutils/ipcfg/ipcfg.c ## @@ -220,11 +218,14 @@ static int ipcfg_open(FAR const char *netdev, int oflags, mode_t mode) if

[GitHub] [incubator-nuttx] davids5 commented on pull request #1924: Allows network monitoring (apps repo) using polling

2020-09-30 Thread GitBox
davids5 commented on pull request #1924: URL: https://github.com/apache/incubator-nuttx/pull/1924#issuecomment-701604548 > @davids5 I think the first two patches are reasonable, could you remove the last one? @xiaoxiang781216 Done!

[GitHub] [incubator-nuttx-apps] davids5 opened a new pull request #415: Network Monitor: Runtime selection of DHCP/Static IP with fall back set by fsutil/ipcfg and a polled mode for HW lacking a PHY i

2020-09-30 Thread GitBox
davids5 opened a new pull request #415: URL: https://github.com/apache/incubator-nuttx-apps/pull/415 ## Summary Sister to https://github.com/apache/incubator-nuttx/pull/1924 - **merge this APP pr second**. **Please merge** https://github.com/apache/incubator-nuttx/pull/1924

[GitHub] [incubator-nuttx-apps] patacongo commented on a change in pull request #414: fsutils/ipcfg fixes

2020-09-30 Thread GitBox
patacongo commented on a change in pull request #414: URL: https://github.com/apache/incubator-nuttx-apps/pull/414#discussion_r497756163 ## File path: fsutils/ipcfg/ipcfg.c ## @@ -220,11 +218,14 @@ static int ipcfg_open(FAR const char *netdev, int oflags, mode_t mode) if

[GitHub] [incubator-nuttx-apps] patacongo commented on a change in pull request #414: fsutils/ipcfg fixes

2020-09-30 Thread GitBox
patacongo commented on a change in pull request #414: URL: https://github.com/apache/incubator-nuttx-apps/pull/414#discussion_r497753919 ## File path: fsutils/ipcfg/ipcfg.c ## @@ -220,11 +218,14 @@ static int ipcfg_open(FAR const char *netdev, int oflags, mode_t mode) if

[GitHub] [incubator-nuttx] davids5 opened a new pull request #1924: Allows network monitoring (apps repo) using polling

2020-09-30 Thread GitBox
davids5 opened a new pull request #1924: URL: https://github.com/apache/incubator-nuttx/pull/1924 ## Summary ### Low level Net Monitor Polling Sister PR to ... Not all boards have an interrupt line from the phy to the Soc. This commit allows the phy to be polled for

[GitHub] [incubator-nuttx-apps] davids5 opened a new pull request #414: fsutils/ipcfg fixes

2020-09-30 Thread GitBox
davids5 opened a new pull request #414: URL: https://github.com/apache/incubator-nuttx-apps/pull/414 ## Summary 1. fsutils:ipcfg Add extern 'C' under cpp 2. fsutils:ipcfg Fix range checking for PRTOCOL in bin mode 3. fsutils:ipcfg Fix fd propagation as return value in bin mode

[GitHub] [incubator-nuttx] acassis commented on issue #1474: BLE Link Layer and nRF52 implementation (WIP)

2020-09-30 Thread GitBox
acassis commented on issue #1474: URL: https://github.com/apache/incubator-nuttx/issues/1474#issuecomment-701528017 Good question @v01d! Because the ESP32 BLE registers are not public I think they are using the IDF library to create this nimBLE port.

[GitHub] [incubator-nuttx] acassis commented on issue #1474: BLE Link Layer and nRF52 implementation (WIP)

2020-09-30 Thread GitBox
acassis commented on issue #1474: URL: https://github.com/apache/incubator-nuttx/issues/1474#issuecomment-701527471 Thank you @btashton and @v01d for this explanation. Yes, the ESP nimBLE port is based on FreeRTOS used on IDF. I think it will be necessary to create a similar HCI for

[GitHub] [incubator-nuttx] v01d commented on issue #1474: BLE Link Layer and nRF52 implementation (WIP)

2020-09-30 Thread GitBox
v01d commented on issue #1474: URL: https://github.com/apache/incubator-nuttx/issues/1474#issuecomment-701519640 > From what I see in that fork on nimBLE, espressif added a porting layer which is based on freeRTOS and gluing their custom HCI api to handle HCI commands from nimBLE. If you

[GitHub] [incubator-nuttx] v01d commented on issue #1474: BLE Link Layer and nRF52 implementation (WIP)

2020-09-30 Thread GitBox
v01d commented on issue #1474: URL: https://github.com/apache/incubator-nuttx/issues/1474#issuecomment-701516232 @acassis this will probably only usable with nimBLE so to test it will probably better to wait we can get this in as well From what I see in that fork on nimBLE,

[incubator-nuttx] branch master updated: arch/xtensa: Fix some typos and correct some comments.

2020-09-30 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 769d68a arch/xtensa: Fix some typos

[GitHub] [incubator-nuttx] acassis merged pull request #1923: arch/xtensa: Fix some typos and correct some comments.

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

[GitHub] [incubator-nuttx] btashton commented on issue #1474: BLE Link Layer and nRF52 implementation (WIP)

2020-09-30 Thread GitBox
btashton commented on issue #1474: URL: https://github.com/apache/incubator-nuttx/issues/1474#issuecomment-701509542 Alan this is the low level link layer which is device specific. The to integrate the ESP you will need to create the HCI abstraction. This i believe is implemented in the

[GitHub] [incubator-nuttx] jerpelea commented on pull request #1923: arch/xtensa: Fix some typos and correct some comments.

2020-09-30 Thread GitBox
jerpelea commented on pull request #1923: URL: https://github.com/apache/incubator-nuttx/pull/1923#issuecomment-701503190 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] acassis commented on issue #1474: BLE Link Layer and nRF52 implementation (WIP)

2020-09-30 Thread GitBox
acassis commented on issue #1474: URL: https://github.com/apache/incubator-nuttx/issues/1474#issuecomment-701502816 Hi @v01d nice to hear you are getting it to work. If you want me to test it please let me know, probably we will need it to add support to ESP32 BLE on NuttX. There is a

[GitHub] [incubator-nuttx] v01d commented on issue #1474: BLE Link Layer and nRF52 implementation (WIP)

2020-09-30 Thread GitBox
v01d commented on issue #1474: URL: https://github.com/apache/incubator-nuttx/issues/1474#issuecomment-701479827 Ok, I have worked hard on this the last few days and managed to get it closer to a working solution. I have to complete the implementation of some necessary control commands

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #1923: arch/xtensa: Fix some typos and correct some comments.

2020-09-30 Thread GitBox
Ouss4 opened a new pull request #1923: URL: https://github.com/apache/incubator-nuttx/pull/1923 ## Summary Fixing trivial typos while browsing the code. ## Impact N/A ## Testing N/A This is an

[incubator-nuttx] branch master updated (22b837f -> 9142dee)

2020-09-30 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 22b837f arch/sim/src/nuttx-names.in: fix sim crash in Cygwin platform add bbc6571 arch: arm: Fix

[incubator-nuttx] branch master updated (22b837f -> 9142dee)

2020-09-30 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 22b837f arch/sim/src/nuttx-names.in: fix sim crash in Cygwin platform add bbc6571 arch: arm: Fix

[incubator-nuttx] branch master updated (22b837f -> 9142dee)

2020-09-30 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 22b837f arch/sim/src/nuttx-names.in: fix sim crash in Cygwin platform add bbc6571 arch: arm: Fix

[GitHub] [incubator-nuttx] patacongo merged pull request #1912: Fix up_interrupt_context() for SMP

2020-09-30 Thread GitBox
patacongo merged pull request #1912: URL: https://github.com/apache/incubator-nuttx/pull/1912 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] patacongo commented on a change in pull request #1912: Fix up_interrupt_context() for SMP

2020-09-30 Thread GitBox
patacongo commented on a change in pull request #1912: URL: https://github.com/apache/incubator-nuttx/pull/1912#discussion_r497551864 ## File path: arch/arm/src/common/arm_interruptcontext.c ## @@ -59,5 +59,15 @@ bool up_interrupt_context(void) { - return CURRENT_REGS !=

[incubator-nuttx] branch master updated (c18e7bb -> 22b837f)

2020-09-30 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from c18e7bb nrf52_lowputc.c: fix compilation error for nrf52832 which has limited baud rate support add

[GitHub] [incubator-nuttx] patacongo closed issue #1918: Simulator Broken Under Cygwin

2020-09-30 Thread GitBox
patacongo closed issue #1918: URL: https://github.com/apache/incubator-nuttx/issues/1918 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] patacongo merged pull request #1919: arch/sim/src/nuttx-names.in: fix sim crash in Cygwin platform

2020-09-30 Thread GitBox
patacongo merged pull request #1919: URL: https://github.com/apache/incubator-nuttx/pull/1919 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] patacongo commented on a change in pull request #1912: Fix up_interrupt_context() for SMP

2020-09-30 Thread GitBox
patacongo commented on a change in pull request #1912: URL: https://github.com/apache/incubator-nuttx/pull/1912#discussion_r497538032 ## File path: arch/arm/src/common/arm_interruptcontext.c ## @@ -59,5 +59,15 @@ bool up_interrupt_context(void) { - return CURRENT_REGS !=

[GitHub] [incubator-nuttx] masayuki2009 commented on a change in pull request #1912: Fix up_interrupt_context() for SMP

2020-09-30 Thread GitBox
masayuki2009 commented on a change in pull request #1912: URL: https://github.com/apache/incubator-nuttx/pull/1912#discussion_r497532181 ## File path: arch/arm/src/common/arm_interruptcontext.c ## @@ -59,5 +59,15 @@ bool up_interrupt_context(void) { - return CURRENT_REGS

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #1912: Fix up_interrupt_context() for SMP

2020-09-30 Thread GitBox
patacongo commented on a change in pull request #1912: URL: https://github.com/apache/incubator-nuttx/pull/1912#discussion_r497531294 ## File path: arch/arm/src/common/arm_interruptcontext.c ## @@ -59,5 +59,15 @@ bool up_interrupt_context(void) { - return CURRENT_REGS !=

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #1912: Fix up_interrupt_context() for SMP

2020-09-30 Thread GitBox
patacongo commented on a change in pull request #1912: URL: https://github.com/apache/incubator-nuttx/pull/1912#discussion_r497528189 ## File path: arch/arm/src/common/arm_interruptcontext.c ## @@ -59,5 +59,15 @@ bool up_interrupt_context(void) { - return CURRENT_REGS !=

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #1912: Fix up_interrupt_context() for SMP

2020-09-30 Thread GitBox
patacongo commented on a change in pull request #1912: URL: https://github.com/apache/incubator-nuttx/pull/1912#discussion_r497528189 ## File path: arch/arm/src/common/arm_interruptcontext.c ## @@ -59,5 +59,15 @@ bool up_interrupt_context(void) { - return CURRENT_REGS !=

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #1922: sched: nxtask_start should call entry point directly for kernel thread

2020-09-30 Thread GitBox
xiaoxiang781216 commented on pull request #1922: URL: https://github.com/apache/incubator-nuttx/pull/1922#issuecomment-701372155 > I don't think that this change is going into the right direction since we will see more and more SMP capable HW @jerpelea could you give more info? This

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #1922: sched: nxtask_start should call entry point directly for kernel thread

2020-09-30 Thread GitBox
davids5 commented on a change in pull request #1922: URL: https://github.com/apache/incubator-nuttx/pull/1922#discussion_r497481819 ## File path: sched/task/task_start.c ## @@ -134,18 +134,18 @@ void nxtask_start(void) * we have to switch to user-mode before calling the

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1922: sched: nxtask_start should call entry point directly for kernel thread

2020-09-30 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1922: URL: https://github.com/apache/incubator-nuttx/pull/1922#discussion_r497479084 ## File path: sched/task/task_start.c ## @@ -134,18 +134,18 @@ void nxtask_start(void) * we have to switch to user-mode before

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1377: Add task trace support

2020-09-30 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1377: URL: https://github.com/apache/incubator-nuttx/pull/1377#discussion_r497448048 ## File path: sched/sched/sched_note.c ## @@ -528,16 +646,12 @@ void sched_note_syscall_enter(int nr, int argc, ...) struct

[incubator-nuttx] 03/03: nrf52_lowputc.c: fix compilation error for nrf52832 which has limited baud rate support

2020-09-30 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 c18e7bb42265c6c40c0b1ab10cd913a08c43dff0 Author: raiden00pl AuthorDate: Tue Sep 29 17:53:15 2020 +0200

[incubator-nuttx] 01/03: nrf52: add serial termios support

2020-09-30 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 35a5036e32743da23f7dec2200beb9beeca161a6 Author: raiden00pl AuthorDate: Wed Sep 16 10:18:36 2020 +0200

[incubator-nuttx] branch master updated (b422f49 -> c18e7bb)

2020-09-30 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 b422f49 fs: Skip the enumeration of root directory in foreach_inode new 35a5036 nrf52: add serial

[GitHub] [incubator-nuttx] acassis merged pull request #1915: nrf52: add serial termios support

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

[incubator-nuttx] 02/03: nrf52_serial.c: fix unused wariable warning

2020-09-30 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 4da122b8d41dd5ddb0f206b5d5e796167d71b1d5 Author: raiden00pl AuthorDate: Tue Sep 29 16:48:27 2020 +0200

[GitHub] [incubator-nuttx] v01d commented on pull request #1893: xtensa/esp32: Add ESP32 WiFi adapter and driver

2020-09-30 Thread GitBox
v01d commented on pull request #1893: URL: https://github.com/apache/incubator-nuttx/pull/1893#issuecomment-701341136 > > I only added comments to some simple things because I cannot really review the actual contents of this PR since I'm not familiar with WiFi code in NuttX. However, I

[GitHub] [incubator-nuttx] v01d commented on pull request #1893: xtensa/esp32: Add ESP32 WiFi adapter and driver

2020-09-30 Thread GitBox
v01d commented on pull request #1893: URL: https://github.com/apache/incubator-nuttx/pull/1893#issuecomment-701340554 > I think that it is better to separate the firmware download from the build process and even store it on our git in a common firmware folder > > What for you think

[GitHub] [incubator-nuttx] sebastianene07 commented on a change in pull request #1914: arch/sim: Make the SIGUSR1 host signal use the NuttX irq logic

2020-09-30 Thread GitBox
sebastianene07 commented on a change in pull request #1914: URL: https://github.com/apache/incubator-nuttx/pull/1914#discussion_r497446987 ## File path: arch/sim/src/sim/up_internal.h ## @@ -242,6 +242,7 @@ void sim_cpu0_start(void); void up_cpu_started(void); int

[GitHub] [incubator-nuttx] sebastianene07 commented on a change in pull request #1914: arch/sim: Make the SIGUSR1 host signal use the NuttX irq logic

2020-09-30 Thread GitBox
sebastianene07 commented on a change in pull request #1914: URL: https://github.com/apache/incubator-nuttx/pull/1914#discussion_r497445915 ## File path: arch/sim/src/sim/up_simsmp.c ## @@ -93,6 +93,8 @@ void sched_note_cpu_pause(struct tcb_s *tcb, int cpu); void

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #1922: sched: nxtask_start should call entry point directly for kernel thread

2020-09-30 Thread GitBox
davids5 commented on a change in pull request #1922: URL: https://github.com/apache/incubator-nuttx/pull/1922#discussion_r497407154 ## File path: sched/task/task_start.c ## @@ -134,18 +134,18 @@ void nxtask_start(void) * we have to switch to user-mode before calling the

[GitHub] [incubator-nuttx] jerpelea merged pull request #1921: fs: Skip the enumeration of root directory in foreach_inode

2020-09-30 Thread GitBox
jerpelea merged pull request #1921: URL: https://github.com/apache/incubator-nuttx/pull/1921 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

[incubator-nuttx] branch master updated (73f0530 -> b422f49)

2020-09-30 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 73f0530 Add Renesas pre-check add b422f49 fs: Skip the enumeration of root directory in

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #1922: sched: nxtask_start should call entry point directly for kernel thread

2020-09-30 Thread GitBox
xiaoxiang781216 opened a new pull request #1922: URL: https://github.com/apache/incubator-nuttx/pull/1922 ## Summary since nxtask_startup will initialize c++ global variables which shouldn't be done inside the kernel thread ## Impact ## Testing

[incubator-nuttx] branch master updated (cdd111a -> 73f0530)

2020-09-30 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 cdd111a Update to avoid divide by zero issue for RX65N add 73f0530 Add Renesas pre-check No new

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #1920: Add Renesas pre-check

2020-09-30 Thread GitBox
xiaoxiang781216 merged pull request #1920: URL: https://github.com/apache/incubator-nuttx/pull/1920 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] Bhindhiya opened a new pull request #413: Add renesas precheck

2020-09-30 Thread GitBox
Bhindhiya opened a new pull request #413: URL: https://github.com/apache/incubator-nuttx-apps/pull/413 ## Summary Add Renesas precheck for RX65N-GRROSE and RX65N-RSK2MB ## Impact ## Testing This is an

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #1921: fs: Skip the enumeration of root directory in foreach_inode

2020-09-30 Thread GitBox
xiaoxiang781216 opened a new pull request #1921: URL: https://github.com/apache/incubator-nuttx/pull/1921 ## Summary ensure the behaviour same before: commit b76c4672d64d226e6ea5c44fa7d3b95e2df8482c (origin/root) Author: Xiang Xiao Date: Tue Sep 15 17:42:42 2020 +0800

[GitHub] [incubator-nuttx] jerpelea commented on pull request #1912: Fix up_interrupt_context() for SMP

2020-09-30 Thread GitBox
jerpelea commented on pull request #1912: URL: https://github.com/apache/incubator-nuttx/pull/1912#issuecomment-701264896 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] Bhindhiya opened a new pull request #1920: Add Renesas pre-check

2020-09-30 Thread GitBox
Bhindhiya opened a new pull request #1920: URL: https://github.com/apache/incubator-nuttx/pull/1920 ## Summary Add Renesas pre-check for RX65N-GRROSE and RX65N-RSK2MB. ## Impact ## Testing This is an

[GitHub] [incubator-nuttx] masayuki2009 commented on a change in pull request #1912: Fix up_interrupt_context() for SMP

2020-09-30 Thread GitBox
masayuki2009 commented on a change in pull request #1912: URL: https://github.com/apache/incubator-nuttx/pull/1912#discussion_r497354379 ## File path: arch/arm/src/common/arm_interruptcontext.c ## @@ -59,5 +59,15 @@ bool up_interrupt_context(void) { - return CURRENT_REGS

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #1805: vfs: Create a node as the root of pseudo file system

2020-09-30 Thread GitBox
xiaoxiang781216 commented on pull request #1805: URL: https://github.com/apache/incubator-nuttx/pull/1805#issuecomment-701251153 I am looking this, please wait a moment. This is an automated message from the Apache Git

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1914: arch/sim: Make the SIGUSR1 host signal use the NuttX irq logic

2020-09-30 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1914: URL: https://github.com/apache/incubator-nuttx/pull/1914#discussion_r497224582 ## File path: arch/sim/src/sim/up_simsmp.c ## @@ -93,6 +93,8 @@ void sched_note_cpu_pause(struct tcb_s *tcb, int cpu); void

[GitHub] [incubator-nuttx] GUIDINGLI commented on pull request #1919: arch/sim/src/nuttx-names.in: fix sim crash in Cygwin platform

2020-09-30 Thread GitBox
GUIDINGLI commented on pull request #1919: URL: https://github.com/apache/incubator-nuttx/pull/1919#issuecomment-701234911 @gregory-nutt Please have a try. This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] GUIDINGLI opened a new pull request #1919: arch/sim/src/nuttx-names.in: fix sim crash in Cygwin platform

2020-09-30 Thread GitBox
GUIDINGLI opened a new pull request #1919: URL: https://github.com/apache/incubator-nuttx/pull/1919 ## Summary arch/sim/src/nuttx-names.in: fix sim crash in Cygwin platform This fixed https://github.com/apache/incubator-nuttx/issues/1918 Reason: Cygwin will call

[GitHub] [incubator-nuttx] jerpelea commented on pull request #1893: xtensa/esp32: Add ESP32 WiFi adapter and driver

2020-09-30 Thread GitBox
jerpelea commented on pull request #1893: URL: https://github.com/apache/incubator-nuttx/pull/1893#issuecomment-701233658 I think that it is better to separate the firmware download from the build process and even store it on our git in a common firmware folder What for you think ?

[GitHub] [incubator-nuttx-apps] yamt commented on pull request #333: webclient improvements

2020-09-30 Thread GitBox
yamt commented on pull request #333: URL: https://github.com/apache/incubator-nuttx-apps/pull/333#issuecomment-701217543 I adapted all users of wget/wget_post in the tree to the new api. This is an automated message from

[GitHub] [incubator-nuttx-apps] yamt commented on pull request #333: webclient improvements

2020-09-30 Thread GitBox
yamt commented on pull request #333: URL: https://github.com/apache/incubator-nuttx-apps/pull/333#issuecomment-701217278 the following nxstyle complaints are expected. (cJSON) examples/wgetjson/wgetjson_main.c:184:2: error: Mixed case identifier found

[incubator-nuttx-apps] 04/04: wgetjson: Fix a super confusing printf message

2020-09-30 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit 39a1950098b331c5a2c203431ffc26f276274863 Author: YAMAMOTO Takashi AuthorDate: Tue Sep 29 16:40:53 2020

[incubator-nuttx-apps] branch master updated (5e1ba40 -> 39a1950)

2020-09-30 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. from 5e1ba40 Add IPv4 Configuration File Access Helper new b78370d webclient: move

[incubator-nuttx-apps] 02/04: examples/wgetjson/Kconfig: fix a typo

2020-09-30 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit b5d7004a8d069db616c9bc95890ce19ff5ab834f Author: YAMAMOTO Takashi AuthorDate: Tue Sep 29 16:13:01 2020

[GitHub] [incubator-nuttx-apps] jerpelea merged pull request #411: wgetjson fixes

2020-09-30 Thread GitBox
jerpelea merged pull request #411: URL: https://github.com/apache/incubator-nuttx-apps/pull/411 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-apps] 01/04: webclient: move WGET_USE_URLENCODE definiton to the header

2020-09-30 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit b78370dbf2475e3ce31dc93d703dc704e32e34a1 Author: YAMAMOTO Takashi AuthorDate: Tue Sep 29 16:56:56 2020

[incubator-nuttx-apps] 03/04: wgetjson_json_item_scan: fix a NULL dereference

2020-09-30 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit b05a1f61e2fcc4238acea345d94c5abc6dc93b1b Author: YAMAMOTO Takashi AuthorDate: Tue Sep 29 16:37:18 2020