[GitHub] [nuttx] pussuw opened a new pull request, #7877: sched/release_tcb: Do not release stack for user processes here

2022-12-13 Thread GitBox
pussuw opened a new pull request, #7877: URL: https://github.com/apache/nuttx/pull/7877 ## Summary The user stack is dependent on the user address environment. As the process exits, this address environment is destroyed anyway, so the stack does not need to be released separately.

[GitHub] [nuttx-apps] Gary-Hobson commented on a diff in pull request #1455: drivers/note: rename /dev/note to /dev/note/ram

2022-12-13 Thread GitBox
Gary-Hobson commented on code in PR #1455: URL: https://github.com/apache/nuttx-apps/pull/1455#discussion_r104805 ## system/trace/trace_dump.c: ## @@ -128,11 +128,11 @@ static void note_ioctl(int cmd, unsigned long arg) { int notefd; - notefd = open("/dev/note", O_RDO

[GitHub] [nuttx] XuNeo commented on pull request #7843: sim/lua: enable luv module by default

2022-12-13 Thread GitBox
XuNeo commented on PR #7843: URL: https://github.com/apache/nuttx/pull/7843#issuecomment-1350395581 > @XuNeo Should we enable all lua module? Sure. Only `luv` module has been upstreamed. Other modules will come later when I'm sure they are at least functional. -- This is an au

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7874: tools/ci/docker/linux/Dockerfile: add libv4l-dev

2022-12-13 Thread GitBox
xiaoxiang781216 merged PR #7874: URL: https://github.com/apache/nuttx/pull/7874 -- 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 (ffa6004b5a -> e1561f8512)

2022-12-13 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 ffa6004b5a boards/esp32-devkitc: Disable FPU test for knsh defconfig add e1561f8512 tools/ci/docker/linux/Docke

[GitHub] [nuttx] PeterBee97 opened a new pull request, #7876: boards/sim: Add nxcamera config

2022-12-13 Thread GitBox
PeterBee97 opened a new pull request, #7876: URL: https://github.com/apache/nuttx/pull/7876 ## Summary Config which enables nxcamera app and video framework for CI and manual testing ## Impact ## Testing -- This is an automated message from the Apache Git Service. To

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7855: sim/windows: add hostfs support for windows

2022-12-13 Thread GitBox
xiaoxiang781216 commented on code in PR #7855: URL: https://github.com/apache/nuttx/pull/7855#discussion_r1047965134 ## arch/xtensa/src/common/xtensa_hostfs.c: ## @@ -204,7 +204,7 @@ int host_unlink(const char *pathname) return -ENOSYS; } -int host_mkdir(const char *pathna

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7855: sim/windows: add hostfs support for windows

2022-12-13 Thread GitBox
xiaoxiang781216 commented on code in PR #7855: URL: https://github.com/apache/nuttx/pull/7855#discussion_r1047965134 ## arch/xtensa/src/common/xtensa_hostfs.c: ## @@ -204,7 +204,7 @@ int host_unlink(const char *pathname) return -ENOSYS; } -int host_mkdir(const char *pathna

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7872: boards/esp32-devkitc: Disable FPU test for knsh defconfig

2022-12-13 Thread GitBox
xiaoxiang781216 commented on code in PR #7872: URL: https://github.com/apache/nuttx/pull/7872#discussion_r104797 ## boards/xtensa/esp32/esp32-devkitc/configs/knsh/defconfig: ## @@ -62,4 +62,5 @@ CONFIG_START_YEAR=2011 CONFIG_SYSTEM_NSH=y CONFIG_TESTING_GETPRIME=y CONFIG_T

[GitHub] [nuttx] anchao commented on a diff in pull request #7870: mm/iob: add support of partial bytes clone

2022-12-13 Thread GitBox
anchao commented on code in PR #7870: URL: https://github.com/apache/nuttx/pull/7870#discussion_r1047951803 ## mm/iob/iob_clone.c: ## @@ -137,26 +225,37 @@ int iob_clone(FAR struct iob_s *iob1, FAR struct iob_s *iob2, bool throttled) * transferred? */ - i

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7859: compiler.h: Add malloc_likex and realloc_like

2022-12-13 Thread GitBox
xiaoxiang781216 commented on code in PR #7859: URL: https://github.com/apache/nuttx/pull/7859#discussion_r1047949153 ## include/nuttx/compiler.h: ## @@ -233,6 +233,13 @@ # define used_code __attribute__((used)) # define used_data __attribute__((used)) +/* The allocation fu

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7844: Refine the driver note structure

2022-12-13 Thread GitBox
xiaoxiang781216 commented on code in PR #7844: URL: https://github.com/apache/nuttx/pull/7844#discussion_r1047947928 ## drivers/note/note_driver.c: ## @@ -22,57 +22,1276 @@ * Included Files / -#inc

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1456: arp commands can specify a network adapter

2022-12-13 Thread GitBox
xiaoxiang781216 commented on code in PR #1456: URL: https://github.com/apache/nuttx-apps/pull/1456#discussion_r1047946245 ## nshlib/nsh_netcmds.c: ## @@ -1092,95 +1132,98 @@ int cmd_arp(FAR struct nsh_vtbl_s *vtbl, int argc, FAR char **argv) * xx.xx.xx.xx xx:xx:xx:xx:xx

[GitHub] [nuttx] zyfeier opened a new pull request, #7875: arch: move stack and task dump to common code

2022-12-13 Thread GitBox
zyfeier opened a new pull request, #7875: URL: https://github.com/apache/nuttx/pull/7875 Signed-off-by: zhangyuan21 ## Summary ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [nuttx] PeterBee97 opened a new pull request, #7874: tools/ci/docker/linux/Dockerfile: add libv4l-dev

2022-12-13 Thread GitBox
PeterBee97 opened a new pull request, #7874: URL: https://github.com/apache/nuttx/pull/7874 ## Summary Dependency for sim video ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[nuttx] branch master updated: boards/esp32-devkitc: Disable FPU test for knsh defconfig

2022-12-13 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki 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 ffa6004b5a boards/esp32-devkitc: Disable FPU te

[GitHub] [nuttx] masayuki2009 merged pull request #7872: boards/esp32-devkitc: Disable FPU test for knsh defconfig

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

[nuttx-website] branch asf-site updated: Publishing web: 4b401e13a9490577fa0448cbe8b6d393302e43f3 docs: 1555c9b8f88557767610c68b97a239bfac91f3d9

2022-12-13 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 086356a6 Publishing web: 4b401e13

[GitHub] [nuttx] acassis commented on pull request #7873: xtensa/esp32s3: Enable booting from MCUboot bootloader

2022-12-13 Thread GitBox
acassis commented on PR #7873: URL: https://github.com/apache/nuttx/pull/7873#issuecomment-1349803848 Hi @almir-okato please check about the CI fail for xtensa -- 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

[GitHub] [nuttx] hartmannathan commented on a diff in pull request #7850: Add function for math

2022-12-13 Thread GitBox
hartmannathan commented on code in PR #7850: URL: https://github.com/apache/nuttx/pull/7850#discussion_r1047669199 ## libs/libc/math/lib_scalbnf.c: ## @@ -0,0 +1,76 @@ +/ + * libs/libc/math/lib_scalbnf.c

[GitHub] [nuttx] almir-okato opened a new pull request, #7873: xtensa/esp32s3: Enable booting from MCUboot bootloader

2022-12-13 Thread GitBox
almir-okato opened a new pull request, #7873: URL: https://github.com/apache/nuttx/pull/7873 ## Summary This PR intends to add support for booting an ESP32-S3 NuttX application firmware image from MCUboot. ## Impact Only for boards based on ESP32-S3 chip. ## Testing 1.

[GitHub] [nuttx] hartmannathan commented on a diff in pull request #7859: compiler.h: Add malloc_likex and realloc_like

2022-12-13 Thread GitBox
hartmannathan commented on code in PR #7859: URL: https://github.com/apache/nuttx/pull/7859#discussion_r1047663058 ## include/nuttx/compiler.h: ## @@ -233,6 +233,13 @@ # define used_code __attribute__((used)) # define used_data __attribute__((used)) +/* The allocation func

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1455: drivers/note: rename /dev/note to /dev/note/ram

2022-12-13 Thread GitBox
pkarashchenko commented on code in PR #1455: URL: https://github.com/apache/nuttx-apps/pull/1455#discussion_r1047654016 ## system/trace/trace_dump.c: ## @@ -713,11 +713,11 @@ int trace_dump(trace_dump_t type, FAR FILE *out) /* Open note for read */ - fd = open("/dev/note

[nuttx] branch master updated (a64c61f530 -> 1555c9b8f8)

2022-12-13 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 a64c61f530 Remove incubat.* from the code base add aa20b1e8bd drivers/video: Zero all video_framebuff_t fie

[GitHub] [nuttx] pkarashchenko merged pull request #7776: Minor change for video framebuff

2022-12-13 Thread GitBox
pkarashchenko merged PR #7776: URL: https://github.com/apache/nuttx/pull/7776 -- 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 #7855: sim/windows: add hostfs support for windows

2022-12-13 Thread GitBox
pkarashchenko commented on code in PR #7855: URL: https://github.com/apache/nuttx/pull/7855#discussion_r1047644661 ## arch/xtensa/src/common/xtensa_hostfs.c: ## @@ -204,7 +204,7 @@ int host_unlink(const char *pathname) return -ENOSYS; } -int host_mkdir(const char *pathname

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7844: Refine the driver note structure

2022-12-13 Thread GitBox
pkarashchenko commented on code in PR #7844: URL: https://github.com/apache/nuttx/pull/7844#discussion_r1047637472 ## drivers/note/note_driver.c: ## @@ -22,57 +22,1276 @@ * Included Files / -#inclu

[nuttx] branch master updated (a4f06660d2 -> a64c61f530)

2022-12-13 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 a4f06660d2 fs_epoll: fix some potential issue for list operation add a64c61f530 Remove incubat.* from the c

[GitHub] [nuttx] pkarashchenko merged pull request #7867: Remove incubat.* from the code base

2022-12-13 Thread GitBox
pkarashchenko merged PR #7867: URL: https://github.com/apache/nuttx/pull/7867 -- 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 #7869: Add DMA to the s32k1 serial

2022-12-13 Thread GitBox
pkarashchenko commented on code in PR #7869: URL: https://github.com/apache/nuttx/pull/7869#discussion_r1047627445 ## arch/arm/src/s32k1xx/s32k1xx_serial.c: ## @@ -191,12 +241,46 @@ static int s32k1xx_attach(struct uart_dev_s *dev); static void s32k1xx_detach(struct uart_dev_s

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7870: mm/iob: add support of partial bytes clone

2022-12-13 Thread GitBox
pkarashchenko commented on code in PR #7870: URL: https://github.com/apache/nuttx/pull/7870#discussion_r1047626287 ## mm/iob/iob_clone.c: ## @@ -137,26 +225,37 @@ int iob_clone(FAR struct iob_s *iob1, FAR struct iob_s *iob2, bool throttled) * transferred? */ -

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7862: arp rules bind to nics

2022-12-13 Thread GitBox
pkarashchenko commented on code in PR #7862: URL: https://github.com/apache/nuttx/pull/7862#discussion_r1047624408 ## net/arp/arp_table.c: ## @@ -464,7 +475,16 @@ unsigned int arp_snapshot(FAR struct arp_entry_s *snapshot, if (tabptr->at_ipaddr != 0 && now - ta

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1456: arp commands can specify a network adapter

2022-12-13 Thread GitBox
pkarashchenko commented on code in PR #1456: URL: https://github.com/apache/nuttx-apps/pull/1456#discussion_r1047614581 ## examples/netlink_route/netlink_route_main.c: ## @@ -217,28 +217,23 @@ static void dump_arp(void) for (i = 0; i < nentries; i++) { - FAR struc

[GitHub] [nuttx] gustavonihei opened a new pull request, #7872: boards/esp32-devkitc: Disable FPU test for knsh defconfig

2022-12-13 Thread GitBox
gustavonihei opened a new pull request, #7872: URL: https://github.com/apache/nuttx/pull/7872 ## Summary This PR intends to disable the FPU test on the `knsh` defconfig of the `esp32-devkitc` board. FPU test is not supported under Protected Mode. ## Impact `ostest` finishes s

[nuttx] branch master updated (bc0fe0ea16 -> a4f06660d2)

2022-12-13 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 bc0fe0ea16 crypto:add some hardware support add a4f06660d2 fs_epoll: fix some potential issue for list oper

[GitHub] [nuttx] pkarashchenko merged pull request #7871: fs_epoll: fix some potential issue for list operation

2022-12-13 Thread GitBox
pkarashchenko merged PR #7871: URL: https://github.com/apache/nuttx/pull/7871 -- 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 #7786: arch/xtensa: Add support for touch pad polling on ESP32

2022-12-13 Thread GitBox
pkarashchenko commented on code in PR #7786: URL: https://github.com/apache/nuttx/pull/7786#discussion_r1047609809 ## arch/xtensa/src/esp32/esp32_touch_lowerhalf.h: ## @@ -0,0 +1,1057 @@ +/ + * arch/xten

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7865: arm64/a64: Add driver for MIPI DSI

2022-12-13 Thread GitBox
pkarashchenko commented on code in PR #7865: URL: https://github.com/apache/nuttx/pull/7865#discussion_r1047597863 ## arch/arm64/src/a64/a64_mipi_dsi.c: ## @@ -0,0 +1,993 @@ +/ + * arch/arm64/src/a64/a64

[nuttx] 04/05: crypto:support nuttx /dev/crypto

2022-12-13 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 3d2f0c0e275e34d592aeb727069d309e665b8e2d Author: anjiahao AuthorDate: Thu Jul 28 17:52:21 2022 +0800 crypto:suppo

[nuttx] 05/05: crypto:add some hardware support

2022-12-13 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 bc0fe0ea16c8124e56309bf5bb98c363940d4a97 Author: anjiahao AuthorDate: Thu Sep 8 14:13:08 2022 +0800 crypto:add so

[nuttx] branch master updated (2b071b7a42 -> bc0fe0ea16)

2022-12-13 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 2b071b7a42 arch/armv8m:support pmu api new c7d347c7f0 crypto: Initial copy from https://github.com/openbsd/sys

[nuttx] 02/05: crypto:Sync version differences

2022-12-13 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 acd33505541dd7324d6f30f13d952f0c477f30a9 Author: anjiahao AuthorDate: Sat Oct 22 15:50:43 2022 +0800 crypto:Sync

[GitHub] [nuttx] xiaoxiang781216 merged pull request #6920: support /dev/crypto for nuttx

2022-12-13 Thread GitBox
xiaoxiang781216 merged PR #6920: URL: https://github.com/apache/nuttx/pull/6920 -- 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 (4284d0398b -> 2b071b7a42)

2022-12-13 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 4284d0398b imxrt:Serial LPUART_STAT_PF s/b LPUART_STAT_NF add 2b071b7a42 arch/armv8m:support pmu api No new re

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7854: arch/armv8m:support pmu api

2022-12-13 Thread GitBox
xiaoxiang781216 merged PR #7854: URL: https://github.com/apache/nuttx/pull/7854 -- 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 #7868: imxrt:Serial LPUART_STAT_PF s/b LPUART_STAT_NF

2022-12-13 Thread GitBox
xiaoxiang781216 merged PR #7868: URL: https://github.com/apache/nuttx/pull/7868 -- 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 (57190efe84 -> 4284d0398b)

2022-12-13 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 57190efe84 sim/lua: enable luv module by default add 4284d0398b imxrt:Serial LPUART_STAT_PF s/b LPUART_STAT_NF

[GitHub] [nuttx] anchao opened a new pull request, #7870: mm/iob: add support of partial bytes clone

2022-12-13 Thread GitBox
anchao opened a new pull request, #7870: URL: https://github.com/apache/nuttx/pull/7870 ## Summary 1. mm/iob: add support of nonblock iob_clone 2. mm/iob: add support of partial bytes clone 3. net/devif: replace redundant code to iob_clone_partial() ## Impact N/A

[GitHub] [nuttx] davids5 opened a new pull request, #7869: Add DMA to the s32k1

2022-12-13 Thread GitBox
davids5 opened a new pull request, #7869: URL: https://github.com/apache/nuttx/pull/7869 ## Summary s32k1xx:serial Add EDMA Fix code that would not compile Add and option to use the GPIO with watermarks as RTS instead of the RTS on every character. ## Impact

[GitHub] [nuttx] davids5 opened a new pull request, #7868: imxrt:Serial LPUART_STAT_PF s/b LPUART_STAT_NF

2022-12-13 Thread GitBox
davids5 opened a new pull request, #7868: URL: https://github.com/apache/nuttx/pull/7868 ## Summary As a result of a typo LPUART_STAT_NF was not checked and cleared on LPUART_STAT_PF. ## Impact HW LPUART_STAT_NF not p[parsed and serviced ## Testing PX4

[nuttx] branch master updated: sim/lua: enable luv module by default

2022-12-13 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 57190efe84 sim/lua: enable luv module by defau

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #7843: sim/lua: enable luv module by default

2022-12-13 Thread GitBox
xiaoxiang781216 commented on PR #7843: URL: https://github.com/apache/nuttx/pull/7843#issuecomment-1348489715 @XuNeo Should we enable all lua module? -- 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] xiaoxiang781216 closed pull request #7843: sim/lua: enable luv module by default

2022-12-13 Thread GitBox
xiaoxiang781216 closed pull request #7843: sim/lua: enable luv module by default URL: https://github.com/apache/nuttx/pull/7843 -- 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.

[GitHub] [nuttx] lupyuen commented on a diff in pull request #7865: arm64/a64: Add driver for MIPI DSI

2022-12-13 Thread GitBox
lupyuen commented on code in PR #7865: URL: https://github.com/apache/nuttx/pull/7865#discussion_r1047068628 ## arch/arm64/src/a64/mipi_dsi.c: ## @@ -0,0 +1,461 @@ +/ + * arch/arm64/src/a64/mipi_dsi.c +

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7866: S32K automatically calculate size of periphclocks array

2022-12-13 Thread GitBox
xiaoxiang781216 merged PR #7866: URL: https://github.com/apache/nuttx/pull/7866 -- 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 (4873fec670 -> 6b3b5751c1)

2022-12-13 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 4873fec670 cibuild.sh: Remove bloaty-src and nuttx-tools repo after build add 6b3b5751c1 S32K automatically ca

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

2022-12-13 Thread GitBox
xiaoxiang781216 commented on PR #7787: URL: https://github.com/apache/nuttx/pull/7787#issuecomment-1348229415 > @masayuki2009 can you test on the HW? @masayuki2009 do you have any result? -- This is an automated message from the Apache Git Service. To respond to the message, please

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

2022-12-13 Thread GitBox
xiaoxiang781216 commented on PR #7776: URL: https://github.com/apache/nuttx/pull/7776#issuecomment-1348227218 @pkarashchenko could you merge this pr? -- 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] xiaoxiang781216 commented on pull request #7844: Refine the driver note structure

2022-12-13 Thread GitBox
xiaoxiang781216 commented on PR #7844: URL: https://github.com/apache/nuttx/pull/7844#issuecomment-1348184810 could @acassis @pkarashchenko could you merge this PR if no other problem. https://github.com/apache/nuttx/pull/7841 depends on this. -- This is an automated message from the Apac

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #7862: arp rules bind to nics

2022-12-13 Thread GitBox
xiaoxiang781216 commented on PR #7862: URL: https://github.com/apache/nuttx/pull/7862#issuecomment-1348182003 @zhhyu7 please rebase to the last mater which fix macOS ci broken. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #7867: Remove incubat.* from the code base

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

[GitHub] [nuttx] anchao merged pull request #7864: cibuild.sh: Remove bloaty-src and nuttx-tools repo after build

2022-12-13 Thread GitBox
anchao merged PR #7864: URL: https://github.com/apache/nuttx/pull/7864 -- 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 (47fbfa215e -> 4873fec670)

2022-12-13 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 47fbfa215e fs/hostfs: mode_t of mkdir(2) should use the nuttx prototype add 4873fec670 cibuild.sh: Remove bloaty-s

[GitHub] [nuttx] lupyuen commented on a diff in pull request #7865: arm64/a64: Add driver for MIPI DSI

2022-12-13 Thread GitBox
lupyuen commented on code in PR #7865: URL: https://github.com/apache/nuttx/pull/7865#discussion_r1046948100 ## arch/arm64/src/a64/mipi_dsi.c: ## @@ -0,0 +1,461 @@ +/ + * arch/arm64/src/a64/mipi_dsi.c +

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7865: arm64/a64: Add driver for MIPI DSI

2022-12-13 Thread GitBox
xiaoxiang781216 commented on code in PR #7865: URL: https://github.com/apache/nuttx/pull/7865#discussion_r1046945914 ## arch/arm64/src/a64/mipi_dsi.c: ## @@ -0,0 +1,461 @@ +/ + * arch/arm64/src/a64/mipi_

[nuttx] branch master updated (5dc50bcc9f -> 47fbfa215e)

2022-12-13 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 5dc50bcc9f tools: zipme: remove incubator from releases add aad16d16e2 sim/windows: add hostfs support for wind

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7855: sim/windows: add hostfs support for windows

2022-12-13 Thread GitBox
xiaoxiang781216 merged PR #7855: URL: https://github.com/apache/nuttx/pull/7855 -- 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 #7855: sim/windows: add hostfs support for windows

2022-12-13 Thread GitBox
xiaoxiang781216 commented on PR #7855: URL: https://github.com/apache/nuttx/pull/7855#issuecomment-1348130735 Let's ignore macOS ci broken which is fixed here: https://github.com/apache/nuttx/pull/7864. -- This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [nuttx] PetervdPerk-NXP opened a new pull request, #7866: S32K automatically calculate size of periphclocks array

2022-12-13 Thread GitBox
PetervdPerk-NXP opened a new pull request, #7866: URL: https://github.com/apache/nuttx/pull/7866 ## Summary S32K1 and S32K3 used a define to determine size of pheriphclocks array this is prones to errors, thus we change to dynamically calculate using sizeof() ## Impact None only

svn commit: r58700 - /dev/incubator/nuttx/12.0.0-RC0/

2022-12-13 Thread jerpelea
Author: jerpelea Date: Tue Dec 13 09:29:27 2022 New Revision: 58700 Log: Staging apache-nuttx-12.0.0-RC0 Added: dev/incubator/nuttx/12.0.0-RC0/ dev/incubator/nuttx/12.0.0-RC0/apache-nuttx-12.0.0.tar.gz (with props) dev/incubator/nuttx/12.0.0-RC0/apache-nuttx-12.0.0.tar.gz.asc de

[nuttx] annotated tag nuttx-12.0.0-RC0 updated (874031bbf6 -> 443730d55c)

2022-12-13 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-12.0.0-RC0 in repository https://gitbox.apache.org/repos/asf/nuttx.git *** WARNING: tag nuttx-12.0.0-RC0 was modified! *** from 874031bbf6 (commit) to 443730d55c (tag)

[nuttx] branch releases/12.0 updated: tools: zipme: remove incubator from releases

2022-12-13 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch releases/12.0 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.0 by this push: new 874031bbf6 tools: zipme: remove i

[nuttx] branch master updated: tools: zipme: remove incubator from releases

2022-12-13 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 5dc50bcc9f tools: zipme: remove incubator from

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7863: tools: zipme: remove incubator from releases

2022-12-13 Thread GitBox
xiaoxiang781216 merged PR #7863: URL: https://github.com/apache/nuttx/pull/7863 -- 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 #7863: tools: zipme: remove incubator from releases

2022-12-13 Thread GitBox
xiaoxiang781216 commented on PR #7863: URL: https://github.com/apache/nuttx/pull/7863#issuecomment-1348013629 let's ignore macOS ci broken. -- 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 spe

[GitHub] [nuttx] lupyuen opened a new pull request, #7865: arm64/a64: Add driver for MIPI DSI

2022-12-13 Thread GitBox
lupyuen opened a new pull request, #7865: URL: https://github.com/apache/nuttx/pull/7865 (Squashed the commits from https://github.com/apache/nuttx/pull/7846) ## Summary This PR adds the driver for Allwinner A64's MIPI Display Serial Interface (DSI) and MIPI Display Physical La

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #7861: Continue fix the macOS ci issue

2022-12-13 Thread GitBox
xiaoxiang781216 commented on PR #7861: URL: https://github.com/apache/nuttx/pull/7861#issuecomment-1347936098 it's strange why this pr pass ci, but other following patch fail. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #7861: Continue fix the macOS ci issue

2022-12-13 Thread GitBox
xiaoxiang781216 commented on PR #7861: URL: https://github.com/apache/nuttx/pull/7861#issuecomment-1347935009 @btashton restore the deletion here: https://github.com/apache/nuttx/pull/7864 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #7864: cibuild.sh: Remove bloaty-src and nuttx-tools repo after build

2022-12-13 Thread GitBox
xiaoxiang781216 opened a new pull request, #7864: URL: https://github.com/apache/nuttx/pull/7864 ## Summary to avoid the below error: destination path '/Users/runner/work/nuttx/nuttx/sources/tools/bloaty-src' already exists and is not an empty directory. ## Impact macOS C

[GitHub] [nuttx] anchao commented on a diff in pull request #7855: sim/windows: add hostfs support for windows

2022-12-13 Thread GitBox
anchao commented on code in PR #7855: URL: https://github.com/apache/nuttx/pull/7855#discussion_r1046794818 ## arch/sim/src/sim/win/sim_hostfs.c: ## @@ -0,0 +1,432 @@ +/ + * arch/sim/src/sim/win/sim_host

[GitHub] [nuttx] anchao commented on a diff in pull request #7855: sim/windows: add hostfs support for windows

2022-12-13 Thread GitBox
anchao commented on code in PR #7855: URL: https://github.com/apache/nuttx/pull/7855#discussion_r1046794671 ## arch/sim/src/sim/win/sim_hostfs.c: ## @@ -0,0 +1,432 @@ +/ + * arch/sim/src/sim/win/sim_host

[GitHub] [nuttx] lupyuen closed pull request #7846: arm64/a64: Add driver for MIPI DSI

2022-12-13 Thread GitBox
lupyuen closed pull request #7846: arm64/a64: Add driver for MIPI DSI URL: https://github.com/apache/nuttx/pull/7846 -- 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 unsubscr

[GitHub] [nuttx] lupyuen commented on pull request #7846: arm64/a64: Add driver for MIPI DSI

2022-12-13 Thread GitBox
lupyuen commented on PR #7846: URL: https://github.com/apache/nuttx/pull/7846#issuecomment-1347913846 @xiaoxiang781216 GitHub Desktop won't let me squash the commits after merging. But no worries I'll copy the files and submit a new PR. Thanks :-) -- This is an automated message from the

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #7846: arm64/a64: Add driver for MIPI DSI

2022-12-13 Thread GitBox
xiaoxiang781216 commented on PR #7846: URL: https://github.com/apache/nuttx/pull/7846#issuecomment-1347908602 @lupyuen could you squash all change into one commit? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR