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:
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
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
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
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.
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
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
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
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
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
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
##
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
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 ((
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 =
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
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
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 ((
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 ((
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 &
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
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
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
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
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
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 &
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
#
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
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.
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
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
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
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
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
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
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 (
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
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_
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
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_
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
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
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,
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
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
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
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
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
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
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
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
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
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_
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
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.
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
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
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
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.
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
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
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
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.
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
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
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 - 100 of 107 matches
Mail list logo