shizhenghui opened a new pull request, #11298:
URL: https://github.com/apache/nuttx/pull/11298
## Update v4l2m2m interface & create videoio.h
1. Copy part of linux videodev2.h which is used in v4l2m2m
2. Move userspace interface from nuttx/video/video.h to include/sys/videoio.h
shizhenghui closed pull request #11298: Update v4l2m2m interface & create
videoio.h
URL: https://github.com/apache/nuttx/pull/11298
--
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 comme
shizhenghui commented on PR #11298:
URL: https://github.com/apache/nuttx/pull/11298#issuecomment-1835419247
> @shizhenghui what is the purpose of this command:
>
> ```
> ffmpeg -vcodec h264_v4l2m2m -i /stream/333.mp4 -pix_fmt rgb32 -f fbdev
/dev/fb0
> ```
>
> I assume it
dapeng0512 commented on issue #11279:
URL: https://github.com/apache/nuttx/issues/11279#issuecomment-1835351471
Hi @eren-terzioglu
Thank you for your reply.
1. I didn’t use pre-build version. because it couldn’t be started in my
environment. It doesn’t seem to support this fla
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 a96ac728 Publishing web: 36ddd7c6
acassis merged PR #11300:
URL: https://github.com/apache/nuttx/pull/11300
--
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.apac
SimonFilgis commented on issue #11292:
URL: https://github.com/apache/nuttx/issues/11292#issuecomment-1834260906
Hi Hakeem,
And are you in write-through mode:
CONFIG_ARMV7M_DCACHE_WRITETHROUGH
make menuconfig...
Simon
--
Hard- and Softwaredevelopment Consulta
HakeemG commented on issue #11292:
URL: https://github.com/apache/nuttx/issues/11292#issuecomment-1834255049
@acassis I cherry picked the changes in #10536 but unfortunately with no
luck in fixing my issue.
--
This is an automated message from the Apache Git Service.
To respond to the me
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 31abcb0e9a xtensa/esp32s3: Add rtc defconfig
3
xiaoxiang781216 merged PR #11295:
URL: https://github.com/apache/nuttx/pull/11295
--
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...@nu
xiaoxiang781216 commented on PR #11298:
URL: https://github.com/apache/nuttx/pull/11298#issuecomment-1834159080
> @shizhenghui what is the purpose of this command:
>
> ```
> ffmpeg -vcodec h264_v4l2m2m -i /stream/333.mp4 -pix_fmt rgb32 -f fbdev
/dev/fb0
> ```
>
> I assume
acassis commented on PR #11298:
URL: https://github.com/apache/nuttx/pull/11298#issuecomment-1833946774
@shizhenghui what is the purpose of this command:
```
ffmpeg -vcodec h264_v4l2m2m -i /stream/333.mp4 -pix_fmt rgb32 -f fbdev
/dev/fb0
```
I assume it is only used on Linux
trns1997 commented on PR #11269:
URL: https://github.com/apache/nuttx/pull/11269#issuecomment-1833939123
> @trns1997 Thanks for your information, is there any update ?
>
> BTW, the 17.0.6 of libcxx released now.
@no1wudi Alright s, i figured out what is going on.
# Th
acassis commented on code in PR #11300:
URL: https://github.com/apache/nuttx/pull/11300#discussion_r141071
##
arch/xtensa/src/esp32s2/Kconfig:
##
@@ -1020,6 +1024,49 @@ config ESP32S2_SPIRAM_IGNORE_NOTFOUND
endmenu # SPI RAM Configuration
+menu "RTC Configuration"
+
eren-terzioglu commented on issue #11279:
URL: https://github.com/apache/nuttx/issues/11279#issuecomment-1833874676
Hi @dapeng0512
We need to ask some questions and suggestions something to do for
understanding your issue correctly and create a solution.
1) First of all, did y
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
commit 7b1f22ca182e105bc304b93b7dc7bb729b709a0d
Author: chao an
AuthorDate: Thu Nov 30 17:15:02 2023 +0800
xmc4/spi: fix
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 3d57055057 libc/arm: add support of PACBTI
new 09c17fcfa8 segger/rtt: correct macro name to avoid unable to cha
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
commit 09c17fcfa8bf24d71c5a28758a81427572f74eb1
Author: chao an
AuthorDate: Thu Nov 30 16:59:51 2023 +0800
segger/rtt: c
xiaoxiang781216 merged PR #11296:
URL: https://github.com/apache/nuttx/pull/11296
--
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...@nu
eren-terzioglu opened a new pull request, #11300:
URL: https://github.com/apache/nuttx/pull/11300
## Summary
xtensa/esp32s2: Add RTC support
xtensa/esp32s2: Add RTC config
## Impact
Only ESP32S2
## Testing
`esp32s2-saola-1:rtc` config used. `alarm 10` and
eren-terzioglu opened a new pull request, #11299:
URL: https://github.com/apache/nuttx/pull/11299
## Summary
* Bugfix of [this
issue](https://github.com/espressif/esp-hal-3rdparty/issues/1)
* xtensa/esp32s3: Fix esp32s3 mcuboot ota crash
## Impact
Only ESP32S3
acassis commented on issue #11292:
URL: https://github.com/apache/nuttx/issues/11292#issuecomment-1833766796
@HakeemG @mraja-brooks please also test a recent version with the
https://github.com/apache/nuttx/pull/10536 that seems to fix similar issue for
@SimonFilgis
--
This is an automa
anchao commented on issue #11292:
URL: https://github.com/apache/nuttx/issues/11292#issuecomment-1833701577
Maybe you can try enable `CONFIG_NET_ARP_SEND=y` and check further if that
helps
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
raiden00pl opened a new issue, #11297:
URL: https://github.com/apache/nuttx/issues/11297
For now only BLE is supported for nRF5x. IEEE802.15.4 will enable Thread
support for Nordic chips. I have it partially done, but I don't know when I'll
finish it, so I'm starting an issue to track any p
anchao opened a new pull request, #11296:
URL: https://github.com/apache/nuttx/pull/11296
## Summary
segger/rtt: correct macro name to avoid unable to change default mode
SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL should be
CONFIG_SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL
## Impact
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 3d57055057 libc/arm: add support of PACBTI
3d5
xiaoxiang781216 merged PR #11288:
URL: https://github.com/apache/nuttx/pull/11288
--
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...@nu
royratcliffe commented on PR #11291:
URL: https://github.com/apache/nuttx/pull/11291#issuecomment-1833358922
> @royratcliffe could you rearrange your patch and fix the conflict?
Thanks @xiaoxiang781216. Will do.
--
This is an automated message from the Apache Git Service.
To respond
eren-terzioglu opened a new pull request, #11295:
URL: https://github.com/apache/nuttx/pull/11295
## Summary
xtensa/esp32s3: Add rtc defconfig
## Impact
Only ESP32S3
## Testing
`esp32s3-devkit:rtc`
--
This is an automated message from the Apache G
29 matches
Mail list logo