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.
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
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
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
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
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
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->
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
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
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
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
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.
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
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
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
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
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
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
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
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
+ /*
20 matches
Mail list logo