[GitHub] [nuttx] pkarashchenko merged pull request #8053: fs/timerfd: Reverse truncate and mmap field

2023-01-07 Thread GitBox
pkarashchenko merged PR #8053: URL: https://github.com/apache/nuttx/pull/8053 -- 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...@nuttx.

[nuttx] branch master updated (eed2cce3f2 -> 9aa835815f)

2023-01-07 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from eed2cce3f2 xtensa/esp32: Optimize WLAN device buffer add 9aa835815f fs/timerfd: Reverse truncate and mmap f

[GitHub] [nuttx] jlaitine commented on pull request #8026: Add mm map

2023-01-07 Thread GitBox
jlaitine commented on PR #8026: URL: https://github.com/apache/nuttx/pull/8026#issuecomment-1374467833 @xiaoxiang781216 : Here is a commit which shows how the IF would look like if you added the mm_map_s as an argument to every function (the option 1. you mentioned avove). In my opinion it

[GitHub] [nuttx] masayuki2009 commented on pull request #8011: net/devif: fix devif_poll loop logic

2023-01-07 Thread GitBox
masayuki2009 commented on PR #8011: URL: https://github.com/apache/nuttx/pull/8011#issuecomment-1374491113 @wengzhe >Tested on products using bcmf_netdev.c, may have problem when using iperf client with tcp before this commit and won't after this. Can you explain the problem m

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8026: Add mm map

2023-01-07 Thread GitBox
xiaoxiang781216 commented on code in PR #8026: URL: https://github.com/apache/nuttx/pull/8026#discussion_r1064023523 ## mm/map/mm_map.c: ## @@ -0,0 +1,325 @@ +/ + * mm/map/mm_map.c + * + * Licensed to th

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8026: Add mm map

2023-01-07 Thread GitBox
xiaoxiang781216 commented on PR #8026: URL: https://github.com/apache/nuttx/pull/8026#issuecomment-1374547749 > One way to remove group argument from mm_map_remove is just to put a restriction that "driver mustn't call mm_map_remove in the munmap function if the group is unknown (NULL)". Th

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8026: Add mm map

2023-01-07 Thread GitBox
xiaoxiang781216 commented on code in PR #8026: URL: https://github.com/apache/nuttx/pull/8026#discussion_r1064028467 ## fs/mmap/fs_mmap.c: ## @@ -140,20 +145,6 @@ static int file_mmap_(FAR struct file *filep, FAR void *start, if (filep->f_inode && filep->f_inode->u.i_ops->

[GitHub] [nuttx] onegray opened a new pull request, #8055: stm32wb: add i2c driver

2023-01-07 Thread GitBox
onegray opened a new pull request, #8055: URL: https://github.com/apache/nuttx/pull/8055 ## Summary Add I2C hardware definitions and lower-half driver. The stm32wb I2C hardware is identical to L4, so it is used for source. However stm32wb works on 64MHz, so there are some differ

[GitHub] [nuttx] acassis commented on a diff in pull request #8055: stm32wb: add i2c driver

2023-01-07 Thread GitBox
acassis commented on code in PR #8055: URL: https://github.com/apache/nuttx/pull/8055#discussion_r1064043008 ## arch/arm/src/stm32wb/stm32wb_i2c.c: ## @@ -0,0 +1,2650 @@ +/ + * arch/arm/src/stm32wb/stm32

[GitHub] [nuttx] acassis commented on a diff in pull request #8055: stm32wb: add i2c driver

2023-01-07 Thread GitBox
acassis commented on code in PR #8055: URL: https://github.com/apache/nuttx/pull/8055#discussion_r1064043584 ## arch/arm/src/stm32wb/stm32wb_i2c.c: ## @@ -0,0 +1,2650 @@ +/ + * arch/arm/src/stm32wb/stm32

[GitHub] [nuttx] onegray commented on a diff in pull request #8055: stm32wb: add i2c driver

2023-01-07 Thread GitBox
onegray commented on code in PR #8055: URL: https://github.com/apache/nuttx/pull/8055#discussion_r1064057260 ## arch/arm/src/stm32wb/stm32wb_i2c.c: ## @@ -0,0 +1,2650 @@ +/ + * arch/arm/src/stm32wb/stm32

[GitHub] [nuttx] pkarashchenko merged pull request #8054: Minor heap fix

2023-01-07 Thread GitBox
pkarashchenko merged PR #8054: URL: https://github.com/apache/nuttx/pull/8054 -- 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...@nuttx.

[nuttx] branch master updated (9aa835815f -> 6214f3cde7)

2023-01-07 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 9aa835815f fs/timerfd: Reverse truncate and mmap field add 70ecb4ef26 mm/heap: Changee mmchunk_handler_t to

[nuttx-website] branch asf-site updated: Publishing web: 4b401e13a9490577fa0448cbe8b6d393302e43f3 docs: 6214f3cde72d30a8b3a3bf37469eb0d97dad09d6

2023-01-07 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 c747ca6f Publishing web: 4b401e13

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #8042: Libc: Add more libc function for arm and riscv

2023-01-07 Thread GitBox
pkarashchenko commented on code in PR #8042: URL: https://github.com/apache/nuttx/pull/8042#discussion_r1064061210 ## libs/libc/machine/risc-v/gnu/asm.h: ## @@ -0,0 +1,52 @@ +/ + * libs/libc/machine/risc

[GitHub] [nuttx] pkarashchenko commented on pull request #7584: boards/cxd56xx/spresense: add fs automount driver for SD Card

2023-01-07 Thread GitBox
pkarashchenko commented on PR #7584: URL: https://github.com/apache/nuttx/pull/7584#issuecomment-1374667736 @masayuki2009 @jerpelea finally I was able to finalize this PR and test with spresense board. Could you please try `spresense:nsh_automount` config at your end? -- This is an autom

[GitHub] [nuttx] masayuki2009 commented on pull request #8011: net/devif: fix devif_poll loop logic

2023-01-07 Thread GitBox
masayuki2009 commented on PR #8011: URL: https://github.com/apache/nuttx/pull/8011#issuecomment-1374677978 >Actually, I noticed that this PR drops iperf performance with qemu-armv8a:netnsh on QEMU-7.1 @anchao Do you have any comments on this PR? -- This is an automated

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8055: stm32wb: add i2c driver

2023-01-07 Thread GitBox
xiaoxiang781216 commented on PR #8055: URL: https://github.com/apache/nuttx/pull/8055#issuecomment-1374706820 @onegray please merge style change to the main patch. -- 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] [nuttx] wengzhe commented on pull request #8011: net/devif: fix devif_poll loop logic

2023-01-07 Thread GitBox
wengzhe commented on PR #8011: URL: https://github.com/apache/nuttx/pull/8011#issuecomment-1374708439 > @wengzhe > > > Tested on products using bcmf_netdev.c, may have problem when using iperf client with tcp before this commit and won't after this. > > Can you explain the prob

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7584: boards/cxd56xx/spresense: add fs automount driver for SD Card

2023-01-07 Thread GitBox
pkarashchenko commented on code in PR #7584: URL: https://github.com/apache/nuttx/pull/7584#discussion_r1064096312 ## boards/arm/cxd56xx/spresense/src/cxd56_sdcard.c: ## @@ -351,14 +349,30 @@ int board_sdcard_initialize(void) #endif #ifdef CONFIG_MMCSD_HAVE_CARDDETECT + /*