[PR] Update v4l2m2m interface & create videoio.h [nuttx]

2023-11-30 Thread via GitHub
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

Re: [PR] Update v4l2m2m interface & create videoio.h [nuttx]

2023-11-30 Thread via GitHub
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

Re: [PR] Update v4l2m2m interface & create videoio.h [nuttx]

2023-11-30 Thread via GitHub
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

Re: [I] WIFI thread crash in OTA mode [nuttx]

2023-11-30 Thread via GitHub
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

(nuttx-website) branch asf-site updated: Publishing web: 36ddd7c60a8230335eda886c909bc938739114a2 docs: 5b19d8b2cb1448f3744ccea1a6917f2aba643bb3

2023-11-30 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 a96ac728 Publishing web: 36ddd7c6

Re: [PR] xtensa/esp32s2: Add RTC support [nuttx]

2023-11-30 Thread via GitHub
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

Re: [I] Networking 1s Send Delay and SO_SNDTIMEO odd behavior [nuttx]

2023-11-30 Thread via GitHub
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

Re: [I] Networking 1s Send Delay and SO_SNDTIMEO odd behavior [nuttx]

2023-11-30 Thread via GitHub
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

(nuttx) branch master updated: xtensa/esp32s3: Add rtc defconfig

2023-11-30 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 31abcb0e9a xtensa/esp32s3: Add rtc defconfig 3

Re: [PR] xtensa/esp32s3: Add rtc defconfig [nuttx]

2023-11-30 Thread via GitHub
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

Re: [PR] Update v4l2m2m interface & create videoio.h [nuttx]

2023-11-30 Thread via GitHub
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

Re: [PR] Update v4l2m2m interface & create videoio.h [nuttx]

2023-11-30 Thread via GitHub
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

Re: [PR] libcxx: Upgrade to llvm 17.0.1 [nuttx]

2023-11-30 Thread via GitHub
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

Re: [PR] xtensa/esp32s2: Add RTC support [nuttx]

2023-11-30 Thread via GitHub
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" +

Re: [I] WIFI thread crash in OTA mode [nuttx]

2023-11-30 Thread via GitHub
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

(nuttx) 02/02: xmc4/spi: fix typo

2023-11-30 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 commit 7b1f22ca182e105bc304b93b7dc7bb729b709a0d Author: chao an AuthorDate: Thu Nov 30 17:15:02 2023 +0800 xmc4/spi: fix

(nuttx) branch master updated (3d57055057 -> 7b1f22ca18)

2023-11-30 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 3d57055057 libc/arm: add support of PACBTI new 09c17fcfa8 segger/rtt: correct macro name to avoid unable to cha

(nuttx) 01/02: segger/rtt: correct macro name to avoid unable to change default mode

2023-11-30 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 commit 09c17fcfa8bf24d71c5a28758a81427572f74eb1 Author: chao an AuthorDate: Thu Nov 30 16:59:51 2023 +0800 segger/rtt: c

Re: [PR] segger/rtt: correct macro name to avoid unable to change default mode [nuttx]

2023-11-30 Thread via GitHub
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

[PR] xtensa/esp32s2: Add RTC support [nuttx]

2023-11-30 Thread via GitHub
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

[PR] xtensa/esp32s3: Fix esp32s3 mcuboot ota crash [nuttx]

2023-11-30 Thread via GitHub
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

Re: [I] Networking 1s Send Delay and SO_SNDTIMEO odd behavior [nuttx]

2023-11-30 Thread via GitHub
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

Re: [I] Networking 1s Send Delay and SO_SNDTIMEO odd behavior [nuttx]

2023-11-30 Thread via GitHub
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

[I] IEEE802.15.4 support for nRF52 and nRF53 [nuttx]

2023-11-30 Thread via GitHub
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

[PR] segger/rtt: correct macro name to avoid unable to change default mode [nuttx]

2023-11-30 Thread via GitHub
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

(nuttx) branch master updated: libc/arm: add support of PACBTI

2023-11-30 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 3d57055057 libc/arm: add support of PACBTI 3d5

Re: [PR] libc/arm: add support of PACBTI [nuttx]

2023-11-30 Thread via GitHub
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

Re: [PR] boards/stm32h7/h747ai: Support for generic STM32H747AI MCU [nuttx]

2023-11-30 Thread via GitHub
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

[PR] xtensa/esp32s3: Add rtc defconfig [nuttx]

2023-11-30 Thread via GitHub
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