[GitHub] [nuttx] anchao commented on pull request #7797: net/ipfwd: fix ipforward after IOB offload

2022-12-06 Thread GitBox
anchao commented on PR #7797: URL: https://github.com/apache/nuttx/pull/7797#issuecomment-1338995025 LGTM -- 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-

[GitHub] [nuttx] anchao merged pull request #7797: net/ipfwd: fix ipforward after IOB offload

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

[nuttx] branch master updated (813dfe9756 -> 6e9053265c)

2022-12-06 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 813dfe9756 spresense/rndis: set default throttle entries to 24 (2*MTU) add 2a780e0467 net/ipfwd: fix `devif_forwar

[GitHub] [nuttx] xiaoxiang781216 commented on issue #7795: An error occurred building maix-bit:nsh

2022-12-06 Thread GitBox
xiaoxiang781216 commented on issue #7795: URL: https://github.com/apache/nuttx/issues/7795#issuecomment-1339081404 could you try this version: https://github.com/apache/nuttx/blob/master/tools/ci/docker/linux/Dockerfile#L180 -- This is an automated message from the Apache Git Service.

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7796: arm64/a64: Add drivers for PIO and LEDs

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

[nuttx] branch master updated (6e9053265c -> c2d75c930b)

2022-12-06 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 6e9053265c net/ipfwd: fix `ipv4_dev_forward` after IOB offload. add c2d75c930b arm64/a64: Add drivers for PIO a

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7791: Move _assert to kernel space.

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

[nuttx] branch master updated: Move _assert to kernel space.

2022-12-06 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 2719869ab2 Move _assert to kernel space. 27198

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1407: Fix various error in Windows native build

2022-12-06 Thread GitBox
xiaoxiang781216 commented on code in PR #1407: URL: https://github.com/apache/nuttx-apps/pull/1407#discussion_r1040802577 ## Makefile: ## @@ -21,6 +21,16 @@ export APPDIR = $(CURDIR) include $(APPDIR)/Make.defs +# The GNU make CURDIR will always be a POSIX-like path with for

[GitHub] [nuttx] anchao merged pull request #7792: Improve UBSan configuraion

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

[nuttx] 02/02: boards/sim: Decouple CONFIG_MM_UBSAN_ALL from CONFIG_MM_UBSAN_ALL

2022-12-06 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit ee93e6ea0d8ebaf2c383a8b4fc7061117018b780 Author: Xiang Xiao AuthorDate: Tue Dec 6 13:18:11 2022 +0800 boards/sim: De

[nuttx] branch master updated (2719869ab2 -> ee93e6ea0d)

2022-12-06 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 2719869ab2 Move _assert to kernel space. new 800fac05d9 mm: Change the default of MM_UBSAN_TRAP_ON_ERROR to n

[nuttx] 01/02: mm: Change the default of MM_UBSAN_TRAP_ON_ERROR to n

2022-12-06 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 800fac05d98c135ad4f64b9eff3396efdc526858 Author: Xiang Xiao AuthorDate: Tue Dec 6 13:27:24 2022 +0800 mm: Change the

[GitHub] [nuttx] GooTal commented on issue #7795: An error occurred building maix-bit:nsh

2022-12-06 Thread GitBox
GooTal commented on issue #7795: URL: https://github.com/apache/nuttx/issues/7795#issuecomment-1339179339 Thanks, I\`ll try this later. But it seems that riscv cross cross compile tools is not the root cause. The branch `release/11.0` can be successfully built using riscv64-unknown-elf-g

[GitHub] [nuttx] PeterBee97 opened a new pull request, #7798: arch/sim: add v4l2 driver for sim

2022-12-06 Thread GitBox
PeterBee97 opened a new pull request, #7798: URL: https://github.com/apache/nuttx/pull/7798 ## Summary This patch adds v4l2 bridge between Linux host and NuttX simulator. ## Impact A video device node will appear under /dev when SIM_VIDEO is enabled, capable of video capture similar

[GitHub] [nuttx-apps] PeterBee97 opened a new pull request, #1448: graphics/libyuv: add libyuv

2022-12-06 Thread GitBox
PeterBee97 opened a new pull request, #1448: URL: https://github.com/apache/nuttx-apps/pull/1448 ## Summary Added libyuv for video format conversions. ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [nuttx] xiaoxiang781216 commented on issue #7795: An error occurred building maix-bit:nsh

2022-12-06 Thread GitBox
xiaoxiang781216 commented on issue #7795: URL: https://github.com/apache/nuttx/issues/7795#issuecomment-1339208729 But maix-bit/nsh pass the daily ci https://github.com/apache/nuttx/actions/runs/3622886642/jobs/6108177030: ``` ==

[GitHub] [nuttx] pkarashchenko merged pull request #7771: arch/sim: Make the naming consistent with each other

2022-12-06 Thread GitBox
pkarashchenko merged PR #7771: URL: https://github.com/apache/nuttx/pull/7771 -- 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] 01/03: arch/sim: Move host files to the correct location

2022-12-06 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 4e24ef23f414896400a972f7f8a3a524bd16eb36 Author: Xiang Xiao AuthorDate: Sun Dec 4 16:12:02 2022 +0800 arch/si

[nuttx] 03/03: arch/sim: Change usrsock_host_ prefix to host_usrsock_

2022-12-06 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 d6c8c269f5c64e20c467f30e2bf1fc70c89c4e43 Author: Xiang Xiao AuthorDate: Sun Dec 4 16:20:28 2022 +0800 arch/si

[nuttx] branch master updated (ee93e6ea0d -> d6c8c269f5)

2022-12-06 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 ee93e6ea0d boards/sim: Decouple CONFIG_MM_UBSAN_ALL from CONFIG_MM_UBSAN_ALL new 4e24ef23f4 arch/sim: Move

[nuttx] 02/03: arch/sim: Change sim_host_ prefix to host_

2022-12-06 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 79c8b7d3fd2485ef08e06f915aae083792be11f3 Author: Xiang Xiao AuthorDate: Sun Dec 4 16:18:32 2022 +0800 arch/si

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7798: arch/sim: add v4l2 driver for sim

2022-12-06 Thread GitBox
xiaoxiang781216 commented on code in PR #7798: URL: https://github.com/apache/nuttx/pull/7798#discussion_r1040857456 ## arch/sim/src/sim/sim_video_host.h: ## @@ -0,0 +1,50 @@ +/ + * arch/sim/src/sim/sim_

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7798: arch/sim: add v4l2 driver for sim

2022-12-06 Thread GitBox
xiaoxiang781216 commented on code in PR #7798: URL: https://github.com/apache/nuttx/pull/7798#discussion_r1040857456 ## arch/sim/src/sim/sim_video_host.h: ## @@ -0,0 +1,50 @@ +/ + * arch/sim/src/sim/sim_

[GitHub] [nuttx] GooTal commented on issue #7795: An error occurred building maix-bit:nsh

2022-12-06 Thread GitBox
GooTal commented on issue #7795: URL: https://github.com/apache/nuttx/issues/7795#issuecomment-1339236217 Thank you so much. Problem solved! Yes, it is due to the environment difference. Now I\`m using riscv64-unknown-elf-gcc 8.3.0 on ubuntu 22.04, which could successfully build nuttx

[GitHub] [nuttx] gustavonihei opened a new pull request, #7799: ESP32-S3: Add support for Protected Mode

2022-12-06 Thread GitBox
gustavonihei opened a new pull request, #7799: URL: https://github.com/apache/nuttx/pull/7799 ## Summary This PR intends to add Protected Mode support for **ESP32-S3** by relying on the **Permission Controller (PMS)** and **World Controller (WCL)** peripherals for implementing isolat

[GitHub] [nuttx-apps] PeterBee97 opened a new pull request, #1449: apps/system: add nxcamera app

2022-12-06 Thread GitBox
PeterBee97 opened a new pull request, #1449: URL: https://github.com/apache/nuttx-apps/pull/1449 ## Summary Add NxCamera app similar to NxLooper, which can be used to control video capture device. The basic capture n' display function is complete, while file output and camera control fea

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1448: graphics/libyuv: add libyuv

2022-12-06 Thread GitBox
xiaoxiang781216 commented on code in PR #1448: URL: https://github.com/apache/nuttx-apps/pull/1448#discussion_r1040937944 ## graphics/libyuv/Makefile: ## @@ -0,0 +1,46 @@ + +# apps/graphics/libyuv/Makefi

[GitHub] [nuttx] lucasssvaz opened a new pull request, #7800: arch/xtensa/esp32: Optimize macro and ensure overwrite protection

2022-12-06 Thread GitBox
lucasssvaz opened a new pull request, #7800: URL: https://github.com/apache/nuttx/pull/7800 ## Summary Optimizes and fixes potential overflow bug introduced by #7790. ## Impact Avoids buffer overflow. ## Testing CI build pass and local testing. -- This is

[GitHub] [nuttx] xiaoxiang781216 commented on issue #7795: An error occurred building maix-bit:nsh

2022-12-06 Thread GitBox
xiaoxiang781216 commented on issue #7795: URL: https://github.com/apache/nuttx/issues/7795#issuecomment-1339390566 Look like it's better to update the toolchain used by ci to the last version and fix the compiler issue. -- This is an automated message from the Apache Git Service. To resp

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

2022-12-06 Thread GitBox
xiaoxiang781216 commented on code in PR #7687: URL: https://github.com/apache/nuttx/pull/7687#discussion_r1040980742 ## drivers/video/video.c: ## @@ -219,6 +223,7 @@ static int validate_frame_setting(enum v4l2_buf_type type, uint8_t nr_fmt,

[GitHub] [nuttx] ssssenai commented on a diff in pull request #7762: arch: xtensa/esp32: Add esp32_himem_chardev.c

2022-12-06 Thread GitBox
enai commented on code in PR #7762: URL: https://github.com/apache/nuttx/pull/7762#discussion_r1041012233 ## include/nuttx/drivers/himem_chardev.h: ## @@ -0,0 +1,42 @@ +/ + * include/nuttx/drivers/hi

[GitHub] [nuttx] anchao opened a new pull request, #7801: net/ipforward: update IP buffer offset

2022-12-06 Thread GitBox
anchao opened a new pull request, #7801: URL: https://github.com/apache/nuttx/pull/7801 ## Summary net/ipforward: update IP buffer offset Signed-off-by: chao an ## Impact N/A ## Testing ci-check -- This is an automated message from the Apache

[GitHub] [nuttx] PeterBee97 commented on a diff in pull request #7798: arch/sim: add v4l2 driver for sim

2022-12-06 Thread GitBox
PeterBee97 commented on code in PR #7798: URL: https://github.com/apache/nuttx/pull/7798#discussion_r1041017170 ## arch/sim/Kconfig: ## @@ -265,6 +265,33 @@ endchoice endif +config SIM_VIDEO + bool "Simulated video support" + depends on VIDEO + default y +

[GitHub] [nuttx] PeterBee97 commented on a diff in pull request #7798: arch/sim: add v4l2 driver for sim

2022-12-06 Thread GitBox
PeterBee97 commented on code in PR #7798: URL: https://github.com/apache/nuttx/pull/7798#discussion_r1041017521 ## arch/sim/src/sim/sim_video.c: ## @@ -0,0 +1,354 @@ +/ + * arch/sim/src/sim/sim_video.c +

[GitHub] [nuttx] PeterBee97 commented on a diff in pull request #7798: arch/sim: add v4l2 driver for sim

2022-12-06 Thread GitBox
PeterBee97 commented on code in PR #7798: URL: https://github.com/apache/nuttx/pull/7798#discussion_r1041017857 ## arch/sim/src/sim/sim_video.c: ## @@ -0,0 +1,354 @@ +/ + * arch/sim/src/sim/sim_video.c +

[GitHub] [nuttx] PeterBee97 commented on a diff in pull request #7798: arch/sim: add v4l2 driver for sim

2022-12-06 Thread GitBox
PeterBee97 commented on code in PR #7798: URL: https://github.com/apache/nuttx/pull/7798#discussion_r1041018119 ## arch/sim/src/sim/posix/sim_video_host.c: ## @@ -0,0 +1,350 @@ +/ + * arch/sim/src/sim/po

[GitHub] [nuttx] PeterBee97 commented on a diff in pull request #7798: arch/sim: add v4l2 driver for sim

2022-12-06 Thread GitBox
PeterBee97 commented on code in PR #7798: URL: https://github.com/apache/nuttx/pull/7798#discussion_r1041018427 ## arch/sim/src/sim/posix/sim_video_host.c: ## @@ -0,0 +1,350 @@ +/ + * arch/sim/src/sim/po

[GitHub] [nuttx] PeterBee97 commented on a diff in pull request #7798: arch/sim: add v4l2 driver for sim

2022-12-06 Thread GitBox
PeterBee97 commented on code in PR #7798: URL: https://github.com/apache/nuttx/pull/7798#discussion_r1041018670 ## arch/sim/src/sim/posix/sim_video_host.c: ## @@ -0,0 +1,350 @@ +/ + * arch/sim/src/sim/po

[GitHub] [nuttx-apps] PeterBee97 commented on a diff in pull request #1448: graphics/libyuv: add libyuv

2022-12-06 Thread GitBox
PeterBee97 commented on code in PR #1448: URL: https://github.com/apache/nuttx-apps/pull/1448#discussion_r1041022150 ## graphics/libyuv/Makefile: ## @@ -0,0 +1,46 @@ + +# apps/graphics/libyuv/Makefile +#

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

2022-12-06 Thread GitBox
PeterBee97 commented on code in PR #7687: URL: https://github.com/apache/nuttx/pull/7687#discussion_r1041040389 ## drivers/video/video.c: ## @@ -1236,13 +1307,27 @@ static int video_qbuf(FAR struct video_mng_s *vmng, (&type_inf->bufinf); if (con

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

2022-12-06 Thread GitBox
TimJTi commented on PR #7761: URL: https://github.com/apache/nuttx/pull/7761#issuecomment-1339471458 OK...so in trying to fix someone else's code I found I didn't have any timer/counters enabled in my config, this attempt So the code was not actually being compiled, so wasn't picking up a t

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

2022-12-06 Thread GitBox
lucasssvaz commented on PR #7616: URL: https://github.com/apache/nuttx/pull/7616#issuecomment-1339473529 For some reason, after this PR, non-persistent `wapi` configuration on ESP32 makes the board not respond to pings. We are still investigating the cause and dimension of the problem.

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

2022-12-06 Thread GitBox
tmedicci commented on PR #7616: URL: https://github.com/apache/nuttx/pull/7616#issuecomment-133947 > For some reason, after this PR, non-persistent `wapi` configuration on ESP32 makes the board not respond to pings. We are still investigating the cause and dimension of the problem. >

[GitHub] [nuttx-apps] xiaoxiang781216 opened a new pull request, #1450: Minor camera example style improvement

2022-12-06 Thread GitBox
xiaoxiang781216 opened a new pull request, #1450: URL: https://github.com/apache/nuttx-apps/pull/1450 ## Summary - examples/camera: Fix the style issue - examples/camera: Call VIDIOC_S_FMT before VIDIOC_REQBUFS ## Impact Minor ## Testing Pass CI --

[GitHub] [nuttx] lucasssvaz opened a new issue, #7802: Network performance deterioration and weird behaviour on ESP32

2022-12-06 Thread GitBox
lucasssvaz opened a new issue, #7802: URL: https://github.com/apache/nuttx/issues/7802 After the changes introduced by #7616, the ESP stopped responding to pings when manually configuring the wifi parameters (through `wapi` commands). This does not happen when the parameters are set through

[GitHub] [nuttx-apps] xiaoxiang781216 commented on pull request #1450: Minor camera example style improvement

2022-12-06 Thread GitBox
xiaoxiang781216 commented on PR #1450: URL: https://github.com/apache/nuttx-apps/pull/1450#issuecomment-1339512727 Let's ignore the false style warning: ``` apps/examples/camera/camera_main.c:674:44: error: Operator/assignment must be followed with whitespace ``` -- This is an au

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

2022-12-06 Thread GitBox
xiaoxiang781216 commented on code in PR #7687: URL: https://github.com/apache/nuttx/pull/7687#discussion_r1041091930 ## drivers/video/video.c: ## @@ -62,6 +62,8 @@ #define VIDEO_ID(x, y) (((x) << 16) | (y)) +#define MAX_VIDEO_HEAP_SIZE CONFIG_VIDEO_HEAP_SIZE Review Comment

[GitHub] [nuttx] acassis commented on issue #7802: Network performance deterioration and weird behaviour on ESP32

2022-12-06 Thread GitBox
acassis commented on issue #7802: URL: https://github.com/apache/nuttx/issues/7802#issuecomment-1339532595 Some important information: If the WiFi/SSID is defined in the menuconfig the issue doesn't happen. The initial PR https://github.com/apache/nuttx/pull/7616 was the initial gu

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

2022-12-06 Thread GitBox
PeterBee97 commented on code in PR #7687: URL: https://github.com/apache/nuttx/pull/7687#discussion_r1041102919 ## drivers/video/video.c: ## @@ -1172,17 +1195,63 @@ static int video_reqbufs(FAR struct video_mng_s *vmng, } else { + if (reqbufs->count >

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

2022-12-06 Thread GitBox
PeterBee97 commented on code in PR #7687: URL: https://github.com/apache/nuttx/pull/7687#discussion_r1041106386 ## drivers/video/video.c: ## @@ -1172,17 +1195,63 @@ static int video_reqbufs(FAR struct video_mng_s *vmng, } else { + if (reqbufs->count >

[GitHub] [nuttx-apps] zouboan commented on pull request #1407: Fix various error in Windows native build

2022-12-06 Thread GitBox
zouboan commented on PR #1407: URL: https://github.com/apache/nuttx-apps/pull/1407#issuecomment-1339537307 thanks for your advise,let me try! ---Original--- From: "Xiang ***@***.***> Date: Tue, Dec 6, 2022 18:45 PM To: ***@***.***>; Cc: ***@***.**@***.***>; S

[GitHub] [nuttx] tmedicci commented on issue #7802: Network performance deterioration and weird behaviour on ESP32

2022-12-06 Thread GitBox
tmedicci commented on issue #7802: URL: https://github.com/apache/nuttx/issues/7802#issuecomment-1339544760 > With only the original PR if we try to ping from computer to the esp32 board the ping will not work, but I noticed that when we run at same time ping from board "nsh>" to some exter

[GitHub] [nuttx] anchao commented on issue #7802: Network performance deterioration and weird behaviour on ESP32

2022-12-06 Thread GitBox
anchao commented on issue #7802: URL: https://github.com/apache/nuttx/issues/7802#issuecomment-1339573553 emm... sorry for the regression, It should be a driver compatibility issue, but I don’t have esp32 board on hand, I will fix that when I get back to the office tomorrow. -- This is

[nuttx-apps] branch master updated: graphics/libyuv: add libyuv

2022-12-06 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-apps.git The following commit(s) were added to refs/heads/master by this push: new a8e6a07b0 graphics/libyuv: add libyuv a8e

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1448: graphics/libyuv: add libyuv

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

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7801: net/ipforward: update IP buffer offset

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

[nuttx] branch master updated (d6c8c269f5 -> c738da048c)

2022-12-06 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 d6c8c269f5 arch/sim: Change usrsock_host_ prefix to host_usrsock_ add c738da048c net/ipforward: update IP buffe

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7800: arch/xtensa/esp32: Optimize macro and ensure overwrite protection

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

[nuttx] branch master updated (c738da048c -> 4320eed4a1)

2022-12-06 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 c738da048c net/ipforward: update IP buffer offset add 4320eed4a1 arch/xtensa/esp32: Optimize macros and ensure

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7799: ESP32-S3: Add support for Protected Mode

2022-12-06 Thread GitBox
xiaoxiang781216 commented on code in PR #7799: URL: https://github.com/apache/nuttx/pull/7799#discussion_r1041165568 ## arch/xtensa/src/esp32s3/esp32s3_allocateheap.c: ## @@ -50,23 +53,84 @@ * Description: * This function will be called to dynamically set aside the heap re

[GitHub] [nuttx] gustavonihei commented on a diff in pull request #7799: ESP32-S3: Add support for Protected Mode

2022-12-06 Thread GitBox
gustavonihei commented on code in PR #7799: URL: https://github.com/apache/nuttx/pull/7799#discussion_r1041246934 ## arch/xtensa/src/esp32s3/esp32s3_allocateheap.c: ## @@ -50,23 +53,84 @@ * Description: * This function will be called to dynamically set aside the heap regio

[GitHub] [nuttx] gustavonihei commented on a diff in pull request #7799: ESP32-S3: Add support for Protected Mode

2022-12-06 Thread GitBox
gustavonihei commented on code in PR #7799: URL: https://github.com/apache/nuttx/pull/7799#discussion_r1041246934 ## arch/xtensa/src/esp32s3/esp32s3_allocateheap.c: ## @@ -50,23 +53,84 @@ * Description: * This function will be called to dynamically set aside the heap regio

[nuttx] branch master updated (4320eed4a1 -> 31347da187)

2022-12-06 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 4320eed4a1 arch/xtensa/esp32: Optimize macros and ensure overwrite protection add 31347da187 drivers/video: ad

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7687: drivers/video: add support for V4L2 mmap-ed buffer

2022-12-06 Thread GitBox
xiaoxiang781216 merged PR #7687: URL: https://github.com/apache/nuttx/pull/7687 -- 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 merged pull request #7799: ESP32-S3: Add support for Protected Mode

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

[nuttx] branch master updated (31347da187 -> 1ecaa4e672)

2022-12-06 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 31347da187 drivers/video: add support for V4L2 mmap-ed buffer new bfc40c74d0 xtensa/esp32s3: Add support for Pr

[nuttx] 01/02: xtensa/esp32s3: Add support for Protected Mode

2022-12-06 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 bfc40c74d077318794906aac7263ef570f64f6e7 Author: Gustavo Henrique Nihei AuthorDate: Mon Oct 31 11:47:33 2022 -0300

[GitHub] [nuttx] g2gps opened a new issue, #7803: Support for ESP32S3 TTGO T-Display S3

2022-12-06 Thread GitBox
g2gps opened a new issue, #7803: URL: https://github.com/apache/nuttx/issues/7803 Hello, I'm attempting to get Nuttx up and running with LVGL on the ESP32S3 TTGO T-Display S3. ([product link](https://github.com/Xinyuan-LilyGO/T-Display-S3)). As far as I'm aware there isn't currentl

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7762: arch: xtensa/esp32: Add esp32_himem_chardev.c

2022-12-06 Thread GitBox
pkarashchenko commented on code in PR #7762: URL: https://github.com/apache/nuttx/pull/7762#discussion_r1041597564 ## arch/xtensa/src/esp32/esp32_himem_chardev.c: ## @@ -0,0 +1,409 @@ +/ + * arch/xtensa/

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

2022-12-06 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 01d705ff Publishing web: e978ad4c

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

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

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

2022-12-06 Thread GitBox
pkarashchenko commented on code in PR #7687: URL: https://github.com/apache/nuttx/pull/7687#discussion_r1041616195 ## drivers/video/video.c: ## @@ -1522,6 +1584,22 @@ static int validate_frame_setting(enum v4l2_buf_type type, return g_video_data_ops->validate_frame_setting(n

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1450: Minor camera example style improvement

2022-12-06 Thread GitBox
pkarashchenko commented on code in PR #1450: URL: https://github.com/apache/nuttx-apps/pull/1450#discussion_r1041618149 ## examples/camera/camera_fileutil.c: ## @@ -84,27 +85,23 @@ const char *futil_initialize(void) int futil_writeimage(uint8_t *data, size_t len, const char *

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

2022-12-06 Thread GitBox
masayuki2009 commented on PR #7584: URL: https://github.com/apache/nuttx/pull/7584#issuecomment-1340211655 @pkarashchenko ``` CC: board/cxd56_sdcard.c board/cxd56_sdcard.c: In function 'board_sdcard_disable': board/cxd56_sdcard.c:205:7: warning: unused variable 'ret' [-Wunu

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

2022-12-06 Thread GitBox
masayuki2009 commented on PR #7584: URL: https://github.com/apache/nuttx/pull/7584#issuecomment-1340215147 @pkarashchenko I added the following configs to `spresense:rndis` ``` CONFIG_CXD56_SDCARD_AUTOMOUNT=y CONFIG_FS_AUTOMOUNTER=y CONFIG_FS_AUTOMOUNTER_DRIVER=y ``

[GitHub] [nuttx] zyfeier opened a new pull request, #7804: arch_alarm: don't init local variable for fpu test case fail

2022-12-06 Thread GitBox
zyfeier opened a new pull request, #7804: URL: https://github.com/apache/nuttx/pull/7804 ## Summary D16 register will be cleared in up_alarm_tick_start function when compiling with gcc. This will cause fpu test fail on some boards. ## Impact NA ## Testing

[GitHub] [nuttx] zyfeier opened a new pull request, #7805: usbdev/adb: fixed usbclass steup issue

2022-12-06 Thread GitBox
zyfeier opened a new pull request, #7805: URL: https://github.com/apache/nuttx/pull/7805 ## Summary 1. Resolve ADB compile errors 2. Set usbdev when usb class bind 3. Don't call EP_SUBMIT when receive OUT message ## Impact NA ## Testing sim:usbdev

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

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

[GitHub] [nuttx-apps] PeterBee97 commented on a diff in pull request #1449: apps/system: add nxcamera app

2022-12-06 Thread GitBox
PeterBee97 commented on code in PR #1449: URL: https://github.com/apache/nuttx-apps/pull/1449#discussion_r1041706056 ## include/system/nxcamera.h: ## @@ -0,0 +1,285 @@ +/ + * apps/include/system/nxcamera

[GitHub] [nuttx-apps] PeterBee97 commented on a diff in pull request #1449: apps/system: add nxcamera app

2022-12-06 Thread GitBox
PeterBee97 commented on code in PR #1449: URL: https://github.com/apache/nuttx-apps/pull/1449#discussion_r1041706138 ## system/nxcamera/nxcamera.c: ## @@ -0,0 +1,905 @@ +/ + * apps/system/nxcamera/nxcame

[GitHub] [nuttx-apps] PeterBee97 commented on a diff in pull request #1449: apps/system: add nxcamera app

2022-12-06 Thread GitBox
PeterBee97 commented on code in PR #1449: URL: https://github.com/apache/nuttx-apps/pull/1449#discussion_r1041706246 ## system/nxcamera/nxcamera.c: ## @@ -0,0 +1,905 @@ +/ + * apps/system/nxcamera/nxcame

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

2022-12-06 Thread GitBox
xiaoxiang781216 commented on code in PR #7776: URL: https://github.com/apache/nuttx/pull/7776#discussion_r1041706459 ## drivers/video/video_framebuff.c: ## @@ -46,24 +46,13 @@ static void init_buf_chain(video_framebuff_t *fbuf) fbuf->vbuf_tail = NULL; tmp = fbuf->vbuf_a

[GitHub] [nuttx] GooTal commented on issue #7566: May i get some help before starting porting NuttX to a new arch namely LoongArch

2022-12-06 Thread GitBox
GooTal commented on issue #7566: URL: https://github.com/apache/nuttx/issues/7566#issuecomment-1340310013 Hi @acassis , is the [porting guide](https://cwiki.apache.org/confluence/display/NUTTX/Porting+Guide) still in maintenance? Is there a git repo for the porting guide? Maybe it\`

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1450: Minor camera example style improvement

2022-12-06 Thread GitBox
xiaoxiang781216 commented on code in PR #1450: URL: https://github.com/apache/nuttx-apps/pull/1450#discussion_r1041715929 ## examples/camera/camera_fileutil.c: ## @@ -40,7 +40,8 @@ * Private Data /

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1450: Minor camera example style improvement

2022-12-06 Thread GitBox
xiaoxiang781216 commented on code in PR #1450: URL: https://github.com/apache/nuttx-apps/pull/1450#discussion_r1041716031 ## examples/camera/camera_main.c: ## @@ -88,7 +83,7 @@ static void free_buffer(struct v_buffer *buffers, uint8_t bufnum); static int parse_arguments(int ar

[GitHub] [nuttx] zouboan opened a new pull request, #7806: boards/pinephone: add support of reboot command

2022-12-06 Thread GitBox
zouboan opened a new pull request, #7806: URL: https://github.com/apache/nuttx/pull/7806 ## Summary add system reset based on pcsi ## Impact arm64 and pinephone ## Testing pinephone -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [nuttx] anchao opened a new pull request, #7807: esp32/wlan: initialize d_len to 0 after allocte tx buffer

2022-12-06 Thread GitBox
anchao opened a new pull request, #7807: URL: https://github.com/apache/nuttx/pull/7807 ## Summary esp32/wlan: initialize d_len to 0 after allocte tx buffer new driver module will check the d_len further, it will re-trigger the txpoll to forward the data if d_len is greater t

[GitHub] [nuttx] anchao commented on issue #7802: Network performance deterioration and weird behaviour on ESP32

2022-12-06 Thread GitBox
anchao commented on issue #7802: URL: https://github.com/apache/nuttx/issues/7802#issuecomment-1340339088 @acassis @tmedicci @lucasssvaz , Please try https://github.com/apache/nuttx/pull/7807, it will resolve esp32/wlan related issues -- This is an automated message from the Apache

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7804: arch_alarm: don't init local variable for fpu test case fail

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

[nuttx] branch master updated: arch_alarm: don't init local variable for fpu test case fail

2022-12-06 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 9150ea0e95 arch_alarm: don't init local variab

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7805: usbdev/adb: fixed usbclass steup issue

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

[nuttx] 01/02: usbdev:resolve ADB compilation errors

2022-12-06 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 d9acaeaccf81572caf4970e7394b8f001098d6c3 Author: sunkun3 AuthorDate: Mon Sep 19 16:28:50 2022 +0800 usbdev:resolv

[nuttx] branch master updated (9150ea0e95 -> 5dc4e23bb7)

2022-12-06 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 9150ea0e95 arch_alarm: don't init local variable for fpu test case fail new d9acaeaccf usbdev:resolve ADB compi

[nuttx] 02/02: usbdev/adb: fixed usbclass steup issue

2022-12-06 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 5dc4e23bb774c0183bcaf3e2ba9e2031ec4d3497 Author: zhangyuan21 AuthorDate: Thu Dec 1 09:47:31 2022 +0800 usbdev/adb

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

2022-12-06 Thread GitBox
xiaoxiang781216 commented on code in PR #7761: URL: https://github.com/apache/nuttx/pull/7761#discussion_r1041743624 ## arch/arm/src/sama5/sam_tc.c: ## @@ -1458,4 +1461,4 @@ int sam_tc_divisor(uint32_t frequency, uint32_t *div, uint32_t *tcclks) return OK; } -#endif /* CO

[GitHub] [nuttx] xiaoxiang781216 commented on issue #7566: May i get some help before starting porting NuttX to a new arch namely LoongArch

2022-12-06 Thread GitBox
xiaoxiang781216 commented on issue #7566: URL: https://github.com/apache/nuttx/issues/7566#issuecomment-1340359285 > Hi @acassis , is the [porting guide](https://cwiki.apache.org/confluence/display/NUTTX/Porting+Guide) still in maintenance? > Here is he new location: https://nut

[GitHub] [nuttx] XinStellaris opened a new pull request, #7808: move common assert logic together.

2022-12-06 Thread GitBox
XinStellaris opened a new pull request, #7808: URL: https://github.com/apache/nuttx/pull/7808 Signed-off-by: 田昕 ## Summary Also add a callback chain for arm64, because arm64 needs to disable fpu before syslog. The callback chain added in https://github.com/apache/nuttx/pull/773

[GitHub] [nuttx] xiaoxiang781216 commented on issue #7566: May i get some help before starting porting NuttX to a new arch namely LoongArch

2022-12-06 Thread GitBox
xiaoxiang781216 commented on issue #7566: URL: https://github.com/apache/nuttx/issues/7566#issuecomment-1340363507 > Hi, i want to make sure that NuttX is fully open source, right? Yes, all OS component and the bundle apps(https://github.com/apache/nuttx-apps) are open source with Apa

[GitHub] [nuttx] xiaoxiang781216 commented on issue #7734: `pthread_mutex_lock(3)` must not return `EINTR`

2022-12-06 Thread GitBox
xiaoxiang781216 commented on issue #7734: URL: https://github.com/apache/nuttx/issues/7734#issuecomment-1340366192 @casaroli could you create a patch for this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

  1   2   >