[GitHub] [incubator-nuttx] Ouss4 merged pull request #405: boards/z80/ez80/z20x/README.txt: Update README.

2020-02-29 Thread GitBox
Ouss4 merged pull request #405: boards/z80/ez80/z20x/README.txt: Update README. URL: https://github.com/apache/incubator-nuttx/pull/405 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx-apps] masayuki2009 opened a new pull request #112: testing: ostest: Fix a warning in cond.c for non-SMP configurations.

2020-02-28 Thread GitBox
masayuki2009 opened a new pull request #112: testing: ostest: Fix a warning in cond.c for non-SMP configurations. URL: https://github.com/apache/incubator-nuttx-apps/pull/112 ### Summary - This PR will fix a warning in cond.c for non-SMP configurations. cond.c: In function

[GitHub] [incubator-nuttx] patacongo opened a new pull request #406: eZ80: Fix optimization issues

2020-02-29 Thread GitBox
patacongo opened a new pull request #406: eZ80: Fix optimization issues URL: https://github.com/apache/incubator-nuttx/pull/406 board/z80/ez80/*/scripts/Make.defs: Fix optimization definition use in assembly flags. It was using the compiler optimization settings instead of the

[GitHub] [incubator-nuttx] juniskane commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel

2020-02-27 Thread GitBox
juniskane commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel URL: https://github.com/apache/incubator-nuttx/pull/382#issuecomment-591841994 This works otherwise, but not in the case syslog_file_channel() fails ever, even once. Cannot recover back

[GitHub] [incubator-nuttx] jerpelea merged pull request #388: boards: spresense: Change CONFIG_FAT_MAXFNAME and CONFIG_NAME_MAX

2020-02-26 Thread GitBox
jerpelea merged pull request #388: boards: spresense: Change CONFIG_FAT_MAXFNAME and CONFIG_NAME_MAX URL: https://github.com/apache/incubator-nuttx/pull/388 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel

2020-02-26 Thread GitBox
xiaoxiang781216 commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel URL: https://github.com/apache/incubator-nuttx/pull/382#issuecomment-591810891 > This is completely unacceptable. I have applications that call syslog_file_channel() based on

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel

2020-02-26 Thread GitBox
xiaoxiang781216 commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel URL: https://github.com/apache/incubator-nuttx/pull/382#issuecomment-591832703 @juniskane Ok, the new fix should address your concern, please take a look.

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #389: arch: risc-v: Fix a warning in common/up_exit.c

2020-02-26 Thread GitBox
masayuki2009 opened a new pull request #389: arch: risc-v: Fix a warning in common/up_exit.c URL: https://github.com/apache/incubator-nuttx/pull/389 common/up_exit.c:198:1: warning: 'noreturn' function does return This

[GitHub] [incubator-nuttx] juniskane edited a comment on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel

2020-02-26 Thread GitBox
juniskane edited a comment on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel URL: https://github.com/apache/incubator-nuttx/pull/382#issuecomment-591822072 I see no reason to restrict this to kernel only and that limitation is not in the API documentation.

[GitHub] [incubator-nuttx] juniskane commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel

2020-02-26 Thread GitBox
juniskane commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel URL: https://github.com/apache/incubator-nuttx/pull/382#issuecomment-591822072 I see no reason to restrict this to kernel only and that limitation is not in the API documentation. The

[GitHub] [incubator-nuttx] jerpelea merged pull request #389: arch: risc-v: Fix a warning in common/up_exit.c

2020-02-26 Thread GitBox
jerpelea merged pull request #389: arch: risc-v: Fix a warning in common/up_exit.c URL: https://github.com/apache/incubator-nuttx/pull/389 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] jerpelea merged pull request #390: arch: lc823450: Remove unused variable in lc823450_cpustart.c

2020-02-26 Thread GitBox
jerpelea merged pull request #390: arch: lc823450: Remove unused variable in lc823450_cpustart.c URL: https://github.com/apache/incubator-nuttx/pull/390 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel

2020-02-27 Thread GitBox
xiaoxiang781216 commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel URL: https://github.com/apache/incubator-nuttx/pull/382#issuecomment-591872715 @juniskane syslog_dev_uninitialize shouldn't return error in the 2nd patch if there isn't the

[GitHub] [incubator-nuttx] davids5 opened a new pull request #408: Add USB Device support for i.MX RT

2020-02-29 Thread GitBox
davids5 opened a new pull request #408: Add USB Device support for i.MX RT URL: https://github.com/apache/incubator-nuttx/pull/408 @thomasactia Add USB Device support for i.MX RT Added the nxstlye fix This is an

[GitHub] [incubator-nuttx] acassis commented on issue #402: STM32H7 updates

2020-02-29 Thread GitBox
acassis commented on issue #402: STM32H7 updates URL: https://github.com/apache/incubator-nuttx/pull/402#issuecomment-592958084 I think in this case I shouldn't have squash these commits, because they are not a single logic modification. Sorry Joshua!

[GitHub] [incubator-nuttx] davids5 merged pull request #347: Add USB Device support for i.MX RT

2020-02-29 Thread GitBox
davids5 merged pull request #347: Add USB Device support for i.MX RT URL: https://github.com/apache/incubator-nuttx/pull/347 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-nuttx] davids5 opened a new pull request #407: imxrt:Adds the ability to run from OCRAM

2020-02-29 Thread GitBox
davids5 opened a new pull request #407: imxrt:Adds the ability to run from OCRAM URL: https://github.com/apache/incubator-nuttx/pull/407 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] acassis merged pull request #406: eZ80: Fix optimization issues

2020-02-29 Thread GitBox
acassis merged pull request #406: eZ80: Fix optimization issues URL: https://github.com/apache/incubator-nuttx/pull/406 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] davids5 merged pull request #408: Add USB Device support for i.MX RT

2020-02-29 Thread GitBox
davids5 merged pull request #408: Add USB Device support for i.MX RT URL: https://github.com/apache/incubator-nuttx/pull/408 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 #407: imxrt:Adds the ability to run from OCRAM

2020-02-29 Thread GitBox
patacongo commented on a change in pull request #407: imxrt:Adds the ability to run from OCRAM URL: https://github.com/apache/incubator-nuttx/pull/407#discussion_r386063174 ## File path: boards/arm/imxrt/imxrt1060-evk/scripts/flash.ld ## @@ -0,0 +1,155 @@

[GitHub] [incubator-nuttx] acassis merged pull request #402: STM32H7 updates

2020-02-29 Thread GitBox
acassis merged pull request #402: STM32H7 updates URL: https://github.com/apache/incubator-nuttx/pull/402 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-nuttx] patacongo merged pull request #407: imxrt:Adds the ability to run from OCRAM

2020-03-01 Thread GitBox
patacongo merged pull request #407: imxrt:Adds the ability to run from OCRAM URL: https://github.com/apache/incubator-nuttx/pull/407 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-nuttx] patacongo merged pull request #410: boards/arm/stm32/stm32f4discovery: Fix build errors

2020-03-01 Thread GitBox
patacongo merged pull request #410: boards/arm/stm32/stm32f4discovery: Fix build errors URL: https://github.com/apache/incubator-nuttx/pull/410 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx-apps] liuguo09 closed pull request #65: Initial checkin apps github action CI workflow

2020-03-01 Thread GitBox
liuguo09 closed pull request #65: Initial checkin apps github action CI workflow URL: https://github.com/apache/incubator-nuttx-apps/pull/65 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx-apps] liuguo09 commented on issue #65: Initial checkin apps github action CI workflow

2020-03-01 Thread GitBox
liuguo09 commented on issue #65: Initial checkin apps github action CI workflow URL: https://github.com/apache/incubator-nuttx-apps/pull/65#issuecomment-593093854 It's better close it to ease testing in my fork. I'll reopen the PR ASAP.

[GitHub] [incubator-nuttx] xiaoxiang781216 closed issue #306: Cannot build NuttX with a romfs image

2020-03-01 Thread GitBox
xiaoxiang781216 closed issue #306: Cannot build NuttX with a romfs image URL: https://github.com/apache/incubator-nuttx/issues/306 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-nuttx] sgysh opened a new pull request #410: boards/arm/stm32/stm32f4discovery: Fix build errors

2020-03-01 Thread GitBox
sgysh opened a new pull request #410: boards/arm/stm32/stm32f4discovery: Fix build errors URL: https://github.com/apache/incubator-nuttx/pull/410 Fix an issue #306 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] Ouss4 merged pull request #409: boards/z80/ez80/z20x: Add XTP2046 SPI support.

2020-03-01 Thread GitBox
Ouss4 merged pull request #409: boards/z80/ez80/z20x: Add XTP2046 SPI support. URL: https://github.com/apache/incubator-nuttx/pull/409 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #411: Flat address x86_64 port of Nuttx

2020-03-01 Thread GitBox
patacongo commented on a change in pull request #411: Flat address x86_64 port of Nuttx URL: https://github.com/apache/incubator-nuttx/pull/411#discussion_r386122861 ## File path: arch/x86_64/include/arch.h ## @@ -0,0 +1,92 @@

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #411: Flat address x86_64 port of Nuttx

2020-03-01 Thread GitBox
patacongo commented on a change in pull request #411: Flat address x86_64 port of Nuttx URL: https://github.com/apache/incubator-nuttx/pull/411#discussion_r386123106 ## File path: arch/x86_64/include/arch.h ## @@ -0,0 +1,92 @@

[GitHub] [incubator-nuttx] sonicyang opened a new pull request #411: Flat address x86_64 port of Nuttx

2020-03-01 Thread GitBox
sonicyang opened a new pull request #411: Flat address x86_64 port of Nuttx URL: https://github.com/apache/incubator-nuttx/pull/411 This is a flat address mode port of Nuttx to x86_64. It consists the following features: * Runs in x86_64 long mode. * Configurable SSE/AVX support.

[GitHub] [incubator-nuttx] patacongo opened a new pull request #409: boards/z80/ez80/z20x: Add XTP2046 SPI support.

2020-02-29 Thread GitBox
patacongo opened a new pull request #409: boards/z80/ez80/z20x: Add XTP2046 SPI support. URL: https://github.com/apache/incubator-nuttx/pull/409 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #407: imxrt:Adds the ability to run from OCRAM

2020-02-29 Thread GitBox
patacongo commented on a change in pull request #407: imxrt:Adds the ability to run from OCRAM URL: https://github.com/apache/incubator-nuttx/pull/407#discussion_r386063174 ## File path: boards/arm/imxrt/imxrt1060-evk/scripts/flash.ld ## @@ -0,0 +1,155 @@

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #407: imxrt:Adds the ability to run from OCRAM

2020-02-29 Thread GitBox
patacongo commented on a change in pull request #407: imxrt:Adds the ability to run from OCRAM URL: https://github.com/apache/incubator-nuttx/pull/407#discussion_r386063174 ## File path: boards/arm/imxrt/imxrt1060-evk/scripts/flash.ld ## @@ -0,0 +1,155 @@

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #407: imxrt:Adds the ability to run from OCRAM

2020-02-29 Thread GitBox
patacongo commented on a change in pull request #407: imxrt:Adds the ability to run from OCRAM URL: https://github.com/apache/incubator-nuttx/pull/407#discussion_r386063224 ## File path: boards/arm/imxrt/imxrt1060-evk/scripts/flash.ld ## @@ -0,0 +1,155 @@

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #412: NFS bug fix and improvement

2020-03-01 Thread GitBox
xiaoxiang781216 opened a new pull request #412: NFS bug fix and improvement URL: https://github.com/apache/incubator-nuttx/pull/412 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-nuttx] patacongo merged pull request #412: NFS bug fix and improvement

2020-03-01 Thread GitBox
patacongo merged pull request #412: NFS bug fix and improvement URL: https://github.com/apache/incubator-nuttx/pull/412 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #134: sim/netdev: dependens on LPWORK by default

2020-01-20 Thread GitBox
xiaoxiang781216 opened a new pull request #134: sim/netdev: dependens on LPWORK by default URL: https://github.com/apache/incubator-nuttx/pull/134 Change-Id: Ic2d42d29fc84bef1cc279ef443897d5191888e72 Signed-off-by: chao.an

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #133: wqueue/notifier: update the work notifier usage

2020-01-20 Thread GitBox
xiaoxiang781216 opened a new pull request #133: wqueue/notifier: update the work notifier usage URL: https://github.com/apache/incubator-nuttx/pull/133 usage changed after commit 90c52e6f8f7efce97ac718c0f98addc13ec880d2 Change-Id: Ifb0d739b046a6794b5b3ac177f489fb9a1c5c799

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #135: libs/MT: correct the dependents path

2020-01-20 Thread GitBox
xiaoxiang781216 opened a new pull request #135: libs/MT: correct the dependents path URL: https://github.com/apache/incubator-nuttx/pull/135 Change-Id: Ie2a3af4f532f07612d68d3a1bf1353cdb44a0a67 Signed-off-by: chao.an

[GitHub] [incubator-nuttx-apps] masayuki2009 opened a new pull request #25: apps: gs2200m: Remove unnecessary usleep() to improve throughput

2020-01-20 Thread GitBox
masayuki2009 opened a new pull request #25: apps: gs2200m: Remove unnecessary usleep() to improve throughput URL: https://github.com/apache/incubator-nuttx-apps/pull/25 ### Summary - Removed unnecessary usleep() in gs2200m_main.c to improve throughput. ### Impact - All

[GitHub] [incubator-nuttx-apps] jerpelea merged pull request #25: apps: gs2200m: Remove unnecessary usleep() to improve throughput

2020-01-20 Thread GitBox
jerpelea merged pull request #25: apps: gs2200m: Remove unnecessary usleep() to improve throughput URL: https://github.com/apache/incubator-nuttx-apps/pull/25 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] jerpelea merged pull request #133: wqueue/notifier: update the work notifier usage

2020-01-20 Thread GitBox
jerpelea merged pull request #133: wqueue/notifier: update the work notifier usage URL: https://github.com/apache/incubator-nuttx/pull/133 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] jerpelea merged pull request #134: sim/netdev: dependens on LPWORK by default

2020-01-20 Thread GitBox
jerpelea merged pull request #134: sim/netdev: dependens on LPWORK by default URL: https://github.com/apache/incubator-nuttx/pull/134 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] Ouss4 commented on issue #132: Fix some build issues when CONFIG_PWM_PULSECOUNT is enabled.

2020-01-21 Thread GitBox
Ouss4 commented on issue #132: Fix some build issues when CONFIG_PWM_PULSECOUNT is enabled. URL: https://github.com/apache/incubator-nuttx/pull/132#issuecomment-576577558 @xiaoxiang781216 I believe the change got incorporated: 3054ade Probably Alan pulled from Daniel's fork and cherry

[GitHub] [incubator-nuttx] fenconsultants opened a new issue #136: Hard fault in networking stack.

2020-01-21 Thread GitBox
fenconsultants opened a new issue #136: Hard fault in networking stack. URL: https://github.com/apache/incubator-nuttx/issues/136 Running the uIP based web server on an STM32F4 with Ethernet connection, I get errors and eventually a hard fault provoked by loading multiple pages (opening

[GitHub] [incubator-nuttx] xiaoxiang781216 closed pull request #135: libs/MT: correct the dependents path

2020-01-21 Thread GitBox
xiaoxiang781216 closed pull request #135: libs/MT: correct the dependents path URL: https://github.com/apache/incubator-nuttx/pull/135 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #135: libs/MT: correct the dependents path

2020-01-21 Thread GitBox
xiaoxiang781216 opened a new pull request #135: libs/MT: correct the dependents path URL: https://github.com/apache/incubator-nuttx/pull/135 Change-Id: Ie2a3af4f532f07612d68d3a1bf1353cdb44a0a67 Signed-off-by: chao.an

[GitHub] [incubator-nuttx] acassis closed pull request #132: Fix some build issues when CONFIG_PWM_PULSECOUNT is enabled.

2020-01-21 Thread GitBox
acassis closed pull request #132: Fix some build issues when CONFIG_PWM_PULSECOUNT is enabled. URL: https://github.com/apache/incubator-nuttx/pull/132 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-nuttx] acassis commented on issue #132: Fix some build issues when CONFIG_PWM_PULSECOUNT is enabled.

2020-01-21 Thread GitBox
acassis commented on issue #132: Fix some build issues when CONFIG_PWM_PULSECOUNT is enabled. URL: https://github.com/apache/incubator-nuttx/pull/132#issuecomment-576633985 Yes, I already applied it. So, let's to close. Next PR with issues I will left open and ask the submitter to try

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #137: arch: cxd56xx: Fix hardfault when accessing to uSD card

2020-01-21 Thread GitBox
masayuki2009 opened a new pull request #137: arch: cxd56xx: Fix hardfault when accessing to uSD card URL: https://github.com/apache/incubator-nuttx/pull/137 ### Summary - Fix hardfault when accessing to uSD card. This bug had been introduced in recent refactoring. ### Impact

[GitHub] [incubator-nuttx] liuguo09 opened a new pull request #138: mips/scripts: add pinguino-debug.ld for mips boards

2020-01-21 Thread GitBox
liuguo09 opened a new pull request #138: mips/scripts: add pinguino-debug.ld for mips boards URL: https://github.com/apache/incubator-nuttx/pull/138 Add pinguino-debug.ld for mips boards to fix build break under PINGUINO gcc toolchain. All pinguino-debug.ld copy from the original

[GitHub] [incubator-nuttx] Ouss4 merged pull request #138: mips/scripts: add pinguino-debug.ld for mips boards

2020-01-21 Thread GitBox
Ouss4 merged pull request #138: mips/scripts: add pinguino-debug.ld for mips boards URL: https://github.com/apache/incubator-nuttx/pull/138 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx] patacongo commented on issue #135: libs/MT: correct the dependents path

2020-01-21 Thread GitBox
patacongo commented on issue #135: libs/MT: correct the dependents path URL: https://github.com/apache/incubator-nuttx/pull/135#issuecomment-576684394 I believe that this change applies to mm/Makefile too, right? This is

[GitHub] [incubator-nuttx] patacongo merged pull request #135: libs/MT: correct the dependents path

2020-01-21 Thread GitBox
patacongo merged pull request #135: libs/MT: correct the dependents path URL: https://github.com/apache/incubator-nuttx/pull/135 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #135: libs/MT: correct the dependents path

2020-01-21 Thread GitBox
xiaoxiang781216 commented on issue #135: libs/MT: correct the dependents path URL: https://github.com/apache/incubator-nuttx/pull/135#issuecomment-576686368 > I believe that this change applies to mm/Makefile too, right? Yes, we need fix the similar place if lib doesn't generate in

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on issue #135: libs/MT: correct the dependents path

2020-01-21 Thread GitBox
xiaoxiang781216 edited a comment on issue #135: libs/MT: correct the dependents path URL: https://github.com/apache/incubator-nuttx/pull/135#issuecomment-576686368 > I believe that this change applies to mm/Makefile too, right? Yes, we need fix the similar place if lib doesn't

[GitHub] [incubator-nuttx] patacongo commented on issue #135: libs/MT: correct the dependents path

2020-01-21 Thread GitBox
patacongo commented on issue #135: libs/MT: correct the dependents path URL: https://github.com/apache/incubator-nuttx/pull/135#issuecomment-576688812 I will make those extensions. I have wondered for a long time why the dependencies were not working correctly in these directories, but I

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #140: Refine inet layout, no function change

2020-01-21 Thread GitBox
xiaoxiang781216 opened a new pull request #140: Refine inet layout, no function change URL: https://github.com/apache/incubator-nuttx/pull/140 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #140: Refine inet layout, no function change

2020-01-21 Thread GitBox
patacongo commented on a change in pull request #140: Refine inet layout, no function change URL: https://github.com/apache/incubator-nuttx/pull/140#discussion_r369020977 ## File path: net/tcp/tcp_close.c ## @@ -38,69 +38,41 @@

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #140: Refine inet layout, no function change

2020-01-21 Thread GitBox
patacongo commented on a change in pull request #140: Refine inet layout, no function change URL: https://github.com/apache/incubator-nuttx/pull/140#discussion_r369021467 ## File path: net/tcp/tcp_close.c ## @@ -38,69 +38,41 @@

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #140: Refine inet layout, no function change

2020-01-21 Thread GitBox
patacongo commented on a change in pull request #140: Refine inet layout, no function change URL: https://github.com/apache/incubator-nuttx/pull/140#discussion_r369021467 ## File path: net/tcp/tcp_close.c ## @@ -38,69 +38,41 @@

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #141: make/distclean: unlink the dir after subdir clean

2020-01-21 Thread GitBox
xiaoxiang781216 opened a new pull request #141: make/distclean: unlink the dir after subdir clean URL: https://github.com/apache/incubator-nuttx/pull/141 Ensure the linked dir can be clean complete in multi-job case Change-Id: Ie8c0b29ece1f727fd93f2e640c3f1cc7876a358b

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #140: Refine inet layout, no function change

2020-01-21 Thread GitBox
xiaoxiang781216 commented on a change in pull request #140: Refine inet layout, no function change URL: https://github.com/apache/incubator-nuttx/pull/140#discussion_r369023963 ## File path: net/tcp/tcp_close.c ## @@ -38,69 +38,41 @@

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #140: Refine inet layout, no function change

2020-01-21 Thread GitBox
xiaoxiang781216 commented on a change in pull request #140: Refine inet layout, no function change URL: https://github.com/apache/incubator-nuttx/pull/140#discussion_r369026279 ## File path: net/tcp/tcp_close.c ## @@ -38,69 +38,41 @@

[GitHub] [incubator-nuttx] patacongo merged pull request #140: Refine inet layout, no function change

2020-01-21 Thread GitBox
patacongo merged pull request #140: Refine inet layout, no function change URL: https://github.com/apache/incubator-nuttx/pull/140 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-nuttx] Ouss4 merged pull request #139: sim/x64: enable cxx new long

2020-01-21 Thread GitBox
Ouss4 merged pull request #139: sim/x64: enable cxx new long URL: https://github.com/apache/incubator-nuttx/pull/139 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] patacongo merged pull request #141: make/distclean: unlink the dir after subdir clean

2020-01-21 Thread GitBox
patacongo merged pull request #141: make/distclean: unlink the dir after subdir clean URL: https://github.com/apache/incubator-nuttx/pull/141 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx-apps] Ouss4 merged pull request #26: examples/posix_spawn: update dependency to fix parallel build break

2020-01-21 Thread GitBox
Ouss4 merged pull request #26: examples/posix_spawn: update dependency to fix parallel build break URL: https://github.com/apache/incubator-nuttx-apps/pull/26 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx-apps] liuguo09 opened a new pull request #27: Makefile: Fix more warning: jobserver unavailable: using -j1. Add '+'…

2020-01-21 Thread GitBox
liuguo09 opened a new pull request #27: Makefile: Fix more warning: jobserver unavailable: using -j1. Add '+'… URL: https://github.com/apache/incubator-nuttx-apps/pull/27 … to parent make rule. Signed-off-by: liuhaitao

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #142: Enhance the syntax of testlist-file for testbuild.sh

2020-01-21 Thread GitBox
xiaoxiang781216 opened a new pull request #142: Enhance the syntax of testlist-file for testbuild.sh URL: https://github.com/apache/incubator-nuttx/pull/142 1.Scan the folder under nuttx/boards by prefix / 2.Skip the specified configuration by prefix - Change-Id:

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #142: Enhance the syntax of testlist-file for testbuild.sh

2020-01-21 Thread GitBox
xiaoxiang781216 commented on issue #142: Enhance the syntax of testlist-file for testbuild.sh URL: https://github.com/apache/incubator-nuttx/pull/142#issuecomment-576765955 This patch could simplify the nightly testilist-file very much, e.g.: /arm, CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on issue #142: Enhance the syntax of testlist-file for testbuild.sh

2020-01-21 Thread GitBox
xiaoxiang781216 edited a comment on issue #142: Enhance the syntax of testlist-file for testbuild.sh URL: https://github.com/apache/incubator-nuttx/pull/142#issuecomment-576765955 This patch could simplify the nightly testilist-file very much, e.g.: /arm,

[GitHub] [incubator-nuttx] acassis merged pull request #142: Enhance the syntax of testlist-file for testbuild.sh

2020-01-21 Thread GitBox
acassis merged pull request #142: Enhance the syntax of testlist-file for testbuild.sh URL: https://github.com/apache/incubator-nuttx/pull/142 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx-apps] Ouss4 merged pull request #27: Makefile: Fix more warning: jobserver unavailable: using -j1. Add '+'…

2020-01-21 Thread GitBox
Ouss4 merged pull request #27: Makefile: Fix more warning: jobserver unavailable: using -j1. Add '+'… URL: https://github.com/apache/incubator-nuttx-apps/pull/27 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] acassis commented on issue #136: Hard fault in networking stack.

2020-01-21 Thread GitBox
acassis commented on issue #136: Hard fault in networking stack. URL: https://github.com/apache/incubator-nuttx/issues/136#issuecomment-576780072 Hi, try to increase the CONFIG_IOB_NBUFFERS and CONFIG_IOB_NCHAINS and let us know if it helped.

[GitHub] [incubator-nuttx] patacongo commented on issue #136: Hard fault in networking stack.

2020-01-21 Thread GitBox
patacongo commented on issue #136: Hard fault in networking stack. URL: https://github.com/apache/incubator-nuttx/issues/136#issuecomment-576787858 "R15 is inside _net_timedwait and R14 is inside nxsem_wait." That is the classic example of memory corruption. That usually occurs because

[GitHub] [incubator-nuttx] fenconsultants commented on issue #136: Hard fault in networking stack.

2020-01-21 Thread GitBox
fenconsultants commented on issue #136: Hard fault in networking stack. URL: https://github.com/apache/incubator-nuttx/issues/136#issuecomment-576808928 I guess I shouldn't look at bugs before having my coffee. PC and LR clearly make no sense in that order. I'll colour the stacks, check

[GitHub] [incubator-nuttx] patacongo commented on issue #136: Hard fault in networking stack.

2020-01-21 Thread GitBox
patacongo commented on issue #136: Hard fault in networking stack. URL: https://github.com/apache/incubator-nuttx/issues/136#issuecomment-576810092 I assumed that you just reversed them. They do make perfect sense in the opposite order.

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #136: Hard fault in networking stack.

2020-01-21 Thread GitBox
patacongo edited a comment on issue #136: Hard fault in networking stack. URL: https://github.com/apache/incubator-nuttx/issues/136#issuecomment-576810092 I assumed that you just reversed them. They do make perfect sense in the opposite order. But if the stack was corrupted when

[GitHub] [incubator-nuttx] yamt commented on issue #375: Fix make target dependencies

2020-03-03 Thread GitBox
yamt commented on issue #375: Fix make target dependencies URL: https://github.com/apache/incubator-nuttx/pull/375#issuecomment-594341270 @xiaoxiang781216 which regression? This is an automated message from the Apache Git

[GitHub] [incubator-nuttx] liuguo09 opened a new pull request #426: boards/x86_64: correct qemu intel64 Kconfig path to fix build break

2020-03-03 Thread GitBox
liuguo09 opened a new pull request #426: boards/x86_64: correct qemu intel64 Kconfig path to fix build break URL: https://github.com/apache/incubator-nuttx/pull/426 Correct qemu intel64 Kconfig path to fix 'make olddefconfig' failed. Signed-off-by: liuhaitao

[GitHub] [incubator-nuttx] yamt commented on issue #426: boards/x86_64: correct qemu intel64 Kconfig path to fix build break

2020-03-03 Thread GitBox
yamt commented on issue #426: boards/x86_64: correct qemu intel64 Kconfig path to fix build break URL: https://github.com/apache/incubator-nuttx/pull/426#issuecomment-594347096 lgtm This is an automated message from the

[GitHub] [incubator-nuttx] liuguo09 opened a new pull request #427: arch/x86_64: fix two typo errors to pass build

2020-03-03 Thread GitBox
liuguo09 opened a new pull request #427: arch/x86_64: fix two typo errors to pass build URL: https://github.com/apache/incubator-nuttx/pull/427 Signed-off-by: liuhaitao This is an automated message from the Apache Git

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #427: arch/x86_64: fix two typo errors to pass build

2020-03-03 Thread GitBox
xiaoxiang781216 merged pull request #427: arch/x86_64: fix two typo errors to pass build URL: https://github.com/apache/incubator-nuttx/pull/427 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #428: arch: esp32: Fix compile error with xtensa-esp32-elf-gcc 8.2.0

2020-03-04 Thread GitBox
masayuki2009 opened a new pull request #428: arch: esp32: Fix compile error with xtensa-esp32-elf-gcc 8.2.0 URL: https://github.com/apache/incubator-nuttx/pull/428 ### Summary - Multiple attributes must be separated by commas. - This PR fixes compile error with

[GitHub] [incubator-nuttx] maht opened a new pull request #437: Support to run NuttX on ESP32 QEMU

2020-03-05 Thread GitBox
maht opened a new pull request #437: Support to run NuttX on ESP32 QEMU URL: https://github.com/apache/incubator-nuttx/pull/437 Some code changes to allow setup a build and run environment to for ESP32 QEMU. It has code to setup the ESP-IDF and QEMU and compile some dependencies

[GitHub] [incubator-nuttx] maht edited a comment on issue #413: esp32-core: Fix BOARD_CLOCK_FREQUENCY

2020-03-05 Thread GitBox
maht edited a comment on issue #413: esp32-core: Fix BOARD_CLOCK_FREQUENCY URL: https://github.com/apache/incubator-nuttx/pull/413#issuecomment-595210004 @MasayukiIshikawa > Hi, @yamt > > > Tested on qemu. > > Could you tell us how to run nuttx for esp32 with qemu?

[GitHub] [incubator-nuttx] maht commented on issue #413: esp32-core: Fix BOARD_CLOCK_FREQUENCY

2020-03-05 Thread GitBox
maht commented on issue #413: esp32-core: Fix BOARD_CLOCK_FREQUENCY URL: https://github.com/apache/incubator-nuttx/pull/413#issuecomment-595210004 > Hi, @yamt > > > Tested on qemu. > > Could you tell us how to run nuttx for esp32 with qemu? > I'm happy if you update

[GitHub] [incubator-nuttx] liuguo09 commented on issue #261: Initial checkin nuttx github action CI workflow

2020-03-05 Thread GitBox
liuguo09 commented on issue #261: Initial checkin nuttx github action CI workflow URL: https://github.com/apache/incubator-nuttx/pull/261#issuecomment-595212019 > @liuguo09 - Nice! > > What % of board configs are being built (n of N)? Now support the following arch:

[GitHub] [incubator-nuttx] patacongo opened a new issue #438: drivers/video/isx012.c: Make forbidden calls into CXD56xx code

2020-03-05 Thread GitBox
patacongo opened a new issue #438: drivers/video/isx012.c: Make forbidden calls into CXD56xx code URL: https://github.com/apache/incubator-nuttx/issues/438 Common drivers must never call directly in architecture specific code. That is FORBIDDEN. The driver at

[GitHub] [incubator-nuttx] patacongo opened a new issue #439: Video: Correct use of global variable

2020-03-05 Thread GitBox
patacongo opened a new issue #439: Video: Correct use of global variable URL: https://github.com/apache/incubator-nuttx/issues/439 Reported to me via email: The v4l2-like layer (video.c) uses a global variable inappropriately. A global variable is used instead of creating a

[GitHub] [incubator-nuttx] jerpelea commented on issue #438: drivers/video/isx012.c: Make forbidden calls into CXD56xx code

2020-03-05 Thread GitBox
jerpelea commented on issue #438: drivers/video/isx012.c: Make forbidden calls into CXD56xx code URL: https://github.com/apache/incubator-nuttx/issues/438#issuecomment-595243736 I am looking into it ASAP This is an

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #261: Initial checkin nuttx github action CI workflow

2020-03-05 Thread GitBox
xiaoxiang781216 commented on issue #261: Initial checkin nuttx github action CI workflow URL: https://github.com/apache/incubator-nuttx/pull/261#issuecomment-595245087 > > What is the limit on jobs? Are we there yet? > > For github action free version, there are 20 jobs upper limit.

[GitHub] [incubator-nuttx] patacongo commented on issue #438: drivers/video/isx012.c: Make forbidden calls into CXD56xx code

2020-03-05 Thread GitBox
patacongo commented on issue #438: drivers/video/isx012.c: Make forbidden calls into CXD56xx code URL: https://github.com/apache/incubator-nuttx/issues/438#issuecomment-595245383 This was reported to me in a personal email from the same person that reported Issue #439.

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #437: Support to run NuttX on ESP32 QEMU

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #437: Support to run NuttX on ESP32 QEMU URL: https://github.com/apache/incubator-nuttx/pull/437#discussion_r388314188 ## File path: tools/Makefile.unix ## @@ -501,6 +501,23 @@ ifeq ($(CONFIG_UBOOT_UIMAGE),y)

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #437: Support to run NuttX on ESP32 QEMU

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #437: Support to run NuttX on ESP32 QEMU URL: https://github.com/apache/incubator-nuttx/pull/437#discussion_r388314566 ## File path: tools/Makefile.unix ## @@ -501,6 +501,23 @@ ifeq ($(CONFIG_UBOOT_UIMAGE),y)

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #437: Support to run NuttX on ESP32 QEMU

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #437: Support to run NuttX on ESP32 QEMU URL: https://github.com/apache/incubator-nuttx/pull/437#discussion_r388317267 ## File path: tools/Makefile.unix ## @@ -501,6 +501,23 @@ ifeq ($(CONFIG_UBOOT_UIMAGE),y)

[GitHub] [incubator-nuttx] liuguo09 opened a new pull request #429: arch/x86: correct typo error to fix x86 boards build break

2020-03-04 Thread GitBox
liuguo09 opened a new pull request #429: arch/x86: correct typo error to fix x86 boards build break URL: https://github.com/apache/incubator-nuttx/pull/429 Signed-off-by: liuhaitao This is an automated message from the

[GitHub] [incubator-nuttx] patacongo opened a new pull request #431: include/nuttx/cache.h: Fix a copy-paste error.

2020-03-04 Thread GitBox
patacongo opened a new pull request #431: include/nuttx/cache.h: Fix a copy-paste error. URL: https://github.com/apache/incubator-nuttx/pull/431 This is an automated message from the Apache Git Service. To respond to the

<    1   2   3   4   5   6   7   8   9   10   >