Re: [PR] Add missing variables and change to be more intuitive to use [nuttx-apps]

2023-11-03 Thread via GitHub
GC-20-20 closed pull request #2171: Add missing variables and change to be more intuitive to use URL: https://github.com/apache/nuttx-apps/pull/2171 -- 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

(nuttx-website) branch asf-site updated: Publishing web: 36ddd7c60a8230335eda886c909bc938739114a2 docs: c08ccbef029baedf4268756b5e221dae9a08ec65

2023-11-03 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/nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 99835143 Publishing web:

Re: [PR] Add settings utility and example app [nuttx-apps]

2023-11-03 Thread via GitHub
TimJTi commented on PR #2173: URL: https://github.com/apache/nuttx-apps/pull/2173#issuecomment-1792996764 CI failing for reasons unrelated to me I think -- 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

[PR] Add settings utility and example app [nuttx-apps]

2023-11-03 Thread via GitHub
TimJTi opened a new pull request, #2173: URL: https://github.com/apache/nuttx-apps/pull/2173 ## Summary Last year @fjpanag offered to donate some code to the repo. This is my attempt at making his "settings" functions NuttX compatible along with an example app to check it out ##

Re: [I] Low priority tasks interrupt high priority threads [nuttx]

2023-11-03 Thread via GitHub
raiden00pl commented on issue #6012: URL: https://github.com/apache/nuttx/issues/6012#issuecomment-1792748162 I came back to this problem. Why not just add critical section like suggested before (only in this specific place): ``` C flags = enter_critical_section();

Re: [PR] libmetal.cmake:modify libmetal headers according to Makefile reference [nuttx]

2023-11-03 Thread via GitHub
raiden00pl commented on PR #9: URL: https://github.com/apache/nuttx/pull/9#issuecomment-1792601955 > this patch should fix https://github.com/apache/nuttx/issues/10401 issue This issue is about broken `make` build. If we modify cmake to be the same as make - should I

Re: [PR] feature: spinlock benchmark [nuttx-apps]

2023-11-03 Thread via GitHub
TaiJuWu commented on code in PR #2168: URL: https://github.com/apache/nuttx-apps/pull/2168#discussion_r1381819264 ## benchmarks/spinlock_bench/spinlock_bench.c: ## @@ -0,0 +1,108 @@ +/ + *

(nuttx) branch master updated: Usrsock fallback with ENETDOWN

2023-11-03 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new c08ccbef02 Usrsock fallback with ENETDOWN

Re: [PR] Usrsock socket fallback with ENETDOWN [nuttx]

2023-11-03 Thread via GitHub
xiaoxiang781216 merged PR #11107: URL: https://github.com/apache/nuttx/pull/11107 -- 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:

Re: [PR] feature: spinlock benchmark [nuttx-apps]

2023-11-03 Thread via GitHub
xiaoxiang781216 commented on code in PR #2168: URL: https://github.com/apache/nuttx-apps/pull/2168#discussion_r1381798070 ## benchmarks/spinlock_bench/spinlock_bench.c: ## @@ -0,0 +1,108 @@ +/ + *

Re: [PR] Add missing variables and change to be more intuitive to use [nuttx-apps]

2023-11-03 Thread via GitHub
xiaoxiang781216 commented on code in PR #2171: URL: https://github.com/apache/nuttx-apps/pull/2171#discussion_r1381796313 ## examples/serialrx/serialrx_main.c: ## @@ -173,7 +172,6 @@ int main(int argc, FAR char *argv[]) UNUSED(eof); } - Review Comment: revert

Re: [PR] Add missing variables and change to be more intuitive to use [nuttx-apps]

2023-11-03 Thread via GitHub
xiaoxiang781216 commented on PR #2171: URL: https://github.com/apache/nuttx-apps/pull/2171#issuecomment-1792568419 please squash your patch and update the commit message to reflect your change. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] feature: spinlock benchmark [nuttx-apps]

2023-11-03 Thread via GitHub
TaiJuWu commented on code in PR #2168: URL: https://github.com/apache/nuttx-apps/pull/2168#discussion_r1381792660 ## benchmarks/spinlock_bench/spinlock_bench.c: ## @@ -0,0 +1,107 @@ +/ + *

(nuttx) branch master updated: ioctl: add definitions related to ethtool

2023-11-03 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new c8f9e409dc ioctl: add definitions related to

Re: [PR] ioctl: add definitions related to ethtool [nuttx]

2023-11-03 Thread via GitHub
xiaoxiang781216 merged PR #1: URL: https://github.com/apache/nuttx/pull/1 -- 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:

Re: [PR] simwifi: For scan results, parse and translate the Chinese ssid encoded by the wpa_cli. [nuttx]

2023-11-03 Thread via GitHub
xiaoxiang781216 merged PR #2: URL: https://github.com/apache/nuttx/pull/2 -- 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:

(nuttx) branch master updated: simwifi: For scan results, parse and translate the Chinese ssid encoded by the wpa_cli.

2023-11-03 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 2d27dc0ef0 simwifi: For scan results, parse

Re: [PR] libmetal.cmake:modify libmetal headers according to Makefile reference [nuttx]

2023-11-03 Thread via GitHub
xiaoxiang781216 commented on PR #9: URL: https://github.com/apache/nuttx/pull/9#issuecomment-1792533626 @xuxin930 but the ci fail to build. -- 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

(nuttx) branch master updated (24c7e355d9 -> ede4b6b0ab)

2023-11-03 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 24c7e355d9 arch/stm32: remove unused STM32_UART_RXDMA and STM32_UART_TXDMA flags add ede4b6b0ab

Re: [PR] boards/b-g431b-esc1: don't use CONFIG_STM32_USE_LEGACY_PINMAP=y [nuttx]

2023-11-03 Thread via GitHub
xiaoxiang781216 merged PR #7: URL: https://github.com/apache/nuttx/pull/7 -- 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:

(nuttx) branch master updated (c95fd46be3 -> 24c7e355d9)

2023-11-03 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from c95fd46be3 net: Simplify getting value for different domain add 3220a59a3e arch/stm32:

Re: [PR] arch/stm32: cosmetic fixes [nuttx]

2023-11-03 Thread via GitHub
xiaoxiang781216 merged PR #6: URL: https://github.com/apache/nuttx/pull/6 -- 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:

(nuttx) branch master updated: net: Simplify getting value for different domain

2023-11-03 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new c95fd46be3 net: Simplify getting value for

Re: [PR] net: Simplify getting value for different domain [nuttx]

2023-11-03 Thread via GitHub
xiaoxiang781216 merged PR #0: URL: https://github.com/apache/nuttx/pull/0 -- 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:

[PR] sim_netdriver: some sim defconfig have problems when using the network [nuttx]

2023-11-03 Thread via GitHub
zhhyu7 opened a new pull request, #11122: URL: https://github.com/apache/nuttx/pull/11122 ## Summary if the configured SIM_NETDEV_BUFSIZE < host MTU, there will be issues with access out of bounds ## Impact ## Testing sim:linux private defconfig -- This is an

[PR] ioctl: add SIOCGIWNAME support [nuttx]

2023-11-03 Thread via GitHub
zhhyu7 opened a new pull request, #11121: URL: https://github.com/apache/nuttx/pull/11121 ## Summary some tools use this command to distinguish which device returned via getifaddrs() are wireless network device. ## Impact ## Testing risc-v32 board and sim:local --

(nuttx) branch master updated: arch: cxd56xx: Support to get gnss firmware version

2023-11-03 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 2f5bb9200a arch: cxd56xx: Support to get gnss

Re: [PR] arch: cxd56xx: Support to get gnss firmware version [nuttx]

2023-11-03 Thread via GitHub
jerpelea merged PR #8: URL: https://github.com/apache/nuttx/pull/8 -- 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:

[PR] udp: modify ipv4 multicast to allow different conn to join simultaneously [nuttx]

2023-11-03 Thread via GitHub
zhhyu7 opened a new pull request, #11120: URL: https://github.com/apache/nuttx/pull/11120 ## Summary add ref count for ipv4 multicast and leave the multicast group when close. behavior alignment with linux. ## Impact ## Testing risc-v32 board and sim:local -- This

Re: [I] NuttX compile error [nuttx]

2023-11-03 Thread via GitHub
zouboan closed issue #11109: NuttX compile error URL: https://github.com/apache/nuttx/issues/11109 -- 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:

Re: [I] NuttX compile error [nuttx]

2023-11-03 Thread via GitHub
zouboan commented on issue #11109: URL: https://github.com/apache/nuttx/issues/11109#issuecomment-1791985763 The problem lies in the unexpected modification of nuttx directory permissions, thanks for your advice -- This is an automated message from the Apache Git Service. To