[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1321: libuv: Fix queue.h conflict with nuttx verson

2022-09-25 Thread GitBox
xiaoxiang781216 commented on PR #1321: URL: https://github.com/apache/incubator-nuttx-apps/pull/1321#issuecomment-1257169222 > @xiaoxiang781216 I think that you need to generate patch with `--no-renames` option to get `patch` correctly interpreted on MAC Done. -- This is an automa

[GitHub] [incubator-nuttx] anchao opened a new pull request, #7181: compiler.h: add MSVC(Microsoft Visual C++)-specific definitions

2022-09-25 Thread GitBox
anchao opened a new pull request, #7181: URL: https://github.com/apache/incubator-nuttx/pull/7181 ## Summary compiler.h: add MSVC(Microsoft Visual C++)-specific definitions Signed-off-by: chao an ## Impact N/A ## Testing cmake + sim/windows --

[GitHub] [incubator-nuttx] anchao opened a new pull request, #7182: sim/windows: add more net configs

2022-09-25 Thread GitBox
anchao opened a new pull request, #7182: URL: https://github.com/apache/incubator-nuttx/pull/7182 ## Summary sim/windows: add more net configs ![img_v2_dd34a4b3-c263-4c32-b95f-9eeed7e0c62l](https://user-images.githubusercontent.com/758493/192143088-b1015df0-176f-4d7d-ad46-a

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #6318: sched/semaphore: fix priority boost restoration for priority inheritance

2022-09-25 Thread GitBox
hartmannathan commented on PR #6318: URL: https://github.com/apache/incubator-nuttx/pull/6318#issuecomment-1257186809 Checking right now... -- 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 go to the spe

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1321: libuv: Fix queue.h conflict with nuttx verson

2022-09-25 Thread GitBox
xiaoxiang781216 commented on PR #1321: URL: https://github.com/apache/incubator-nuttx-apps/pull/1321#issuecomment-1257189289 @pkarashchenko it's pass ci now, could you merge this patch to unblock https://github.com/apache/incubator-nuttx/pull/6987 and https://github.com/apache/incubator-nu

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #6318: sched/semaphore: fix priority boost restoration for priority inheritance

2022-09-25 Thread GitBox
hartmannathan commented on PR #6318: URL: https://github.com/apache/incubator-nuttx/pull/6318#issuecomment-1257190633 No joy. :-( This still gets a hardfault on `b-g474e-dpow1:ostest` (`CONFIG_PRIORITY_INHERITANCE=y` needs to be enabled manually). Log: ``` user_main:

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #6318: sched/semaphore: fix priority boost restoration for priority inheritance

2022-09-25 Thread GitBox
hartmannathan commented on PR #6318: URL: https://github.com/apache/incubator-nuttx/pull/6318#issuecomment-1257190965 By the way, how many `CONFIG_SEM_PREALLOCHOLDERS` "Number of pre-allocated holders" are you using? (I used the default of 8.) -- This is an automated message from the Apac

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #6318: sched/semaphore: fix priority boost restoration for priority inheritance

2022-09-25 Thread GitBox
pkarashchenko commented on PR #6318: URL: https://github.com/apache/incubator-nuttx/pull/6318#issuecomment-1257195775 I use default. Unfortunately I do not have the same bord as you. I just got stm32f4 based board, but need to solder UART pins. Will test with that board on upcoming week.

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on pull request #1321: libuv: Fix queue.h conflict with nuttx verson

2022-09-25 Thread GitBox
pkarashchenko commented on PR #1321: URL: https://github.com/apache/incubator-nuttx-apps/pull/1321#issuecomment-1257196138 What about my comment in https://github.com/apache/incubator-nuttx/pull/6987 ? Maybe we can move nuttx specific queue.h instead? -- This is an automated message from

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #6318: sched/semaphore: fix priority boost restoration for priority inheritance

2022-09-25 Thread GitBox
hartmannathan commented on PR #6318: URL: https://github.com/apache/incubator-nuttx/pull/6318#issuecomment-1257196243 Sadly, no joy with `tm4c129e-launchpad:ostest` (+ `CONFIG_PRIORITY_INHERITANCE=y` added manually) either. Although `b-g474e-dpow1` is STM32 and `tm4c129e-launchpad` is

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7181: compiler.h: add MSVC(Microsoft Visual C++)-specific definitions

2022-09-25 Thread GitBox
pkarashchenko commented on code in PR #7181: URL: https://github.com/apache/incubator-nuttx/pull/7181#discussion_r979408698 ## include/nuttx/compiler.h: ## @@ -745,6 +745,69 @@ # define no_builtin(n) +/* MSVC(Microsoft Visual C++)-specific definitions *

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #6318: sched/semaphore: fix priority boost restoration for priority inheritance

2022-09-25 Thread GitBox
hartmannathan commented on PR #6318: URL: https://github.com/apache/incubator-nuttx/pull/6318#issuecomment-1257196601 When you test with stm32f4, if the test passes, it will be a good idea to compare defconfig and see if there are any differences that give a clue... -- This is an automate

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7181: compiler.h: add MSVC(Microsoft Visual C++)-specific definitions

2022-09-25 Thread GitBox
anchao commented on code in PR #7181: URL: https://github.com/apache/incubator-nuttx/pull/7181#discussion_r979409478 ## include/nuttx/compiler.h: ## @@ -745,6 +745,69 @@ # define no_builtin(n) +/* MSVC(Microsoft Visual C++)-specific definitions **/

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7181: compiler.h: add MSVC(Microsoft Visual C++)-specific definitions

2022-09-25 Thread GitBox
pkarashchenko commented on code in PR #7181: URL: https://github.com/apache/incubator-nuttx/pull/7181#discussion_r979413120 ## include/nuttx/compiler.h: ## @@ -745,6 +745,69 @@ # define no_builtin(n) +/* MSVC(Microsoft Visual C++)-specific definitions *

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request, #7183: boards/tm4c129e-launchpad: Expand README.txt

2022-09-25 Thread GitBox
hartmannathan opened a new pull request, #7183: URL: https://github.com/apache/incubator-nuttx/pull/7183 ## Summary Expand the README.txt for `tm4c129e-launchpad`. (The main motivation was to add the elusive `openocd` incantation to flash program this board. However, I also add

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #7177: boards/b-g474e-dpow1: Fix 'openocd' incantation in README.txt

2022-09-25 Thread GitBox
hartmannathan commented on PR #7177: URL: https://github.com/apache/incubator-nuttx/pull/7177#issuecomment-1257208645 @btashton, @gustavonihei, @pkarashchenko, thank you all for your input. The changes I just pushed offer the following compromise: (1) Removed 'sudo' from the 'openocd'

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #7177: boards/b-g474e-dpow1: Fix 'openocd' incantation in README.txt

2022-09-25 Thread GitBox
hartmannathan commented on PR #7177: URL: https://github.com/apache/incubator-nuttx/pull/7177#issuecomment-1257210254 One moment, I forgot to squash commits... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #7177: boards/b-g474e-dpow1: Fix 'openocd' incantation in README.txt

2022-09-25 Thread GitBox
hartmannathan commented on PR #7177: URL: https://github.com/apache/incubator-nuttx/pull/7177#issuecomment-1257210672 Okay, squashed. Ready for merge if you're happy with it. :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[incubator-nuttx] branch master updated (70290b6e38 -> d129c95fd2)

2022-09-25 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from 70290b6e38 arch: Change the linker generated symbols from uint32_t to uint8_t * add d129c95fd2 boards

[GitHub] [incubator-nuttx] btashton merged pull request #7177: boards/b-g474e-dpow1: Fix 'openocd' incantation in README.txt

2022-09-25 Thread GitBox
btashton merged PR #7177: URL: https://github.com/apache/incubator-nuttx/pull/7177 -- 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 go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@n

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7181: compiler.h: add MSVC(Microsoft Visual C++)-specific definitions

2022-09-25 Thread GitBox
anchao commented on code in PR #7181: URL: https://github.com/apache/incubator-nuttx/pull/7181#discussion_r979419890 ## include/nuttx/compiler.h: ## @@ -745,6 +745,69 @@ # define no_builtin(n) +/* MSVC(Microsoft Visual C++)-specific definitions **/

[incubator-nuttx] branch master updated (d129c95fd2 -> f43be61f69)

2022-09-25 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from d129c95fd2 boards/b-g474e-dpow1: Add note about udev/sudo regarding openocd add d71e8dacd4 sim/window

[GitHub] [incubator-nuttx] btashton commented on pull request #7183: boards/tm4c129e-launchpad: Expand README.txt

2022-09-25 Thread GitBox
btashton commented on PR #7183: URL: https://github.com/apache/incubator-nuttx/pull/7183#issuecomment-1257216244 You might find this PR of interest where I updated the docs for these and then it got stuck https://github.com/apache/incubator-nuttx/pull/3604 -- This is an automated mess

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #7182: sim/windows: add more net configs

2022-09-25 Thread GitBox
masayuki2009 merged PR #7182: URL: https://github.com/apache/incubator-nuttx/pull/7182 -- 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 go to the specific comment. To unsubscribe, e-mail: commits-unsubscr.

[GitHub] [incubator-nuttx] anchao opened a new pull request, #7184: libs: fix visual studio Compiler Error C2124

2022-09-25 Thread GitBox
anchao opened a new pull request, #7184: URL: https://github.com/apache/incubator-nuttx/pull/7184 ## Summary libs: fix visual studio Compiler Error C2124 D:\code\incubator-nuttx\libs\libc\stdlib\lib_strtod.c: error C2124: divide or mod by zero Windows MSVC restrictio

[GitHub] [incubator-nuttx] acassis commented on pull request #7184: libs: fix visual studio Compiler Error C2124

2022-09-25 Thread GitBox
acassis commented on PR #7184: URL: https://github.com/apache/incubator-nuttx/pull/7184#issuecomment-1257219647 Is it possible to change the CI script to try again when these kind of errors show up: ``` Cloning into '/Users/runner/work/incubator-nuttx/incubator-nuttx/sources/tools'...

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7185: libc: Move queue.h from include to include/nuttx

2022-09-25 Thread GitBox
xiaoxiang781216 opened a new pull request, #7185: URL: https://github.com/apache/incubator-nuttx/pull/7185 ## Summary to avoid the conflict with libuv's queue.h ## Impact Code refactor ## Testing Pass CI -- This is an automated message from the Apache Git Service

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7185: libc: Move queue.h from include to include/nuttx

2022-09-25 Thread GitBox
xiaoxiang781216 commented on PR #7185: URL: https://github.com/apache/incubator-nuttx/pull/7185#issuecomment-1257225358 Please ignore the mix case warning from arch/arm/src/phy62xx. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1321: libuv: Fix queue.h conflict with nuttx verson

2022-09-25 Thread GitBox
xiaoxiang781216 commented on PR #1321: URL: https://github.com/apache/incubator-nuttx-apps/pull/1321#issuecomment-1257227486 Let's close this PR to prefer https://github.com/apache/incubator-nuttx/pull/7185 -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 closed pull request #1321: libuv: Fix queue.h conflict with nuttx verson

2022-09-25 Thread GitBox
xiaoxiang781216 closed pull request #1321: libuv: Fix queue.h conflict with nuttx verson URL: https://github.com/apache/incubator-nuttx-apps/pull/1321 -- 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 go to

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request, #1323: Replace #include with #include

2022-09-25 Thread GitBox
xiaoxiang781216 opened a new pull request, #1323: URL: https://github.com/apache/incubator-nuttx-apps/pull/1323 ## Summary ## Impact ## Testing -- 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] pkarashchenko commented on pull request #7184: libs: fix visual studio Compiler Error C2124

2022-09-25 Thread GitBox
pkarashchenko commented on PR #7184: URL: https://github.com/apache/incubator-nuttx/pull/7184#issuecomment-1257255516 @acassis seems that it is not a matter of retry. I can't access that URL from my laptop as well. Something is wrong with that repo -- This is an automated message from the

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #7185: libc: Move queue.h from include to include/nuttx

2022-09-25 Thread GitBox
pkarashchenko commented on PR #7185: URL: https://github.com/apache/incubator-nuttx/pull/7185#issuecomment-1257256414 Seems like some files still need to be updated ``` In file included from wdog/wd_gettime.c:30: Error: /github/workspace/sources/nuttx/sched/wdog/wdog.h:75:8: error:

[GitHub] [incubator-nuttx] btashton commented on pull request #7184: libs: fix visual studio Compiler Error C2124

2022-09-25 Thread GitBox
btashton commented on PR #7184: URL: https://github.com/apache/incubator-nuttx/pull/7184#issuecomment-1257257477 > @acassis seems that it is not a matter of retry. I can't access that URL from my laptop as well. Something is wrong with that repo Yeah looks like they are having a parti

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7185: libc: Move queue.h from include to include/nuttx

2022-09-25 Thread GitBox
pkarashchenko commented on code in PR #7185: URL: https://github.com/apache/incubator-nuttx/pull/7185#discussion_r979451829 ## include/nuttx/wdog.h: ## @@ -29,7 +29,6 @@ #include #include -#include Review Comment: Seems now we need to add `#include ` to `sched/wdog/w

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7185: libc: Move queue.h from include to include/nuttx

2022-09-25 Thread GitBox
pkarashchenko commented on code in PR #7185: URL: https://github.com/apache/incubator-nuttx/pull/7185#discussion_r979451829 ## include/nuttx/wdog.h: ## @@ -29,7 +29,6 @@ #include #include -#include Review Comment: Seems now we need to add `#include ` to `sched/wdog/w

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7185: libc: Move queue.h from include to include/nuttx

2022-09-25 Thread GitBox
xiaoxiang781216 commented on code in PR #7185: URL: https://github.com/apache/incubator-nuttx/pull/7185#discussion_r979456101 ## include/nuttx/wdog.h: ## @@ -29,7 +29,6 @@ #include #include -#include Review Comment: Done. -- This is an automated message from the A

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7183: boards/tm4c129e-launchpad: Expand README.txt

2022-09-25 Thread GitBox
xiaoxiang781216 commented on PR #7183: URL: https://github.com/apache/incubator-nuttx/pull/7183#issuecomment-1257274849 Let's ignore the false ci alarm. -- 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] xiaoxiang781216 merged pull request #7183: boards/tm4c129e-launchpad: Expand README.txt

2022-09-25 Thread GitBox
xiaoxiang781216 merged PR #7183: URL: https://github.com/apache/incubator-nuttx/pull/7183 -- 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 go to the specific comment. To unsubscribe, e-mail: commits-unsubs

[incubator-nuttx] branch master updated: boards/tm4c129e-launchpad: Expand README.txt

2022-09-25 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 34192c07de boards/tm4c129e-launchpad

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7183: boards/tm4c129e-launchpad: Expand README.txt

2022-09-25 Thread GitBox
xiaoxiang781216 commented on PR #7183: URL: https://github.com/apache/incubator-nuttx/pull/7183#issuecomment-1257275092 > You might find this PR of interest where I updated the docs for these and then it got stuck #3604 @hartmannathan could you continue @btashton 's work? -- This i

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7184: libs: fix visual studio Compiler Error C2124

2022-09-25 Thread GitBox
xiaoxiang781216 commented on PR #7184: URL: https://github.com/apache/incubator-nuttx/pull/7184#issuecomment-1257275326 Let's ignore the false alarm. -- 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 go

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7184: libs: fix visual studio Compiler Error C2124

2022-09-25 Thread GitBox
xiaoxiang781216 merged PR #7184: URL: https://github.com/apache/incubator-nuttx/pull/7184 -- 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 go to the specific comment. To unsubscribe, e-mail: commits-unsubs

[incubator-nuttx] branch master updated: libs: fix visual studio Compiler Error C2124

2022-09-25 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 09c006b9c8 libs: fix visual studio C

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7181: compiler.h: add MSVC(Microsoft Visual C++)-specific definitions

2022-09-25 Thread GitBox
xiaoxiang781216 commented on PR #7181: URL: https://github.com/apache/incubator-nuttx/pull/7181#issuecomment-1257275435 Let's ignore the false alarm. -- 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 go

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7181: compiler.h: add MSVC(Microsoft Visual C++)-specific definitions

2022-09-25 Thread GitBox
xiaoxiang781216 merged PR #7181: URL: https://github.com/apache/incubator-nuttx/pull/7181 -- 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 go to the specific comment. To unsubscribe, e-mail: commits-unsubs

[incubator-nuttx] branch master updated: compiler.h: add MSVC(Microsoft Visual C++)-specific definitions

2022-09-25 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 74842880f9 compiler.h: add MSVC(Micr

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #7183: boards/tm4c129e-launchpad: Expand README.txt

2022-09-25 Thread GitBox
hartmannathan commented on PR #7183: URL: https://github.com/apache/incubator-nuttx/pull/7183#issuecomment-1257277429 > > You might find this PR of interest where I updated the docs for these and then it got stuck #3604 > > @hartmannathan could you continue @btashton 's work? @

[incubator-nuttx-website] branch asf-site updated: Publishing web: 6758fc5efbbf5ed16c807ccdfb012d94d1db201a docs: 74842880f9430b9b404cdc5f9c59dd4c7dea7997

2022-09-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new e93d78c Publishing web

[GitHub] [incubator-nuttx] ttnie opened a new pull request, #7186: ci: enable pytest on docker file

2022-09-25 Thread GitBox
ttnie opened a new pull request, #7186: URL: https://github.com/apache/incubator-nuttx/pull/7186 Signed-off-by: nietingting ## Summary enable pytest support on docker ## Impact no ## Testing test on local -- This is an automated message from the Apache Git Servic

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7186: ci: enable pytest on docker file

2022-09-25 Thread GitBox
xiaoxiang781216 commented on PR #7186: URL: https://github.com/apache/incubator-nuttx/pull/7186#issuecomment-1257382084 let's install in https://github.com/apache/incubator-nuttx/blob/master/tools/ci/cibuild.sh too -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-nuttx] CV-Bowen commented on pull request #7131: poll: add poll_notify() api and call it in all drivers.

2022-09-25 Thread GitBox
CV-Bowen commented on PR #7131: URL: https://github.com/apache/incubator-nuttx/pull/7131#issuecomment-1257384621 Delete `if (eventset)` and add this judgement to fs_poll.c modified: drivers/net/tun.c modified: drivers/sensors/sensor.c modified: drivers/s

[GitHub] [incubator-nuttx] CV-Bowen commented on a diff in pull request #7131: poll: add poll_notify() api and call it in all drivers.

2022-09-25 Thread GitBox
CV-Bowen commented on code in PR #7131: URL: https://github.com/apache/incubator-nuttx/pull/7131#discussion_r979510556 ## drivers/serial/uart_bth4.c: ## @@ -398,10 +383,10 @@ static int uart_bth4_poll(FAR struct file *filep, FAR struct pollfd *fds, if (!circbuf_is_empt

[GitHub] [incubator-nuttx] ttnie commented on pull request #7186: ci: enable pytest on docker file

2022-09-25 Thread GitBox
ttnie commented on PR #7186: URL: https://github.com/apache/incubator-nuttx/pull/7186#issuecomment-1257429038 > update done. pls help to review -- 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-apps] SunJun8 opened a new pull request, #1324: netutils/dhcpc: Add dhcp client id option

2022-09-25 Thread GitBox
SunJun8 opened a new pull request, #1324: URL: https://github.com/apache/incubator-nuttx-apps/pull/1324 ## Summary - Add client id field for dhcp discover and request ## Impact - Maybe optimize dhcp server response - unknown ## Testing Pass CI -- This is

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7184: libs: fix visual studio Compiler Error C2124

2022-09-25 Thread GitBox
xiaoxiang781216 commented on PR #7184: URL: https://github.com/apache/incubator-nuttx/pull/7184#issuecomment-1257444381 How about we fork https://bitbucket.org/nuttx/tools.git to https://github.com/NuttX? -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7131: poll: add poll_notify() api and call it in all drivers.

2022-09-25 Thread GitBox
xiaoxiang781216 merged PR #7131: URL: https://github.com/apache/incubator-nuttx/pull/7131 -- 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 go to the specific comment. To unsubscribe, e-mail: commits-unsubs

[incubator-nuttx] branch master updated: poll: add poll_notify() api and call it in all drivers

2022-09-25 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 344c8be049 poll: add poll_notify() a

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1324: netutils/dhcpc: Add dhcp client id option

2022-09-25 Thread GitBox
xiaoxiang781216 commented on PR #1324: URL: https://github.com/apache/incubator-nuttx-apps/pull/1324#issuecomment-1257445523 @SunJun8 please fix the compiler error. -- 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] btashton commented on pull request #7184: libs: fix visual studio Compiler Error C2124

2022-09-25 Thread GitBox
btashton commented on PR #7184: URL: https://github.com/apache/incubator-nuttx/pull/7184#issuecomment-1257453088 > How about we fork https://bitbucket.org/nuttx/tools.git to https://github.com/NuttX? @btashton @pkarashchenko @acassis This has come up before that https://github.com/Nu

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7184: libs: fix visual studio Compiler Error C2124

2022-09-25 Thread GitBox
xiaoxiang781216 commented on PR #7184: URL: https://github.com/apache/incubator-nuttx/pull/7184#issuecomment-1257510475 But anyway we need one shared(not individual) and reliable place to host the change can't upstream or tools which isn't maintained anymore. -- This is an automated messa

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7186: ci: enable pytest on docker file

2022-09-25 Thread GitBox
xiaoxiang781216 merged PR #7186: URL: https://github.com/apache/incubator-nuttx/pull/7186 -- 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 go to the specific comment. To unsubscribe, e-mail: commits-unsubs

[incubator-nuttx] branch master updated: ci: enable pytest on docker file

2022-09-25 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 8b3a936588 ci: enable pytest on dock

[GitHub] [incubator-nuttx] anchao opened a new pull request, #7187: arm/armlink: add support of link time optimization(lto)

2022-09-25 Thread GitBox
anchao opened a new pull request, #7187: URL: https://github.com/apache/incubator-nuttx/pull/7187 ## Summary arm/armlink: add support of link time optimization(lto) Optimization goal(Code size) ``` Smaller GCC(-Os) GCC(-flto -Os) CLANG(-flto -

[GitHub] [incubator-nuttx-apps] pkarashchenko merged pull request #1323: Replace #include with #include

2022-09-25 Thread GitBox
pkarashchenko merged PR #1323: URL: https://github.com/apache/incubator-nuttx-apps/pull/1323 -- 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 go to the specific comment. To unsubscribe, e-mail: commits-uns

[incubator-nuttx-apps] branch master updated: Replace #include with #include

2022-09-25 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko 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 0dc5e9f46 Replace #include

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #7185: libc: Move queue.h from include to include/nuttx

2022-09-25 Thread GitBox
pkarashchenko merged PR #7185: URL: https://github.com/apache/incubator-nuttx/pull/7185 -- 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 go to the specific comment. To unsubscribe, e-mail: commits-unsubscr

[incubator-nuttx] branch master updated: libc: Move queue.h from include to include/nuttx

2022-09-25 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko 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 40ef5bc6db libc: Move queue.h fr

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6987: nuttx/sched: semaphore and mqueue task list optimize

2022-09-25 Thread GitBox
xiaoxiang781216 commented on PR #6987: URL: https://github.com/apache/incubator-nuttx/pull/6987#issuecomment-1257543130 @zyfeier please rebase the patch to the last master. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7187: arm/armlink: add support of link time optimization(lto)

2022-09-25 Thread GitBox
pkarashchenko commented on code in PR #7187: URL: https://github.com/apache/incubator-nuttx/pull/7187#discussion_r979603370 ## arch/arm/src/common/Toolchain.defs: ## @@ -220,9 +226,10 @@ ifneq ($(CONFIG_CXX_RTTI),y) endif ARCHOPTIMIZATION += -fno-common -Wall -Wshadow -Wunde

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7187: arm/armlink: add support of link time optimization(lto)

2022-09-25 Thread GitBox
anchao commented on code in PR #7187: URL: https://github.com/apache/incubator-nuttx/pull/7187#discussion_r979608681 ## arch/arm/src/common/Toolchain.defs: ## @@ -220,9 +226,10 @@ ifneq ($(CONFIG_CXX_RTTI),y) endif ARCHOPTIMIZATION += -fno-common -Wall -Wshadow -Wundef -ARCH