[GitHub] [incubator-nuttx] NicholasChin commented on issue #244: Adds clock config logic and Kconfig menus for FLEXIO on IMXRT

2020-02-10 Thread GitBox
NicholasChin commented on issue #244: Adds clock config logic and Kconfig menus for FLEXIO on IMXRT URL: https://github.com/apache/incubator-nuttx/pull/244#issuecomment-584321096 Hi David, Thanks for the steps. Still getting used to working with with github. My PR is cleaned up and all

[GitHub] [incubator-nuttx-apps] adamfeuer commented on issue #64: apps/examples/tcpblaster: Fix compile errors in loopback mode.

2020-02-10 Thread GitBox
adamfeuer commented on issue #64: apps/examples/tcpblaster: Fix compile errors in loopback mode. URL: https://github.com/apache/incubator-nuttx-apps/pull/64#issuecomment-584348184 @patacongo This works for me. This is an

[GitHub] [incubator-nuttx] adamfeuer commented on issue #247: boards/sim: Add a TCP loopback test.

2020-02-10 Thread GitBox
adamfeuer commented on issue #247: boards/sim: Add a TCP loopback test. URL: https://github.com/apache/incubator-nuttx/pull/247#issuecomment-584348319 @patacongo This works for me. This is an automated message from the

[GitHub] [incubator-nuttx] patacongo opened a new pull request #247: boards/sim: Add a TCP loopback test.

2020-02-10 Thread GitBox
patacongo opened a new pull request #247: boards/sim: Add a TCP loopback test. URL: https://github.com/apache/incubator-nuttx/pull/247 tcploop. This configuration performs a TCP "performance" test using apps/examples/tcpblaster and the IPv6 local loopback device. Performance is in

[GitHub] [incubator-nuttx-apps] patacongo opened a new pull request #64: apps/examples/tcpblaster: Fix compile errors in loopback mode.

2020-02-10 Thread GitBox
patacongo opened a new pull request #64: apps/examples/tcpblaster: Fix compile errors in loopback mode. URL: https://github.com/apache/incubator-nuttx-apps/pull/64 This is an automated message from the Apache Git Service.

[GitHub] [incubator-nuttx-apps] Ouss4 merged pull request #64: apps/examples/tcpblaster: Fix compile errors in loopback mode.

2020-02-10 Thread GitBox
Ouss4 merged pull request #64: apps/examples/tcpblaster: Fix compile errors in loopback mode. URL: https://github.com/apache/incubator-nuttx-apps/pull/64 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-nuttx] Ouss4 merged pull request #247: boards/sim: Add a TCP loopback test.

2020-02-10 Thread GitBox
Ouss4 merged pull request #247: boards/sim: Add a TCP loopback test. URL: https://github.com/apache/incubator-nuttx/pull/247 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #265: mm: Fix memory corruption issues in realloc

2020-02-13 Thread GitBox
patacongo commented on a change in pull request #265: mm: Fix memory corruption issues in realloc URL: https://github.com/apache/incubator-nuttx/pull/265#discussion_r378859739 ## File path: mm/mm_heap/mm_realloc.c ## @@ -213,6 +215,28 @@ FAR void *mm_realloc(FAR struct

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #266: Fix mm for clang

2020-02-13 Thread GitBox
yamt commented on a change in pull request #266: Fix mm for clang URL: https://github.com/apache/incubator-nuttx/pull/266#discussion_r378871429 ## File path: mm/mm_heap/mm_mallinfo.c ## @@ -97,17 +98,29 @@ int mm_mallinfo(FAR struct mm_heap_s *heap, FAR struct mallinfo

[GitHub] [incubator-nuttx] patacongo opened a new pull request #269: mm/: Coding style clean-up

2020-02-13 Thread GitBox
patacongo opened a new pull request #269: mm/: Coding style clean-up URL: https://github.com/apache/incubator-nuttx/pull/269 Run tools/nxstyle against all C files under mm/ and correct coding standard violations. This is an

[GitHub] [incubator-nuttx] patacongo commented on issue #268: to introduce a new function timerfd_settime() and timerfd_gettime()

2020-02-13 Thread GitBox
patacongo commented on issue #268: to introduce a new function timerfd_settime() and timerfd_gettime() URL: https://github.com/apache/incubator-nuttx/issues/268#issuecomment-585757926 I would prefer not. These are non-standard GLIBC functions. NuttX follows the standards defined at

[GitHub] [incubator-nuttx] edbek opened a new issue #268: to introduce a new function timerfd_settime() and timerfd_gettime()

2020-02-13 Thread GitBox
edbek opened a new issue #268: to introduce a new function timerfd_settime() and timerfd_gettime() URL: https://github.com/apache/incubator-nuttx/issues/268 Is it possible to introduce a new function **timerfd_settime** () and **timerfd_gettime** ()?

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #265: mm: Fix memory corruption issues in realloc

2020-02-13 Thread GitBox
patacongo commented on a change in pull request #265: mm: Fix memory corruption issues in realloc URL: https://github.com/apache/incubator-nuttx/pull/265#discussion_r378859408 ## File path: mm/mm_heap/mm_realloc.c ## @@ -213,6 +215,28 @@ FAR void *mm_realloc(FAR struct

[GitHub] [incubator-nuttx] patacongo merged pull request #266: Fix mm for clang

2020-02-13 Thread GitBox
patacongo merged pull request #266: Fix mm for clang URL: https://github.com/apache/incubator-nuttx/pull/266 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #249: Simplify sim net

2020-02-11 Thread GitBox
xiaoxiang781216 commented on issue #249: Simplify sim net URL: https://github.com/apache/incubator-nuttx/pull/249#issuecomment-584966378 @papatience the PR is rebased to the mainline now. This is an automated message from the

[GitHub] [incubator-nuttx] yamt opened a new pull request #251: Fix a typo in Kconfig description

2020-02-11 Thread GitBox
yamt opened a new pull request #251: Fix a typo in Kconfig description URL: https://github.com/apache/incubator-nuttx/pull/251 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #251: Fix a typo in Kconfig description

2020-02-11 Thread GitBox
xiaoxiang781216 merged pull request #251: Fix a typo in Kconfig description URL: https://github.com/apache/incubator-nuttx/pull/251 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #233: boards: sabre-6quad: Add QEMU instructions to README.txt

2020-02-08 Thread GitBox
masayuki2009 opened a new pull request #233: boards: sabre-6quad: Add QEMU instructions to README.txt URL: https://github.com/apache/incubator-nuttx/pull/233 As requested in https://github.com/apache/incubator-nuttx/issues/207, I added QEMU instructions to README.txt. I hope this would

[GitHub] [incubator-nuttx] liuguo09 closed pull request #234: tools/checkpatch.sh: make sure fail get the real return error value

2020-02-08 Thread GitBox
liuguo09 closed pull request #234: tools/checkpatch.sh: make sure fail get the real return error value URL: https://github.com/apache/incubator-nuttx/pull/234 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] Ouss4 merged pull request #232: Kconfig: Fix unmet dependencies on ARCH_PHY_INTERRUPT

2020-02-08 Thread GitBox
Ouss4 merged pull request #232: Kconfig: Fix unmet dependencies on ARCH_PHY_INTERRUPT URL: https://github.com/apache/incubator-nuttx/pull/232 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #60: Ensure all source code end with one and only one newline

2020-02-09 Thread GitBox
xiaoxiang781216 opened a new pull request #60: Ensure all source code end with one and only one newline URL: https://github.com/apache/incubator-nuttx-apps/pull/60 by this command: git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #59: testing/smp: Replace up_cpu_index with sched_getcpu

2020-02-09 Thread GitBox
xiaoxiang781216 opened a new pull request #59: testing/smp: Replace up_cpu_index with sched_getcpu URL: https://github.com/apache/incubator-nuttx-apps/pull/59 Change-Id: Ieb52948ad1266f7168a85e3d17b4c79e7957894c Signed-off-by: Xiang Xiao

[GitHub] [incubator-nuttx] masayuki2009 commented on issue #207: SMP for Cortex-A MPcore is unstable

2020-02-08 Thread GitBox
masayuki2009 commented on issue #207: SMP for Cortex-A MPcore is unstable URL: https://github.com/apache/incubator-nuttx/issues/207#issuecomment-583792173 @xiaoxiang781216 @patacongo I've just sent a PR https://github.com/apache/incubator-nuttx/pull/233

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #235: Fix syscall sched

2020-02-09 Thread GitBox
xiaoxiang781216 opened a new pull request #235: Fix syscall sched URL: https://github.com/apache/incubator-nuttx/pull/235 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #249: Simplify sim net

2020-02-12 Thread GitBox
yamt commented on a change in pull request #249: Simplify sim net URL: https://github.com/apache/incubator-nuttx/pull/249#discussion_r378186607 ## File path: boards/sim/sim/sim/README.txt ## @@ -199,6 +199,16 @@ REVISIT: This may not long be an issue even with NSH because

[GitHub] [incubator-nuttx] yamt opened a new pull request #252: Fix typos in comments

2020-02-12 Thread GitBox
yamt opened a new pull request #252: Fix typos in comments URL: https://github.com/apache/incubator-nuttx/pull/252 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-nuttx] jerpelea merged pull request #252: Fix typos in comments

2020-02-12 Thread GitBox
jerpelea merged pull request #252: Fix typos in comments URL: https://github.com/apache/incubator-nuttx/pull/252 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #270: Small I2C fixups

2020-02-13 Thread GitBox
patacongo commented on a change in pull request #270: Small I2C fixups URL: https://github.com/apache/incubator-nuttx/pull/270#discussion_r378983337 ## File path: drivers/i2c/Kconfig ## @@ -54,3 +50,7 @@ config I2CMULTIPLEXER_PCA9540BDP endmenu # I2C Multiplexer Support

[GitHub] [incubator-nuttx] patacongo commented on issue #270: Small I2C fixups

2020-02-13 Thread GitBox
patacongo commented on issue #270: Small I2C fixups URL: https://github.com/apache/incubator-nuttx/pull/270#issuecomment-585854407 I will close this PR now. If you remove the offending commit, it may be reopened. This is an

[GitHub] [incubator-nuttx] NicholasChin commented on issue #270: Small I2C fixups

2020-02-13 Thread GitBox
NicholasChin commented on issue #270: Small I2C fixups URL: https://github.com/apache/incubator-nuttx/pull/270#issuecomment-585857955 @patacongo ARCH_HAVE_I2CRESET is outside the conditional. However, ARCH_HAVE_I2CRESET MUST come after the conditional. If it does not, I2C config options

[GitHub] [incubator-nuttx] patacongo opened a new pull request #273: net/netlink/netlink_route.c: Fix a typo.

2020-02-13 Thread GitBox
patacongo opened a new pull request #273: net/netlink/netlink_route.c: Fix a typo. URL: https://github.com/apache/incubator-nuttx/pull/273 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx] patacongo opened a new pull request #271: Socket can

2020-02-13 Thread GitBox
patacongo opened a new pull request #271: Socket can URL: https://github.com/apache/incubator-nuttx/pull/271 Initial WIP implementation for the socket layer interface (only) for SocketCAN sockets. This is an automated

[GitHub] [incubator-nuttx] yamt opened a new pull request #272: Sim: loadable module definitions

2020-02-13 Thread GitBox
yamt opened a new pull request #272: Sim: loadable module definitions URL: https://github.com/apache/incubator-nuttx/pull/272 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-nuttx] edbek commented on issue #268: to introduce a new function timerfd_settime() and timerfd_gettime()

2020-02-13 Thread GitBox
edbek commented on issue #268: to introduce a new function timerfd_settime() and timerfd_gettime() URL: https://github.com/apache/incubator-nuttx/issues/268#issuecomment-585833546 I agree ! This is an automated message from

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #270: Small I2C fixups

2020-02-13 Thread GitBox
patacongo commented on a change in pull request #270: Small I2C fixups URL: https://github.com/apache/incubator-nuttx/pull/270#discussion_r378973957 ## File path: drivers/i2c/Kconfig ## @@ -54,3 +50,7 @@ config I2CMULTIPLEXER_PCA9540BDP endmenu # I2C Multiplexer Support

[GitHub] [incubator-nuttx] patacongo commented on issue #270: Small I2C fixups

2020-02-13 Thread GitBox
patacongo commented on issue #270: Small I2C fixups URL: https://github.com/apache/incubator-nuttx/pull/270#issuecomment-585866363 Yes, there is a problem. But your solution is not correct. It is worse. This is an automated

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #272: Sim: loadable module definitions

2020-02-13 Thread GitBox
xiaoxiang781216 commented on a change in pull request #272: Sim: loadable module definitions URL: https://github.com/apache/incubator-nuttx/pull/272#discussion_r379018268 ## File path: boards/sim/sim/sim/configs/cxxtest/Make.defs ## @@ -128,6 +142,7 @@ ifeq

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #272: Sim: loadable module definitions

2020-02-13 Thread GitBox
xiaoxiang781216 commented on a change in pull request #272: Sim: loadable module definitions URL: https://github.com/apache/incubator-nuttx/pull/272#discussion_r379018520 ## File path: boards/sim/sim/sim/configs/nsh2/Make.defs ## @@ -120,6 +134,7 @@ ifeq

[GitHub] [incubator-nuttx] NicholasChin commented on a change in pull request #270: Small I2C fixups

2020-02-13 Thread GitBox
NicholasChin commented on a change in pull request #270: Small I2C fixups URL: https://github.com/apache/incubator-nuttx/pull/270#discussion_r378962319 ## File path: drivers/i2c/Kconfig ## @@ -53,4 +49,8 @@ config I2CMULTIPLEXER_PCA9540BDP endmenu # I2C Multiplexer

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #270: Small I2C fixups

2020-02-13 Thread GitBox
patacongo commented on a change in pull request #270: Small I2C fixups URL: https://github.com/apache/incubator-nuttx/pull/270#discussion_r378996148 ## File path: drivers/i2c/Kconfig ## @@ -54,3 +50,7 @@ config I2CMULTIPLEXER_PCA9540BDP endmenu # I2C Multiplexer Support

[GitHub] [incubator-nuttx] acassis merged pull request #271: Socket can

2020-02-13 Thread GitBox
acassis merged pull request #271: Socket can URL: https://github.com/apache/incubator-nuttx/pull/271 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] patacongo commented on issue #270: Small I2C fixups

2020-02-13 Thread GitBox
patacongo commented on issue #270: Small I2C fixups URL: https://github.com/apache/incubator-nuttx/pull/270#issuecomment-585859504 That does not matter because that option is not visual in the menus. It is a hidden option that can only be selected by architecture code. Certainly that is

[GitHub] [incubator-nuttx] NicholasChin commented on a change in pull request #270: Small I2C fixups

2020-02-13 Thread GitBox
NicholasChin commented on a change in pull request #270: Small I2C fixups URL: https://github.com/apache/incubator-nuttx/pull/270#discussion_r379000645 ## File path: drivers/i2c/Kconfig ## @@ -54,3 +50,7 @@ config I2CMULTIPLEXER_PCA9540BDP endmenu # I2C Multiplexer

[GitHub] [incubator-nuttx] NicholasChin commented on a change in pull request #270: Small I2C fixups

2020-02-13 Thread GitBox
NicholasChin commented on a change in pull request #270: Small I2C fixups URL: https://github.com/apache/incubator-nuttx/pull/270#discussion_r379001861 ## File path: drivers/i2c/Kconfig ## @@ -54,3 +50,7 @@ config I2CMULTIPLEXER_PCA9540BDP endmenu # I2C Multiplexer

[GitHub] [incubator-nuttx] NicholasChin opened a new pull request #270: Small I2C fixups

2020-02-13 Thread GitBox
NicholasChin opened a new pull request #270: Small I2C fixups URL: https://github.com/apache/incubator-nuttx/pull/270 Commit a44fb6e simply switches the place of a symbol so I2C options are nested under "I2C Driver Support" properly. Commit 0ec84b8 is for an issue I was seeing with

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #249: Simplify sim net

2020-02-10 Thread GitBox
xiaoxiang781216 opened a new pull request #249: Simplify sim net URL: https://github.com/apache/incubator-nuttx/pull/249 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] acassis merged pull request #248: Network Loopbacka Driver: Configuration to control packet size

2020-02-10 Thread GitBox
acassis merged pull request #248: Network Loopbacka Driver: Configuration to control packet size URL: https://github.com/apache/incubator-nuttx/pull/248 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-nuttx] patacongo merged pull request #244: Adds clock config logic and Kconfig menus for FLEXIO on IMXRT

2020-02-10 Thread GitBox
patacongo merged pull request #244: Adds clock config logic and Kconfig menus for FLEXIO on IMXRT URL: https://github.com/apache/incubator-nuttx/pull/244 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-nuttx] sgysh opened a new pull request #250: boards: stm32f4discovery: Modify a default path to a romfs image

2020-02-10 Thread GitBox
sgysh opened a new pull request #250: boards: stm32f4discovery: Modify a default path to a romfs image URL: https://github.com/apache/incubator-nuttx/pull/250 Modify a default path to a romfs image because the stm32f4discovery directory has been moved from configs/ to boards/arm/stm32/.

[GitHub] [incubator-nuttx] patacongo opened a new pull request #248: Network Loopbacka Driver: A configuration option to control packet s…

2020-02-10 Thread GitBox
patacongo opened a new pull request #248: Network Loopbacka Driver: A configuration option to control packet s… URL: https://github.com/apache/incubator-nuttx/pull/248 …ize. Historically, the loopback driver used the largest packet size of all enabled link layer protocols. This

[GitHub] [incubator-nuttx] yamt opened a new pull request #253: Fix typos in comments

2020-02-12 Thread GitBox
yamt opened a new pull request #253: Fix typos in comments URL: https://github.com/apache/incubator-nuttx/pull/253 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-nuttx] patacongo commented on issue #207: SMP for Cortex-A MPcore is unstable

2020-02-12 Thread GitBox
patacongo commented on issue #207: SMP for Cortex-A MPcore is unstable URL: https://github.com/apache/incubator-nuttx/issues/207#issuecomment-585253784 I don't see any simple way to implement the first issue you mention, that where g_irqtmp would be invalid in the case of nested

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #207: SMP for Cortex-A MPcore is unstable

2020-02-12 Thread GitBox
patacongo edited a comment on issue #207: SMP for Cortex-A MPcore is unstable URL: https://github.com/apache/incubator-nuttx/issues/207#issuecomment-585253784 I don't see any simple way to implement the first issue you mention, that where g_irqtmp would be invalid in the case of nested

[GitHub] [incubator-nuttx] Ouss4 merged pull request #254: arch/arm/src/armv7-a/arm_vectors.S: Fix clobbered register in SMP mode.

2020-02-12 Thread GitBox
Ouss4 merged pull request #254: arch/arm/src/armv7-a/arm_vectors.S: Fix clobbered register in SMP mode. URL: https://github.com/apache/incubator-nuttx/pull/254 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] yamt commented on issue #210: Reimplement sim uart on top of serial driver framework

2020-02-12 Thread GitBox
yamt commented on issue #210: Reimplement sim uart on top of serial driver framework URL: https://github.com/apache/incubator-nuttx/pull/210#issuecomment-585270761 @xiaoxiang781216 after this change, nuttx sim console stopped working for me. it's on macos. some messages like

[GitHub] [incubator-nuttx] patacongo merged pull request #249: Simplify sim net

2020-02-12 Thread GitBox
patacongo merged pull request #249: Simplify sim net URL: https://github.com/apache/incubator-nuttx/pull/249 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-nuttx] patacongo opened a new pull request #254: arch/arm/src/armv7-a/arm_vectors.S: Fix clobbered register in SMP mode.

2020-02-12 Thread GitBox
patacongo opened a new pull request #254: arch/arm/src/armv7-a/arm_vectors.S: Fix clobbered register in SMP mode. URL: https://github.com/apache/incubator-nuttx/pull/254 This should resolve one of two problems noted by @masayuki2009 in #207

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #249: Simplify sim net

2020-02-12 Thread GitBox
xiaoxiang781216 commented on a change in pull request #249: Simplify sim net URL: https://github.com/apache/incubator-nuttx/pull/249#discussion_r378243489 ## File path: boards/sim/sim/sim/README.txt ## @@ -199,6 +199,16 @@ REVISIT: This may not long be an issue even with

[GitHub] [incubator-nuttx] yamt commented on issue #210: Reimplement sim uart on top of serial driver framework

2020-02-12 Thread GitBox
yamt commented on issue #210: Reimplement sim uart on top of serial driver framework URL: https://github.com/apache/incubator-nuttx/pull/210#issuecomment-585286554 i found i had CONFIG_STDIO_DISABLE_BUFFERING=y in my config. removing it somehow mitigated the issue. but it's still

[GitHub] [incubator-nuttx] jerpelea merged pull request #253: Fix typos in comments

2020-02-12 Thread GitBox
jerpelea merged pull request #253: Fix typos in comments URL: https://github.com/apache/incubator-nuttx/pull/253 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-nuttx] yamt commented on issue #210: Reimplement sim uart on top of serial driver framework

2020-02-12 Thread GitBox
yamt commented on issue #210: Reimplement sim uart on top of serial driver framework URL: https://github.com/apache/incubator-nuttx/pull/210#issuecomment-585297853 here's my config. https://gist.github.com/yamt/b299c2a096bf89d4191db25a90b8fccb i will try linux if i have a chance.

[GitHub] [incubator-nuttx] NicholasChin opened a new pull request #255: IMXRT qencoder and chip Kconfig fixes

2020-02-12 Thread GitBox
NicholasChin opened a new pull request #255: IMXRT qencoder and chip Kconfig fixes URL: https://github.com/apache/incubator-nuttx/pull/255 Both commits pass NX style and have been built with the 1020, 1050, and 1060-evk nsh configs. The Qencoder changes address compiler warnings

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #210: Reimplement sim uart on top of serial driver framework

2020-02-12 Thread GitBox
xiaoxiang781216 commented on issue #210: Reimplement sim uart on top of serial driver framework URL: https://github.com/apache/incubator-nuttx/pull/210#issuecomment-585312812 I can run to nsh as normal with your config on Ubuntu, macOS specific issue? ramdisk_register: buffer:

[GitHub] [incubator-nuttx] raiden00pl opened a new pull request #256: boards/arm/stm32h7/nucleo-h743zi: add pwm example configuration

2020-02-12 Thread GitBox
raiden00pl opened a new pull request #256: boards/arm/stm32h7/nucleo-h743zi: add pwm example configuration URL: https://github.com/apache/incubator-nuttx/pull/256 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #210: Reimplement sim uart on top of serial driver framework

2020-02-12 Thread GitBox
xiaoxiang781216 commented on issue #210: Reimplement sim uart on top of serial driver framework URL: https://github.com/apache/incubator-nuttx/pull/210#issuecomment-585293963 I don't meet this issue before, @yamt could you share your config? or try on Ubuntu, so we can identify where is a

[GitHub] [incubator-nuttx] davids5 merged pull request #255: IMXRT qencoder and chip Kconfig fixes

2020-02-12 Thread GitBox
davids5 merged pull request #255: IMXRT qencoder and chip Kconfig fixes URL: https://github.com/apache/incubator-nuttx/pull/255 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] patacongo merged pull request #256: boards/arm/stm32h7/nucleo-h743zi: add pwm example configuration

2020-02-12 Thread GitBox
patacongo merged pull request #256: boards/arm/stm32h7/nucleo-h743zi: add pwm example configuration URL: https://github.com/apache/incubator-nuttx/pull/256 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #274: Improve sim timer

2020-02-13 Thread GitBox
xiaoxiang781216 opened a new pull request #274: Improve sim timer URL: https://github.com/apache/incubator-nuttx/pull/274 The change include: 1.Implment tickless mode with common code in drivers/timer 2.Sleep with the absolute time to avoid the time drift 3.Add RTC driver to make

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #272: Sim: loadable module definitions

2020-02-13 Thread GitBox
yamt commented on a change in pull request #272: Sim: loadable module definitions URL: https://github.com/apache/incubator-nuttx/pull/272#discussion_r379058589 ## File path: boards/sim/sim/sim/configs/cxxtest/Make.defs ## @@ -128,6 +142,7 @@ ifeq ($(CONFIG_SIM_M32),y)

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #272: Sim: loadable module definitions

2020-02-13 Thread GitBox
yamt commented on a change in pull request #272: Sim: loadable module definitions URL: https://github.com/apache/incubator-nuttx/pull/272#discussion_r379058535 ## File path: boards/sim/sim/sim/configs/cxxtest/Make.defs ## @@ -88,10 +88,24 @@ CXXFLAGS = $(ARCHWARNINGSXX)

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #272: Sim: loadable module definitions

2020-02-13 Thread GitBox
yamt commented on a change in pull request #272: Sim: loadable module definitions URL: https://github.com/apache/incubator-nuttx/pull/272#discussion_r379058763 ## File path: boards/sim/sim/sim/configs/nsh2/Make.defs ## @@ -84,10 +84,24 @@ CXXFLAGS =

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #272: Sim: loadable module definitions

2020-02-13 Thread GitBox
yamt commented on a change in pull request #272: Sim: loadable module definitions URL: https://github.com/apache/incubator-nuttx/pull/272#discussion_r379058649 ## File path: boards/sim/sim/sim/configs/nsh2/Make.defs ## @@ -120,6 +134,7 @@ ifeq ($(CONFIG_SIM_M32),y)

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #274: Improve sim timer

2020-02-13 Thread GitBox
yamt commented on a change in pull request #274: Improve sim timer URL: https://github.com/apache/incubator-nuttx/pull/274#discussion_r379064231 ## File path: arch/sim/src/sim/up_rtc.c ## @@ -0,0 +1,127 @@

[GitHub] [incubator-nuttx] NicholasChin opened a new pull request #275: AT24 EEPROM Increase Polling Retries

2020-02-13 Thread GitBox
NicholasChin opened a new pull request #275: AT24 EEPROM Increase Polling Retries URL: https://github.com/apache/incubator-nuttx/pull/275 I was seeing an issue with my IMXRT platform that uses an AT24 EEPROM. Driver currently polls the AT24 after a write, and knows the write is

[GitHub] [incubator-nuttx] acassis merged pull request #273: net/netlink/netlink_route.c: Fix a typo.

2020-02-13 Thread GitBox
acassis merged pull request #273: net/netlink/netlink_route.c: Fix a typo. URL: https://github.com/apache/incubator-nuttx/pull/273 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-nuttx] liuguo09 opened a new pull request #360: Refine serial driver and console syslog

2020-02-23 Thread GitBox
liuguo09 opened a new pull request #360: Refine serial driver and console syslog URL: https://github.com/apache/incubator-nuttx/pull/360 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] klmchp commented on issue #353: multiple definition of `up_mdelay'

2020-02-23 Thread GitBox
klmchp commented on issue #353: multiple definition of `up_mdelay' URL: https://github.com/apache/incubator-nuttx/issues/353#issuecomment-590076414 @patacongo @xiaoxiang781216 , also find multi definition of up_rtc_getdatetime, up_rtc_settime and so on. I list the code from

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on issue #353: multiple definition of `up_mdelay'

2020-02-23 Thread GitBox
xiaoxiang781216 edited a comment on issue #353: multiple definition of `up_mdelay' URL: https://github.com/apache/incubator-nuttx/issues/353#issuecomment-590082027 > > Not a whole architecture, different chipset in the same architecture can select the different approach because each

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #353: multiple definition of `up_mdelay'

2020-02-23 Thread GitBox
xiaoxiang781216 commented on issue #353: multiple definition of `up_mdelay' URL: https://github.com/apache/incubator-nuttx/issues/353#issuecomment-590082027 > > Not a whole architecture, different chipset in the same architecture can select the different approach because each chipset has

[GitHub] [incubator-nuttx] patacongo commented on issue #353: multiple definition of `up_mdelay'

2020-02-23 Thread GitBox
patacongo commented on issue #353: multiple definition of `up_mdelay' URL: https://github.com/apache/incubator-nuttx/issues/353#issuecomment-590079793 > Not a whole architecture, different chipset in the same architecture can select the different approach because each chipset has own

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #90: Run codespell -w with the latest dictonary again

2020-02-23 Thread GitBox
xiaoxiang781216 opened a new pull request #90: Run codespell -w with the latest dictonary again URL: https://github.com/apache/incubator-nuttx-apps/pull/90 Signed-off-by: Xiang Xiao This is an automated message from the

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #353: multiple definition of `up_mdelay'

2020-02-23 Thread GitBox
xiaoxiang781216 commented on issue #353: multiple definition of `up_mdelay' URL: https://github.com/apache/incubator-nuttx/issues/353#issuecomment-590074752 Not a whole architecture, different chipset in the same architecture can select the different approach because each chipset has own

[GitHub] [incubator-nuttx-apps] patacongo opened a new pull request #91: apps/platform/.gitignore: Add ZDS-II temp files.

2020-02-23 Thread GitBox
patacongo opened a new pull request #91: apps/platform/.gitignore: Add ZDS-II temp files. URL: https://github.com/apache/incubator-nuttx-apps/pull/91 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-nuttx] patacongo merged pull request #360: Refine serial driver and console syslog

2020-02-23 Thread GitBox
patacongo merged pull request #360: Refine serial driver and console syslog URL: https://github.com/apache/incubator-nuttx/pull/360 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #353: multiple definition of `up_mdelay'

2020-02-23 Thread GitBox
xiaoxiang781216 commented on issue #353: multiple definition of `up_mdelay' URL: https://github.com/apache/incubator-nuttx/issues/353#issuecomment-590087053 Ok, maybe it is better to change CONFIG_ARCH_[TIMER|RTC|ALARM] to CONFIG_ARCH_HAVE_[TIMER|RTC|ALARM] without prompt string, than each

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #91: apps/platform/.gitignore: Add ZDS-II temp files.

2020-02-23 Thread GitBox
xiaoxiang781216 merged pull request #91: apps/platform/.gitignore: Add ZDS-II temp files. URL: https://github.com/apache/incubator-nuttx-apps/pull/91 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-nuttx] Ouss4 merged pull request #359: tools/zds/zdsar.c: Correct memory corruption bug

2020-02-23 Thread GitBox
Ouss4 merged pull request #359: tools/zds/zdsar.c: Correct memory corruption bug URL: https://github.com/apache/incubator-nuttx/pull/359 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx-apps] patacongo merged pull request #90: Run codespell -w with the latest dictonary again

2020-02-23 Thread GitBox
patacongo merged pull request #90: Run codespell -w with the latest dictonary again URL: https://github.com/apache/incubator-nuttx-apps/pull/90 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #353: multiple definition of `up_mdelay'

2020-02-23 Thread GitBox
xiaoxiang781216 commented on issue #353: multiple definition of `up_mdelay' URL: https://github.com/apache/incubator-nuttx/issues/353#issuecomment-590080225 > @patacongo @xiaoxiang781216 , also find multi definition of up_rtc_getdatetime, up_rtc_settime and so on. I list the code from

[GitHub] [incubator-nuttx] patacongo commented on issue #353: multiple definition of `up_mdelay'

2020-02-23 Thread GitBox
patacongo commented on issue #353: multiple definition of `up_mdelay' URL: https://github.com/apache/incubator-nuttx/issues/353#issuecomment-590084312 > So you want to add an option to let user select? If they option is available to use, it should be safe and correct for them to

[GitHub] [incubator-nuttx] patacongo commented on issue #353: multiple definition of `up_mdelay'

2020-02-23 Thread GitBox
patacongo commented on issue #353: multiple definition of `up_mdelay' URL: https://github.com/apache/incubator-nuttx/issues/353#issuecomment-590072641 > 1.Remove up_delay.c from your chipset Make.defs directly > 2.Enable CONFIG_ALARM_ARCH in your defconfig That is not a good

[GitHub] [incubator-nuttx-apps] liuguo09 opened a new pull request #93: Remove the additional UNLINKDIR to fix parallel build break

2020-02-24 Thread GitBox
liuguo09 opened a new pull request #93: Remove the additional UNLINKDIR to fix parallel build break URL: https://github.com/apache/incubator-nuttx-apps/pull/93 Remove the additional unlink to fix errors in parallel build as below. cc1: fatal error: ./board/dummy.c: No such file or

[GitHub] [incubator-nuttx] patacongo opened a new pull request #368: ZDS-II Object file relocations

2020-02-24 Thread GitBox
patacongo opened a new pull request #368: ZDS-II Object file relocations URL: https://github.com/apache/incubator-nuttx/pull/368 tools/zds/zdsgen.c: Remove this program. It should have been a simpler way to manage ZDS-II compiler and assember differences. However, the compiler

[GitHub] [incubator-nuttx] acassis merged pull request #368: ZDS-II Object file relocations

2020-02-24 Thread GitBox
acassis merged pull request #368: ZDS-II Object file relocations URL: https://github.com/apache/incubator-nuttx/pull/368 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #372: SAMA5 GMAC driver improvements: prevent txtimeout from always firing and fix txbuffer leak during high-volume sends

2020-02-25 Thread GitBox
xiaoxiang781216 commented on issue #372: SAMA5 GMAC driver improvements: prevent txtimeout from always firing and fix txbuffer leak during high-volume sends URL: https://github.com/apache/incubator-nuttx/pull/372#issuecomment-590931183 > @patacongo @Ouss4 I will run nxstyle and fix the

[GitHub] [incubator-nuttx] adamfeuer commented on issue #372: SAMA5 GMAC driver improvements: prevent txtimeout from always firing and fix txbuffer leak during high-volume sends

2020-02-25 Thread GitBox
adamfeuer commented on issue #372: SAMA5 GMAC driver improvements: prevent txtimeout from always firing and fix txbuffer leak during high-volume sends URL: https://github.com/apache/incubator-nuttx/pull/372#issuecomment-590946294 @xiaoxiang781216 Thanks, I will do that!

[GitHub] [incubator-nuttx] patacongo merged pull request #379: armv7-m: Fix syscall stack alignment

2020-02-25 Thread GitBox
patacongo merged pull request #379: armv7-m: Fix syscall stack alignment URL: https://github.com/apache/incubator-nuttx/pull/379 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #100: Revert "examples: usrsocktest: Fix errors in NoBlockRecv and BlockRec…

2020-02-25 Thread GitBox
xiaoxiang781216 opened a new pull request #100: Revert "examples: usrsocktest: Fix errors in NoBlockRecv and BlockRec… URL: https://github.com/apache/incubator-nuttx-apps/pull/100 …v tests" This reverts commit 10c715d9215a7fbc6bc5000f10169c128af11854.

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on issue #100: Revert "examples: usrsocktest: Fix errors in NoBlockRecv and BlockRec…

2020-02-25 Thread GitBox
xiaoxiang781216 commented on issue #100: Revert "examples: usrsocktest: Fix errors in NoBlockRecv and BlockRec… URL: https://github.com/apache/incubator-nuttx-apps/pull/100#issuecomment-590936787 After these patch in nuttx: https://github.com/apache/incubator-nuttx/pull/378

[GitHub] [incubator-nuttx] patacongo commented on issue #370: net: socket: Introduce net_clear_sinzero()

2020-02-25 Thread GitBox
patacongo commented on issue #370: net: socket: Introduce net_clear_sinzero() URL: https://github.com/apache/incubator-nuttx/pull/370#issuecomment-590961398 > But as long as I checked Linux kernel, it clears in the network stack. Ignorinig the read-only 'const' would be a violation

  1   2   3   4   5   6   7   8   9   10   >