[GitHub] [incubator-nuttx] masayuki2009 closed pull request #4738: Adjust dnsclient namesize for spresense and lc823450-xgevk

2021-10-28 Thread GitBox
masayuki2009 closed pull request #4738: URL: https://github.com/apache/incubator-nuttx/pull/4738 -- 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:

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #4739: Revert "lib/netdb: Change the default NETDB_DNSCLIENT_NAMESIZE to NAM…

2021-10-28 Thread GitBox
masayuki2009 commented on pull request #4739: URL: https://github.com/apache/incubator-nuttx/pull/4739#issuecomment-954440033 >Because there is no real correlation between DNS namesize and NAME_MAX >as far as I know. The former is about network and the latter is about >filesystem.

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #4738: Adjust dnsclient namesize for spresense and lc823450-xgevk

2021-10-28 Thread GitBox
masayuki2009 commented on pull request #4738: URL: https://github.com/apache/incubator-nuttx/pull/4738#issuecomment-954424272 I think we should dynamically allocate buffer for dns_send_query() instead of this PR. I will create a new PR. -- This is an automated message from the

[GitHub] [incubator-nuttx] yamt commented on pull request #4738: Adjust dnsclient namesize for spresense and lc823450-xgevk

2021-10-28 Thread GitBox
yamt commented on pull request #4738: URL: https://github.com/apache/incubator-nuttx/pull/4738#issuecomment-954409592 > > > Finally, I found that the default NETDB_DNSCLIENT_NAMESIZE > > > was changed recently > > > > > > i think it's better to revert the change. #4739 >

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #4738: Adjust dnsclient namesize for spresense and lc823450-xgevk

2021-10-28 Thread GitBox
xiaoxiang781216 edited a comment on pull request #4738: URL: https://github.com/apache/incubator-nuttx/pull/4738#issuecomment-954408206 -- 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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #4738: Adjust dnsclient namesize for spresense and lc823450-xgevk

2021-10-28 Thread GitBox
xiaoxiang781216 commented on pull request #4738: URL: https://github.com/apache/incubator-nuttx/pull/4738#issuecomment-954408206 > > Finally, I found that the default NETDB_DNSCLIENT_NAMESIZE > > was changed recently > > i think it's better to revert the change. #4739 It

[GitHub] [incubator-nuttx] yamt commented on pull request #4725: Improve the netdb config consistency

2021-10-28 Thread GitBox
yamt commented on pull request #4725: URL: https://github.com/apache/incubator-nuttx/pull/4725#issuecomment-954408082 i agree 32 is too small these days, i don't think it's a good idea to use NAME_MAX or PATH_MAX here. it's simpler to bump the default to, say 64. -- This is an

[GitHub] [incubator-nuttx] yamt commented on pull request #4725: Improve the netdb config consistency

2021-10-28 Thread GitBox
yamt commented on pull request #4725: URL: https://github.com/apache/incubator-nuttx/pull/4725#issuecomment-954407444 https://github.com/apache/incubator-nuttx/pull/4739 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-nuttx] yamt commented on pull request #4738: Adjust dnsclient namesize for spresense and lc823450-xgevk

2021-10-28 Thread GitBox
yamt commented on pull request #4738: URL: https://github.com/apache/incubator-nuttx/pull/4738#issuecomment-954407268 > Finally, I found that the default NETDB_DNSCLIENT_NAMESIZE was changed recently i think it's better to revert the change.

[GitHub] [incubator-nuttx] yamt opened a new pull request #4739: Revert "lib/netdb: Change the default NETDB_DNSCLIENT_NAMESIZE to NAM…

2021-10-28 Thread GitBox
yamt opened a new pull request #4739: URL: https://github.com/apache/incubator-nuttx/pull/4739 …E_MAX" ## Summary This reverts commit 3724f6be557525a550f35fe2942f10c1d06f27c2. Because there is no real correlation between DNS namesize and NAME_MAX as far as I know.

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #4725: Improve the netdb config consistency

2021-10-28 Thread GitBox
xiaoxiang781216 edited a comment on pull request #4725: URL: https://github.com/apache/incubator-nuttx/pull/4725#issuecomment-954401705 > @xiaoxiang781216 @gustavonihei can you explain how NETDB_DNSCLIENT_NAMESIZE is related to NAME_MAX or PATH_MAX? as far as i know, they are very

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #4725: Improve the netdb config consistency

2021-10-28 Thread GitBox
xiaoxiang781216 commented on pull request #4725: URL: https://github.com/apache/incubator-nuttx/pull/4725#issuecomment-954401705 > @xiaoxiang781216 @gustavonihei can you explain how NETDB_DNSCLIENT_NAMESIZE is related to NAME_MAX or PATH_MAX? as far as i know, they are very different

[GitHub] [incubator-nuttx] yamt commented on pull request #4725: Improve the netdb config consistency

2021-10-28 Thread GitBox
yamt commented on pull request #4725: URL: https://github.com/apache/incubator-nuttx/pull/4725#issuecomment-954399518 @xiaoxiang781216 @gustavonihei can you explain how NETDB_DNSCLIENT_NAMESIZE is related to NAME_MAX or PATH_MAX? as far as i know, they are very different concepts. --

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4738: Adjust dnsclient namesize for spresense and lc823450-xgevk

2021-10-28 Thread GitBox
xiaoxiang781216 commented on a change in pull request #4738: URL: https://github.com/apache/incubator-nuttx/pull/4738#discussion_r738905808 ## File path: boards/arm/cxd56xx/spresense/configs/rndis/defconfig ## @@ -77,6 +77,7 @@ CONFIG_MTD_SMART_SECTOR_SIZE=4096

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #4738: Adjust dnsclient namesize for spresense and lc823450-xgevk

2021-10-28 Thread GitBox
masayuki2009 opened a new pull request #4738: URL: https://github.com/apache/incubator-nuttx/pull/4738 ## Summary - I noticed that init task consumes more stack when executing wget - Finally, I found that the default NETDB_DNSCLIENT_NAMESIZE was changed recently - This

[incubator-nuttx-website] branch asf-site updated: Publishing web: ea6fce84bf8202600a0318215864afe272c81f07 docs: 5a69445ae9e3b49f286a3a4fc612f7a24303303d

2021-10-28 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 f3679d7 Publishing

[GitHub] [incubator-nuttx] michallenc opened a new pull request #4737: samv7: adds support for QSPI driver in SPI Mode

2021-10-28 Thread GitBox
michallenc opened a new pull request #4737: URL: https://github.com/apache/incubator-nuttx/pull/4737 ## Summary This commit adds new files that support functionality of QSPI driver in SPI Master Mode. This functionality is included in new files sam_qspi_spi.x to avoid too much mess in

[GitHub] [incubator-nuttx] Ouss4 merged pull request #4736: documentation: Add release notes for 10.2.0 release

2021-10-28 Thread GitBox
Ouss4 merged pull request #4736: URL: https://github.com/apache/incubator-nuttx/pull/4736 -- 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:

[incubator-nuttx] branch master updated: documentation: Add release notes for 10.2.0 release

2021-10-28 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche 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 5a69445 documentation: Add

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4732: fix: nxstyle: fix a bug after "'x'"

2021-10-28 Thread GitBox
xiaoxiang781216 merged pull request #4732: URL: https://github.com/apache/incubator-nuttx/pull/4732 -- 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,

[incubator-nuttx] branch master updated: fix: nxstyle: fix a bug after "'\'"

2021-10-28 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 d1ebdf6 fix: nxstyle: fix a bug

[GitHub] [incubator-nuttx] jerpelea opened a new pull request #4736: documentation: Add release notes for 10.2.0 release

2021-10-28 Thread GitBox
jerpelea opened a new pull request #4736: URL: https://github.com/apache/incubator-nuttx/pull/4736 ## Summary documentation: Add release notes for 10.2.0 release ## Impact Documentation ## Testing NONE -- This is an automated message from the Apache Git

[GitHub] [incubator-nuttx] Ouss4 merged pull request #4735: documentation: Add release notes for 10.2.0 release

2021-10-28 Thread GitBox
Ouss4 merged pull request #4735: URL: https://github.com/apache/incubator-nuttx/pull/4735 -- 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:

[incubator-nuttx] branch releases/10.2 updated: documentation: Add release notes for 10.2.0 release

2021-10-28 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch releases/10.2 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/releases/10.2 by this push: new 3fede42

[GitHub] [incubator-nuttx] jerpelea commented on pull request #4735: documentation: Add release notes for 10.2.0 release

2021-10-28 Thread GitBox
jerpelea commented on pull request #4735: URL: https://github.com/apache/incubator-nuttx/pull/4735#issuecomment-953795247 I will as soon as it is merged -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #4735: documentation: Add release notes for 10.2.0 release

2021-10-28 Thread GitBox
Ouss4 commented on pull request #4735: URL: https://github.com/apache/incubator-nuttx/pull/4735#issuecomment-953794552 We should also submit this to the master branch. -- 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] jerpelea opened a new pull request #4735: documentation: Add release notes for 10.2.0 release

2021-10-28 Thread GitBox
jerpelea opened a new pull request #4735: URL: https://github.com/apache/incubator-nuttx/pull/4735 ## Summary documentation: Add release notes for 10.2.0 release ## Impact RELEASE ## Testing NONE -- This is an automated message from the Apache Git Service. To

[incubator-nuttx] branch releases/10.2 updated (a58305e -> 6075f47)

2021-10-28 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch releases/10.2 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. discard a58305e documentation: Add release notes for 10.2.0 release This update removed existing

[incubator-nuttx] branch releases/10.2 updated: documentation: Add release notes for 10.2.0 release

2021-10-28 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch releases/10.2 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/releases/10.2 by this push: new a58305e

[GitHub] [incubator-nuttx-apps] jerpelea merged pull request #865: fsutils: support mkmbr and mkgpt to format mbr and gpt pratition

2021-10-28 Thread GitBox
jerpelea merged pull request #865: URL: https://github.com/apache/incubator-nuttx-apps/pull/865 -- 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:

[incubator-nuttx-apps] branch master updated (b480d00 -> f5e40d3)

2021-10-28 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. from b480d00 rexec: support send command with arguments new aaf6f5c fsutils/mkmbr: support mbr

[incubator-nuttx-apps] 02/02: fsutils/mkgpt: support gpt partition format

2021-10-28 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit f5e40d38092c5de472ea90c8c04dc574e948 Author: Jiuzhu Dong AuthorDate: Sat Sep 25 22:24:13 2021 +0800

[incubator-nuttx-apps] 01/02: fsutils/mkmbr: support mbr partition format

2021-10-28 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit aaf6f5c4cbdf83901267b9a797353be17bbe26e1 Author: Jiuzhu Dong AuthorDate: Fri Sep 24 22:11:12 2021 +0800