[nuttx] branch master updated (9cdbec3769 -> 813dfe9756)

2022-12-05 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/nuttx.git from 9cdbec3769 arch/xtensa/esp32: Modify REG_[GET/SET]_FIELD to use [get/set]reg32 add 813dfe9756 spresense/rndis:

[GitHub] [nuttx] masayuki2009 merged pull request #7793: spresense/rndis: set default throttle entries to 24 (2*MTU)

2022-12-05 Thread GitBox
masayuki2009 merged PR #7793: URL: https://github.com/apache/nuttx/pull/7793 -- 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.a

[GitHub] [nuttx] masayuki2009 commented on pull request #7793: spresense/rndis: set default throttle entries to 24 (2*MTU)

2022-12-05 Thread GitBox
masayuki2009 commented on PR #7793: URL: https://github.com/apache/nuttx/pull/7793#issuecomment-1338925280 @anchao Thanks, I confirmed that the defconfigs improve audio playback via RNDIS. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [nuttx] wengzhe closed pull request #7794: mm/iob: Modify `iob_clone` to support empty target IOB with `io_offset` set

2022-12-05 Thread GitBox
wengzhe closed pull request #7794: mm/iob: Modify `iob_clone` to support empty target IOB with `io_offset` set URL: https://github.com/apache/nuttx/pull/7794 -- 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 t

[GitHub] [nuttx] wengzhe opened a new pull request, #7797: net/ipfwd: fix ipforward after IOB offload

2022-12-05 Thread GitBox
wengzhe opened a new pull request, #7797: URL: https://github.com/apache/nuttx/pull/7797 ## Summary Patches included: - net/ipfwd: fix devif_forward after IOB offload. - net/ipfwd: fix ipv4_dev_forward after IOB offload. ## Impact Fix ipforward after applying IOB offload.

[GitHub] [nuttx] lupyuen opened a new pull request, #7796: arm64/a64: Add drivers for PIO and LEDs

2022-12-05 Thread GitBox
lupyuen opened a new pull request, #7796: URL: https://github.com/apache/nuttx/pull/7796 ## Summary This PR adds the drivers for Allwinner A64 PIO (Programmable I/O) and PinePhone LEDs (Red / Green / Blue). The PIO Driver is based on the NuttX PIO Driver for Allwinner A10: [`a

[GitHub] [nuttx] GooTal opened a new issue, #7795: An error occurred building maix-bit:nsh

2022-12-05 Thread GitBox
GooTal opened a new issue, #7795: URL: https://github.com/apache/nuttx/issues/7795 With `nuttx` and `apps` both in **master** branch(commit id `af2b4914208cad676d64823f5e0bf08871617d80`) , i built nuttx image using command: ``` ./tools/configure.sh -l maix-bit:nsh make ``` An

[GitHub] [nuttx] wengzhe opened a new pull request, #7794: mm/iob: Modify `iob_clone` to support empty target IOB with `io_offset` set

2022-12-05 Thread GitBox
wengzhe opened a new pull request, #7794: URL: https://github.com/apache/nuttx/pull/7794 ## Summary Modify `iob_clone` to support cloning iob used as network device buffer. ## Impact Extend `iob_clone` logic (no place uses this function now, so no obvious impact) ## Testi

[GitHub] [nuttx] anchao commented on pull request #7616: net/l2/l3/l4: add support of iob offload

2022-12-05 Thread GitBox
anchao commented on PR #7616: URL: https://github.com/apache/nuttx/pull/7616#issuecomment-1338855808 > > Music playing as expected without any unsmooth situation > > Could you please confirm that this issue can be reproduced on the latest master branch ? > > @anchao Hmm, I tried th

[GitHub] [nuttx] anchao opened a new pull request, #7793: spresense/rndis: set default throttle entries to 24 (2*MTU)

2022-12-05 Thread GitBox
anchao opened a new pull request, #7793: URL: https://github.com/apache/nuttx/pull/7793 ## Summary spresense/rndis: set default throttle entries to 24 (2*MTU) Reserve more throttle entries to avoid data discarded in NIC Signed-off-by: chao an ## Impact Bug

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #7792: Improve UBSan configuraion

2022-12-05 Thread GitBox
xiaoxiang781216 opened a new pull request, #7792: URL: https://github.com/apache/nuttx/pull/7792 ## Summary - mm: Change the default of MM_UBSAN_TRAP_ON_ERROR to n let's give more information by default - boards/sim: Decouple CONFIG_MM_UBSAN_ALL from CONFIG_MM_UBSAN_ALL ##

[GitHub] [nuttx] XinStellaris opened a new pull request, #7791: Move _assert to kernel space.

2022-12-05 Thread GitBox
XinStellaris opened a new pull request, #7791: URL: https://github.com/apache/nuttx/pull/7791 Signed-off-by: 田昕 ## Summary I want to put some common logic in _assert (common panic processing like crash dump). To do so , We should move _assert from libc to kernel space. Current

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7687: drivers/video: add support for V4L2 mmap-ed buffer

2022-12-05 Thread GitBox
xiaoxiang781216 commented on code in PR #7687: URL: https://github.com/apache/nuttx/pull/7687#discussion_r1040387537 ## drivers/video/video.c: ## @@ -1180,9 +1202,51 @@ static int video_reqbufs(FAR struct video_mng_s *vmng, leave_critical_section(flags); + if ((

[GitHub] [nuttx] PeterBee97 commented on a diff in pull request #7687: drivers/video: add support for V4L2 mmap-ed buffer

2022-12-05 Thread GitBox
PeterBee97 commented on code in PR #7687: URL: https://github.com/apache/nuttx/pull/7687#discussion_r1040385691 ## drivers/video/video.c: ## @@ -1180,9 +1202,51 @@ static int video_reqbufs(FAR struct video_mng_s *vmng, leave_critical_section(flags); + if ((ret =

[nuttx] branch master updated (b5507ea9a2 -> 9cdbec3769)

2022-12-05 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 b5507ea9a2 compile/attribute: minor fix for packed struct mismatch add 9cdbec3769 arch/xtensa/esp32: Modify REG

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7790: arch/xtensa/esp32: Modify REG_[GET/SET]_FIELD to use [get/set]reg32

2022-12-05 Thread GitBox
xiaoxiang781216 merged PR #7790: URL: https://github.com/apache/nuttx/pull/7790 -- 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...@nutt

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7687: drivers/video: add support for V4L2 mmap-ed buffer

2022-12-05 Thread GitBox
xiaoxiang781216 commented on code in PR #7687: URL: https://github.com/apache/nuttx/pull/7687#discussion_r1040367738 ## drivers/video/video.c: ## @@ -1180,9 +1202,51 @@ static int video_reqbufs(FAR struct video_mng_s *vmng, leave_critical_section(flags); + if ((

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7687: drivers/video: add support for V4L2 mmap-ed buffer

2022-12-05 Thread GitBox
xiaoxiang781216 commented on code in PR #7687: URL: https://github.com/apache/nuttx/pull/7687#discussion_r1040367738 ## drivers/video/video.c: ## @@ -1180,9 +1202,51 @@ static int video_reqbufs(FAR struct video_mng_s *vmng, leave_critical_section(flags); + if ((

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7687: drivers/video: add support for V4L2 mmap-ed buffer

2022-12-05 Thread GitBox
xiaoxiang781216 commented on code in PR #7687: URL: https://github.com/apache/nuttx/pull/7687#discussion_r1040341497 ## drivers/video/video.c: ## @@ -134,6 +137,9 @@ struct video_mng_s uint8_topen_num; video_type_inf_t video_inf; video_type_inf_t still_i

[GitHub] [nuttx] ttnie commented on pull request #7743: CI: add open_posix support on sim

2022-12-05 Thread GitBox
ttnie commented on PR #7743: URL: https://github.com/apache/nuttx/pull/7743#issuecomment-1338619650 > I also see `warning: (SYSTEM_PING) selects NETUTILS_PING which has unmet direct dependencies (NET_ICMP)` I'll try locally -- This is an automated message from the Apache Git Servi

[GitHub] [nuttx] ttnie commented on pull request #7743: CI: add open_posix support on sim

2022-12-05 Thread GitBox
ttnie commented on PR #7743: URL: https://github.com/apache/nuttx/pull/7743#issuecomment-1338619453 > t > build citest bb, can't find the test image, so run case failed. -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [nuttx] ttnie commented on pull request #7743: CI: add open_posix support on sim

2022-12-05 Thread GitBox
ttnie commented on PR #7743: URL: https://github.com/apache/nuttx/pull/7743#issuecomment-1338618804 > @ttnie any idea why CI is failing? I restart the failing jobs and the issue remains. from the failures, looks like the LTP build break. Which not reproduced on my local host. -- This

[GitHub] [nuttx] jerpelea commented on pull request #7787: Minor fix for video driver(2)

2022-12-05 Thread GitBox
jerpelea commented on PR #7787: URL: https://github.com/apache/nuttx/pull/7787#issuecomment-1338512491 @masayuki2009 can you test on the HW? -- 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 sp

[nuttx-website] branch asf-site updated: Publishing web: e978ad4c5b4a50a6bebd3d0505f9893d0411c74e docs: b5507ea9a243400072396966448237a0e667f6d3

2022-12-05 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 d22ed6e7 Publishing web: e978ad4c

[GitHub] [nuttx] masayuki2009 commented on pull request #7616: net/l2/l3/l4: add support of iob offload

2022-12-05 Thread GitBox
masayuki2009 commented on PR #7616: URL: https://github.com/apache/nuttx/pull/7616#issuecomment-1338365434 >Music playing as expected without any unsmooth situation > >Could you please confirm that this issue can be reproduced on the latest master branch ? @anchao Hmm, I tri

[GitHub] [nuttx] lucasssvaz closed pull request #7790: arch/xtensa/esp32: Modify REG_[GET/SET]_FIELD to use [get/set]reg32

2022-12-05 Thread GitBox
lucasssvaz closed pull request #7790: arch/xtensa/esp32: Modify REG_[GET/SET]_FIELD to use [get/set]reg32 URL: https://github.com/apache/nuttx/pull/7790 -- 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] [nuttx] TimJTi commented on pull request #7761: SAMA5D2 TDC, ADC and TC Corrections

2022-12-05 Thread GitBox
TimJTi commented on PR #7761: URL: https://github.com/apache/nuttx/pull/7761#issuecomment-1338136579 Note to selfdo not try and quickly push supposedly trivial changes :( -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [nuttx] TimJTi commented on a diff in pull request #7761: SAMA5D2 TDC, ADC and TC Corrections

2022-12-05 Thread GitBox
TimJTi commented on code in PR #7761: URL: https://github.com/apache/nuttx/pull/7761#discussion_r1040072068 ## arch/arm/src/sama5/sam_tc.c: ## @@ -1443,19 +1445,19 @@ int sam_tc_divisor(uint32_t frequency, uint32_t *div, uint32_t *tcclks) if (div) { uint32_t valu

[GitHub] [nuttx] lucasssvaz opened a new pull request, #7790: arch/xtensa/esp32: Modify REG_[GET/SET]_FIELD to use [get/set]reg32

2022-12-05 Thread GitBox
lucasssvaz opened a new pull request, #7790: URL: https://github.com/apache/nuttx/pull/7790 ## 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 URL above to go to t

[nuttx] branch master updated: compile/attribute: minor fix for packed struct mismatch

2022-12-05 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 b5507ea9a2 compile/attribute: minor fix for pa

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7789: compile/attribute: minor fix for packed struct mismatch

2022-12-05 Thread GitBox
xiaoxiang781216 merged PR #7789: URL: https://github.com/apache/nuttx/pull/7789 -- 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...@nutt

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #7785: Shorter TCP's RTO setting by default

2022-12-05 Thread GitBox
xiaoxiang781216 commented on PR #7785: URL: https://github.com/apache/nuttx/pull/7785#issuecomment-1337903419 Please rebase agian. -- 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 com

[GitHub] [nuttx] anchao commented on a diff in pull request #7789: net/icmpv6: fix UBSan warning

2022-12-05 Thread GitBox
anchao commented on code in PR #7789: URL: https://github.com/apache/nuttx/pull/7789#discussion_r1039913098 ## net/icmpv6/icmpv6_input.c: ## @@ -336,10 +336,12 @@ void icmpv6_input(FAR struct net_driver_s *dev, unsigned int iplen) if ((prefixopt->flags &

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7789: net/icmpv6: fix UBSan warning

2022-12-05 Thread GitBox
pkarashchenko commented on code in PR #7789: URL: https://github.com/apache/nuttx/pull/7789#discussion_r1039912064 ## net/icmpv6/icmpv6_input.c: ## @@ -336,10 +336,12 @@ void icmpv6_input(FAR struct net_driver_s *dev, unsigned int iplen) if ((prefixopt->f

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7789: net/icmpv6: fix UBSan warning

2022-12-05 Thread GitBox
pkarashchenko commented on code in PR #7789: URL: https://github.com/apache/nuttx/pull/7789#discussion_r1039909845 ## net/icmpv6/icmpv6_input.c: ## @@ -336,10 +336,12 @@ void icmpv6_input(FAR struct net_driver_s *dev, unsigned int iplen) if ((prefixopt->f

[nuttx] branch master updated: boards: Remove the unused function prototype(slcd_getstream)

2022-12-05 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 1f25da1366 boards: Remove the unused function

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7788: boards: Remove the unused function prototype(slcd_getstream)

2022-12-05 Thread GitBox
xiaoxiang781216 merged PR #7788: URL: https://github.com/apache/nuttx/pull/7788 -- 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...@nutt

[GitHub] [nuttx] gustavonihei commented on a diff in pull request #7789: net/icmpv6: fix UBSan warning

2022-12-05 Thread GitBox
gustavonihei commented on code in PR #7789: URL: https://github.com/apache/nuttx/pull/7789#discussion_r1039908368 ## net/icmpv6/icmpv6_input.c: ## @@ -336,10 +336,12 @@ void icmpv6_input(FAR struct net_driver_s *dev, unsigned int iplen) if ((prefixopt->fl

[GitHub] [nuttx] anchao commented on a diff in pull request #7789: net/icmpv6: fix UBSan warning

2022-12-05 Thread GitBox
anchao commented on code in PR #7789: URL: https://github.com/apache/nuttx/pull/7789#discussion_r1039897595 ## net/icmpv6/icmpv6_input.c: ## @@ -336,10 +336,12 @@ void icmpv6_input(FAR struct net_driver_s *dev, unsigned int iplen) if ((prefixopt->flags &

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7789: net/icmpv6: fix UBSan warning

2022-12-05 Thread GitBox
pkarashchenko commented on code in PR #7789: URL: https://github.com/apache/nuttx/pull/7789#discussion_r1039883142 ## net/icmpv6/icmpv6_input.c: ## @@ -336,10 +336,12 @@ void icmpv6_input(FAR struct net_driver_s *dev, unsigned int iplen) if ((prefixopt->f

[GitHub] [nuttx] anchao opened a new pull request, #7789: net/icmpv6: fix UBSan warning

2022-12-05 Thread GitBox
anchao opened a new pull request, #7789: URL: https://github.com/apache/nuttx/pull/7789 ## Summary 1. net/icmpv6: fix UBSan warning ``` ubsan_prologue: ubsan_prologue: UBSAN: misaligned-acces

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #7764: include/nuttx/notifier.h: fix compiling error

2022-12-05 Thread GitBox
xiaoxiang781216 commented on PR #7764: URL: https://github.com/apache/nuttx/pull/7764#issuecomment-1337643041 The change is simple, let's ignore the temp ci broken and merge the change instead. -- This is an automated message from the Apache Git Service. To respond to the message, please

[nuttx] branch master updated: include/nuttx/notifier:fix compiling error.

2022-12-05 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 b9c913a195 include/nuttx/notifier:fix compilin

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7764: include/nuttx/notifier.h: fix compiling error

2022-12-05 Thread GitBox
xiaoxiang781216 merged PR #7764: URL: https://github.com/apache/nuttx/pull/7764 -- 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...@nutt

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #7772: libc/stream: Rename [lib_stream_](put|get) to [lib_stream_](putc|getc)

2022-12-05 Thread GitBox
xiaoxiang781216 commented on PR #7772: URL: https://github.com/apache/nuttx/pull/7772#issuecomment-1337559856 > @xiaoxiang781216 we need to remove prototypes `slcd_getstream` as well Fix here: https://github.com/apache/nuttx/pull/7788, also fix the ci error: https://github.com/apache/

[GitHub] [nuttx] lucasssvaz commented on pull request #7786: arch/xtensa: Add support for touch pad polling on ESP32

2022-12-05 Thread GitBox
lucasssvaz commented on PR #7786: URL: https://github.com/apache/nuttx/pull/7786#issuecomment-1337557420 @xiaoxiang781216 Even after rebasing, the CI still fails. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #7788: boards: Remove the unused function prototype(slcd_getstream)

2022-12-05 Thread GitBox
xiaoxiang781216 opened a new pull request, #7788: URL: https://github.com/apache/nuttx/pull/7788 ## Summary ## Impact Fix ci break ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7764: include/nuttx/notifier.h: fix compiling error

2022-12-05 Thread GitBox
xiaoxiang781216 commented on code in PR #7764: URL: https://github.com/apache/nuttx/pull/7764#discussion_r1039717969 ## include/nuttx/notifier.h: ## @@ -176,7 +176,7 @@ extern "C" FAR struct atomic_notifier_head *nh = (nhead); \ irqstate_t flags; \ flags = e

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #7772: libc/stream: Rename [lib_stream_](put|get) to [lib_stream_](putc|getc)

2022-12-05 Thread GitBox
xiaoxiang781216 commented on PR #7772: URL: https://github.com/apache/nuttx/pull/7772#issuecomment-1337538231 Yes, I mean that #7785 and #7786 doesn't rebase to the last master, not this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [nuttx] pkarashchenko commented on pull request #7772: libc/stream: Rename [lib_stream_](put|get) to [lib_stream_](putc|getc)

2022-12-05 Thread GitBox
pkarashchenko commented on PR #7772: URL: https://github.com/apache/nuttx/pull/7772#issuecomment-1337526146 @xiaoxiang781216 I'm talking about mainline health check, not about this PR CI check -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #7787: Camera3

2022-12-05 Thread GitBox
xiaoxiang781216 opened a new pull request, #7787: URL: https://github.com/apache/nuttx/pull/7787 ## Summary - drivers/video: Remove validate_frame_setting NULL check from video_[s|try]_fmt - drivers/video: Zero all fields in an output struct - drivers/video: Replace malloc/real

[GitHub] [nuttx] ethanlcz commented on pull request #7785: Shorter TCP's RTO setting by default

2022-12-05 Thread GitBox
ethanlcz commented on PR #7785: URL: https://github.com/apache/nuttx/pull/7785#issuecomment-1337482814 > @ethanlcz please rebase your patch to ensure #7772 is included. done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[nuttx] branch master updated (b526e06de1 -> 9c27d96b8a)

2022-12-05 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 b526e06de1 drivers/lcd: Reuse lib_meminstream_s as much as possible add e7449cf97a S32K3XX EDMA Set Backdoor fo

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7784: S32K3XX EDMA Set Backdoor for DTCM memory map

2022-12-05 Thread GitBox
xiaoxiang781216 merged PR #7784: URL: https://github.com/apache/nuttx/pull/7784 -- 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...@nutt

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #7772: libc/stream: Rename [lib_stream_](put|get) to [lib_stream_](putc|getc)

2022-12-05 Thread GitBox
xiaoxiang781216 commented on PR #7772: URL: https://github.com/apache/nuttx/pull/7772#issuecomment-1337477985 @pkarashchenko the break is due to the PR doesn't rebase to the last master, but apps does. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #7786: arch/xtensa: Add support for touch pad polling on ESP32

2022-12-05 Thread GitBox
xiaoxiang781216 commented on PR #7786: URL: https://github.com/apache/nuttx/pull/7786#issuecomment-1337474930 @lucasssvaz please rebase your patch to ensure https://github.com/apache/nuttx/pull/7772 is included. -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #7785: Shorter TCP's RTO setting by default

2022-12-05 Thread GitBox
xiaoxiang781216 commented on PR #7785: URL: https://github.com/apache/nuttx/pull/7785#issuecomment-1337474324 @ethanlcz please rebase your patch to ensure https://github.com/apache/nuttx/pull/7772 is included. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #7772: libc/stream: Rename [lib_stream_](put|get) to [lib_stream_](putc|getc)

2022-12-05 Thread GitBox
xiaoxiang781216 commented on PR #7772: URL: https://github.com/apache/nuttx/pull/7772#issuecomment-1337463153 I will take a look. -- 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 comm

[GitHub] [nuttx] pkarashchenko commented on pull request #7772: libc/stream: Rename [lib_stream_](put|get) to [lib_stream_](putc|getc)

2022-12-05 Thread GitBox
pkarashchenko commented on PR #7772: URL: https://github.com/apache/nuttx/pull/7772#issuecomment-1337442907 The mainline is broken 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 specifi

[GitHub] [nuttx] pkarashchenko commented on pull request #7772: libc/stream: Rename [lib_stream_](put|get) to [lib_stream_](putc|getc)

2022-12-05 Thread GitBox
pkarashchenko commented on PR #7772: URL: https://github.com/apache/nuttx/pull/7772#issuecomment-1337429155 @xiaoxiang781216 we need to remove prototypes `slcd_getstream` as well -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [nuttx] XinStellaris commented on a diff in pull request #7764: include/nuttx/notifier.h: fix compiling error

2022-12-05 Thread GitBox
XinStellaris commented on code in PR #7764: URL: https://github.com/apache/nuttx/pull/7764#discussion_r1039604662 ## libs/libc/assert/lib_assert.c: ## @@ -23,16 +23,24 @@ / #include +#include #

[nuttx] branch master updated (4be9ec774b -> b526e06de1)

2022-12-05 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 4be9ec774b Don't download tarballs if a local git repo found add 055f1f33eb libc/stream: Rename [lib_stream

[GitHub] [nuttx] pkarashchenko merged pull request #7772: libc/stream: Rename [lib_stream_](put|get) to [lib_stream_](putc|getc)

2022-12-05 Thread GitBox
pkarashchenko merged PR #7772: URL: https://github.com/apache/nuttx/pull/7772 -- 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.

[GitHub] [nuttx] lucasssvaz opened a new pull request, #7786: arch/xtensa: Add support for touch pad polling on ESP32

2022-12-05 Thread GitBox
lucasssvaz opened a new pull request, #7786: URL: https://github.com/apache/nuttx/pull/7786 ## Summary Adds support for polling the touch pads in boards that use the ESP32 processor. The touch pads are integrated in the buttons subsystem. ## Impact Touch pads integrated

[GitHub] [nuttx] ethanlcz opened a new pull request, #7785: Shorter TCP's RTO setting by default

2022-12-05 Thread GitBox
ethanlcz opened a new pull request, #7785: URL: https://github.com/apache/nuttx/pull/7785 ## 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 URL above to go to the

[GitHub] [nuttx] pkarashchenko commented on pull request #7772: libc/stream: Rename [lib_stream_](put|get) to [lib_stream_](putc|getc)

2022-12-05 Thread GitBox
pkarashchenko commented on PR #7772: URL: https://github.com/apache/nuttx/pull/7772#issuecomment-1337300685 I merged the nuttx-apps PR. Just waiting for CI feedback here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[nuttx-apps] 02/02: examples/hidkbd: Reuse lib_meminstream_s and remove hidbkd_instream_s

2022-12-05 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/nuttx-apps.git commit 00dd4affea1ec9a583b5cb86e74aee689558915b Author: Xiang Xiao AuthorDate: Sun Dec 4 19:52:34 2022 +0800 ex

[GitHub] [nuttx-apps] pkarashchenko merged pull request #1447: libc/stream: Rename (put|get) to (putc|getc)

2022-12-05 Thread GitBox
pkarashchenko merged PR #1447: URL: https://github.com/apache/nuttx-apps/pull/1447 -- 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

[nuttx-apps] 01/02: libc/stream: Rename (put|get) to (putc|getc)

2022-12-05 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/nuttx-apps.git commit 2c56945fee2189ae202b5b15ed0fd25ba0f032c2 Author: Xiang Xiao AuthorDate: Sun Dec 4 19:19:38 2022 +0800 li

[nuttx-apps] branch master updated (6aef469c1 -> 00dd4affe)

2022-12-05 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-apps.git from 6aef469c1 nshlib:judge whether nsh login username is a valid input new 2c56945fe libc/stream: Rename (

[GitHub] [nuttx] PetervdPerk-NXP commented on a diff in pull request #7784: S32K3XX EDMA Set Backdoor for DTCM memory map

2022-12-05 Thread GitBox
PetervdPerk-NXP commented on code in PR #7784: URL: https://github.com/apache/nuttx/pull/7784#discussion_r1039516402 ## arch/arm/src/s32k3xx/s32k3xx_edma.c: ## @@ -154,6 +154,12 @@ struct s32k3xx_edma_s struct s32k3xx_dmach_s dmach[S32K3XX_EDMA_NCHANNELS]; }; +#ifdef CONFI

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7784: S32K3XX EDMA Set Backdoor for DTCM memory map

2022-12-05 Thread GitBox
pkarashchenko commented on code in PR #7784: URL: https://github.com/apache/nuttx/pull/7784#discussion_r1039511512 ## arch/arm/src/s32k3xx/s32k3xx_edma.c: ## @@ -154,6 +154,12 @@ struct s32k3xx_edma_s struct s32k3xx_dmach_s dmach[S32K3XX_EDMA_NCHANNELS]; }; +#ifdef CONFIG_

[GitHub] [nuttx] PetervdPerk-NXP commented on a diff in pull request #7784: S32K3XX EDMA Set Backdoor for DTCM memory map

2022-12-05 Thread GitBox
PetervdPerk-NXP commented on code in PR #7784: URL: https://github.com/apache/nuttx/pull/7784#discussion_r1039508993 ## arch/arm/src/s32k3xx/s32k3xx_edma.c: ## @@ -154,6 +154,12 @@ struct s32k3xx_edma_s struct s32k3xx_dmach_s dmach[S32K3XX_EDMA_NCHANNELS]; }; +#ifdef CONFI

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7784: S32K3XX EDMA Set Backdoor for DTCM memory map

2022-12-05 Thread GitBox
pkarashchenko commented on code in PR #7784: URL: https://github.com/apache/nuttx/pull/7784#discussion_r1039506984 ## arch/arm/src/s32k3xx/s32k3xx_edma.c: ## @@ -154,6 +154,12 @@ struct s32k3xx_edma_s struct s32k3xx_dmach_s dmach[S32K3XX_EDMA_NCHANNELS]; }; +#ifdef CONFIG_

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7776: Minor change for video framebuff

2022-12-05 Thread GitBox
xiaoxiang781216 commented on code in PR #7776: URL: https://github.com/apache/nuttx/pull/7776#discussion_r1039499272 ## drivers/video/video_framebuff.c: ## @@ -114,40 +95,41 @@ void video_framebuff_uninit(video_framebuff_t *fbuf) int video_framebuff_realloc_container(video_fr

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7761: SAMA5D2 TDC, ADC and TC Corrections

2022-12-05 Thread GitBox
pkarashchenko commented on code in PR #7761: URL: https://github.com/apache/nuttx/pull/7761#discussion_r1039498071 ## arch/arm/src/sama5/sam_tc.c: ## @@ -1263,11 +1264,11 @@ void sam_tc_setregister(TC_HANDLE handle, int regid, uint32_t regval) DEBUGASSERT(chan && regid < T

[GitHub] [nuttx] TimJTi commented on pull request #7761: SAMA5D2 TDC, ADC and TC Corrections

2022-12-05 Thread GitBox
TimJTi commented on PR #7761: URL: https://github.com/apache/nuttx/pull/7761#issuecomment-1337195519 checkpatch.sh reporting things that look OK to me. Can't see the wood for the trees at the moment... -- This is an automated message from the Apache Git Service. To respond to the message,

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

2022-12-05 Thread GitBox
jerpelea commented on PR #7584: URL: https://github.com/apache/nuttx/pull/7584#issuecomment-1337180112 > @SPRESENSE maybe you can recommend me the board (send me link to the board), so I can purchase it locally and try changes by myself? @pkarashchenko please contact me by mail

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

2022-12-05 Thread GitBox
jerpelea commented on PR #7584: URL: https://github.com/apache/nuttx/pull/7584#issuecomment-1337178882 @xiaoxiang781216 I cant test until next week @masayuki2009 can you please test the code? -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [nuttx] anchao commented on pull request #7616: net/l2/l3/l4: add support of iob offload

2022-12-05 Thread GitBox
anchao commented on PR #7616: URL: https://github.com/apache/nuttx/pull/7616#issuecomment-1337168445 @masayuki2009 san, I can not reproduce this issue with some network tests, I also grabbed the net traffic clips when playing music, please check the attachment. ``` AEG te

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

2022-12-05 Thread GitBox
xiaoxiang781216 commented on PR #7584: URL: https://github.com/apache/nuttx/pull/7584#issuecomment-1337079592 @jerpelea @masayuki2009 could you help verify the change? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7772: libc/stream: Rename [lib_stream_](put|get) to [lib_stream_](putc|getc)

2022-12-05 Thread GitBox
pkarashchenko commented on code in PR #7772: URL: https://github.com/apache/nuttx/pull/7772#discussion_r1039390683 ## include/nuttx/input/kbd_codec.h: ## @@ -223,7 +223,7 @@ extern "C" * / -#define

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

2022-12-05 Thread GitBox
pkarashchenko commented on PR #7584: URL: https://github.com/apache/nuttx/pull/7584#issuecomment-1337063145 @SPRESENSE maybe you can recommend me the board (send me link to the board), so I can purchase it locally and try changes by myself? -- This is an automated message from the Apache

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7768: net/d_buf: remove d_buf reference from l3/l4

2022-12-05 Thread GitBox
pkarashchenko commented on code in PR #7768: URL: https://github.com/apache/nuttx/pull/7768#discussion_r1039380199 ## arch/arm/src/tiva/lm/lm3s_ethernet.c: ## @@ -160,6 +160,12 @@ #define TIVA_MAX_MDCCLK 250 +/* This is a helper pointer for accessing the contents of the

[GitHub] [nuttx] PetervdPerk-NXP commented on a diff in pull request #7784: S32K3XX EDMA Set Backdoor for DTCM memory map

2022-12-05 Thread GitBox
PetervdPerk-NXP commented on code in PR #7784: URL: https://github.com/apache/nuttx/pull/7784#discussion_r1039376762 ## arch/arm/src/s32k3xx/s32k3xx_edma.c: ## @@ -154,6 +154,12 @@ struct s32k3xx_edma_s struct s32k3xx_dmach_s dmach[S32K3XX_EDMA_NCHANNELS]; }; +#ifdef CONFI

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7761: Corrections

2022-12-05 Thread GitBox
pkarashchenko commented on code in PR #7761: URL: https://github.com/apache/nuttx/pull/7761#discussion_r1039374767 ## arch/arm/src/sama5/sam_tc.c: ## @@ -1451,7 +1452,8 @@ int sam_tc_divisor(uint32_t frequency, uint32_t *div, uint32_t *tcclks) if (tcclks) { - tmr

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7784: S32K3XX EDMA Set Backdoor for DTCM memory map

2022-12-05 Thread GitBox
pkarashchenko commented on code in PR #7784: URL: https://github.com/apache/nuttx/pull/7784#discussion_r1039368470 ## arch/arm/src/s32k3xx/s32k3xx_edma.c: ## @@ -154,6 +154,12 @@ struct s32k3xx_edma_s struct s32k3xx_dmach_s dmach[S32K3XX_EDMA_NCHANNELS]; }; +#ifdef CONFIG_

[nuttx] branch master updated (83c4e7d9b6 -> 4be9ec774b)

2022-12-05 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 83c4e7d9b6 libc/hex2bin: Remove the unused declaration add 4be9ec774b Don't download tarballs if a local gi

[GitHub] [nuttx] pkarashchenko merged pull request #7705: Don't download tarballs if a local git repo found

2022-12-05 Thread GitBox
pkarashchenko merged PR #7705: URL: https://github.com/apache/nuttx/pull/7705 -- 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.

[GitHub] [nuttx] pkarashchenko commented on pull request #7705: Don't download tarballs if a local git repo found

2022-12-05 Thread GitBox
pkarashchenko commented on PR #7705: URL: https://github.com/apache/nuttx/pull/7705#issuecomment-1337043840 Merging this since do not observe activity from other reviewers. Let's follow-up further improvements in the next PR -- This is an automated message from the Apache Git Service. To

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7772: libc/stream: Rename [lib_stream_](put|get) to [lib_stream_](putc|getc)

2022-12-05 Thread GitBox
pkarashchenko commented on code in PR #7772: URL: https://github.com/apache/nuttx/pull/7772#discussion_r1039364206 ## include/nuttx/lcd/slcd_codec.h: ## @@ -128,7 +128,7 @@ extern "C" * / -#define

[nuttx] branch master updated (f142cf0e55 -> 83c4e7d9b6)

2022-12-05 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 f142cf0e55 drivers/video: Remove memset from cleanup_streamresources add 83c4e7d9b6 libc/hex2bin: Remove th

[GitHub] [nuttx] pkarashchenko merged pull request #7774: libc/hex2bin: Remove the unused declaration

2022-12-05 Thread GitBox
pkarashchenko merged PR #7774: URL: https://github.com/apache/nuttx/pull/7774 -- 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.

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7776: Minor change for video framebuff

2022-12-05 Thread GitBox
pkarashchenko commented on code in PR #7776: URL: https://github.com/apache/nuttx/pull/7776#discussion_r1039360580 ## drivers/video/video_framebuff.c: ## @@ -114,40 +95,41 @@ void video_framebuff_uninit(video_framebuff_t *fbuf) int video_framebuff_realloc_container(video_fram

[nuttx] branch master updated (e002edf87c -> f142cf0e55)

2022-12-05 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 e002edf87c net/devif: reprepare iob buffer before polling connections new c8868b3745 drivers/video: Return

[nuttx] 01/04: drivers/video: Return 0 in case g_video_sensor_ops or get_supported_value is NULL

2022-12-05 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/nuttx.git commit c8868b374573ed90f84065e393b8761159401d15 Author: Xiang Xiao AuthorDate: Mon Dec 5 03:27:48 2022 +0800 drivers

[GitHub] [nuttx] pkarashchenko merged pull request #7780: Minor fix for video driver

2022-12-05 Thread GitBox
pkarashchenko merged PR #7780: URL: https://github.com/apache/nuttx/pull/7780 -- 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] 04/04: drivers/video: Remove memset from cleanup_streamresources

2022-12-05 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/nuttx.git commit f142cf0e55b67423cf568c9730365f622c102028 Author: Xiang Xiao AuthorDate: Mon Dec 5 03:39:27 2022 +0800 drivers

[nuttx] 03/04: drivers/video: Should do uninitialization if is_initialized is true

2022-12-05 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/nuttx.git commit 99311ed6a5dd390953463f73ed03325e8d9e94d6 Author: Xiang Xiao AuthorDate: Mon Dec 5 04:09:50 2022 +0800 drivers

[nuttx] 02/04: drivers/video: Return zero if gamma curve isn't supported in initialize_scene_gamma

2022-12-05 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/nuttx.git commit 92e72f8624feb70fa49cdd464eff9fd78f0c9854 Author: Xiang Xiao AuthorDate: Mon Dec 5 03:33:33 2022 +0800 drivers

  1   2   >