[nuttx] branch master updated (b1773934fe -> e6884b8cb1)

2023-01-31 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 b1773934fe note_driver: fix build error add e6884b8cb1 fs: mqueue: Fix file_mq_open() for SMP No new revisions

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8383: fs: mqueue: Fix file_mq_open() for SMP

2023-01-31 Thread via GitHub
xiaoxiang781216 merged PR #8383: URL: https://github.com/apache/nuttx/pull/8383 -- 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 #8389: note_driver: fix build error

2023-01-31 Thread via GitHub
xiaoxiang781216 merged PR #8389: URL: https://github.com/apache/nuttx/pull/8389 -- 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: note_driver: fix build error

2023-01-31 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 b1773934fe note_driver: fix build error b17739

[GitHub] [nuttx-apps] qiaohaijiao opened a new pull request, #1524: nxlooper: add loopback of compressed audio data.

2023-01-31 Thread via GitHub
qiaohaijiao opened a new pull request, #1524: URL: https://github.com/apache/nuttx-apps/pull/1524 Signed-off-by: qiaohaijiao1 ## Summary nxlooper: add loopback of compressed audio data. ## Impact N/A ## Testing Xiaomi Vela -- This is an automated message from

[GitHub] [nuttx-apps] qiaohaijiao opened a new pull request, #1523: nxrecorder: add support to record media file.

2023-01-31 Thread via GitHub
qiaohaijiao opened a new pull request, #1523: URL: https://github.com/apache/nuttx-apps/pull/1523 Signed-off-by: qiaohaijiao1 ## Summary nxrecorder: add support to record media file. ## Impact N/A ## Testing Xiaomi Vela -- This is an automated messag

[nuttx] branch master updated: arch:xtena: modify timer interrupt level large to XCHAL_IRQ_LEVEL level.

2023-01-31 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 96a70b908f arch:xtena: modify timer interrupt

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8372: arch:xtena: modify timer interrupt level large to XCHAL_IRQ_LEVEL level

2023-01-31 Thread via GitHub
xiaoxiang781216 merged PR #8372: URL: https://github.com/apache/nuttx/pull/8372 -- 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-apps] qiaohaijiao opened a new pull request, #1522: nxplayer: add support which mp3 file which has no ID3 header

2023-01-31 Thread via GitHub
qiaohaijiao opened a new pull request, #1522: URL: https://github.com/apache/nuttx-apps/pull/1522 Signed-off-by: qiaohaijiao1 ## Summary Improve compatibility which mp3 file has no ID3V2 header ## Impact N/A ## Testing Xiaomi Vela -- This is an automated

[GitHub] [nuttx] qiaohaijiao opened a new pull request, #8390: sim/sim_alsa: add audio offload capture support.

2023-01-31 Thread via GitHub
qiaohaijiao opened a new pull request, #8390: URL: https://github.com/apache/nuttx/pull/8390 Signed-off-by: qiaohaijiao1 ## Summary sim/sim_alsa.c: add audio offload capture support. use host liblame to simulate encode. ## Impact sim ## Testing Xiaomi Ve

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8379: checkpatch: Added encoding check with cvt2utf

2023-01-31 Thread via GitHub
xiaoxiang781216 commented on PR #8379: URL: https://github.com/apache/nuttx/pull/8379#issuecomment-1411490864 @fjpanag look like it's a temporary failure, could you update your patch again? -- This is an automated message from the Apache Git Service. To respond to the message, please log

[nuttx] branch master updated (b1948a1631 -> 869d3bfb32)

2023-01-31 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 b1948a1631 mm: move preceding to previous free node to reduce the overhead add 869d3bfb32 tools/ci/docker/linu

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8387: tools/ci/docker/linux/Dockerfile: add libmp3lame-dev:i386

2023-01-31 Thread via GitHub
xiaoxiang781216 merged PR #8387: URL: https://github.com/apache/nuttx/pull/8387 -- 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] anchao commented on a diff in pull request #8378: tools/makefile: silent all compile output

2023-01-31 Thread via GitHub
anchao commented on code in PR #8378: URL: https://github.com/apache/nuttx/pull/8378#discussion_r1092779444 ## arch/sim/src/Makefile: ## @@ -284,7 +284,7 @@ $(COBJS) $(LINKOBJS): %$(OBJEXT): %.c $(call COMPILE, $<, $@) $(HOSTOBJS) $(HEADOBJ): %$(OBJEXT): %.c - $

[GitHub] [nuttx] masayuki2009 commented on a diff in pull request #8383: fs: mqueue: Fix file_mq_open() for SMP

2023-01-31 Thread via GitHub
masayuki2009 commented on code in PR #8383: URL: https://github.com/apache/nuttx/pull/8383#discussion_r1092771782 ## fs/mqueue/mq_open.c: ## @@ -211,10 +214,15 @@ static int file_mq_vopen(FAR struct file *mq, FAR const char *mq_name, /* Make sure that the check for the exist

[GitHub] [nuttx] FASTSHIFT opened a new pull request, #8389: note_driver: fix build error

2023-01-31 Thread via GitHub
FASTSHIFT opened a new pull request, #8389: URL: https://github.com/apache/nuttx/pull/8389 ## Summary The `CPU_ISSET` parameter is reversed. ```bash note/note_driver.c: In function 'note_isenabled': note/note_driver.c:278:7: error: invalid type argument of unary '*' (have

[GitHub] [nuttx] g2gps opened a new pull request, #8388: litex: Add PWM driver support.

2023-01-31 Thread via GitHub
g2gps opened a new pull request, #8388: URL: https://github.com/apache/nuttx/pull/8388 ## Summary PWM driver for multiple peripherals supplied in gateware. Only single channel frequency and duty cycle control is implemented. Pulse counting and multichannel features are not currentl

[GitHub] [nuttx] qiaohaijiao opened a new pull request, #8387: tools/ci/docker/linux/Dockerfile: add libmp3lame-dev:i386

2023-01-31 Thread via GitHub
qiaohaijiao opened a new pull request, #8387: URL: https://github.com/apache/nuttx/pull/8387 Signed-off-by: qiaohaijiao1 ## Summary add libmp3lame-dev:i386 ## Impact N/A ## Testing N/A -- This is an automated message from the Apache Git Service. To re

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8378: tools/makefile: silent all compile output

2023-01-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #8378: URL: https://github.com/apache/nuttx/pull/8378#discussion_r1092725436 ## arch/sim/src/Makefile: ## @@ -284,7 +284,7 @@ $(COBJS) $(LINKOBJS): %$(OBJEXT): %.c $(call COMPILE, $<, $@) $(HOSTOBJS) $(HEADOBJ): %$(OBJEXT): %.c

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8175: sched/semaphore: increase sem count when holder task exit

2023-01-31 Thread via GitHub
xiaoxiang781216 commented on PR #8175: URL: https://github.com/apache/nuttx/pull/8175#issuecomment-1411403349 Any result @pkarashchenko ? -- 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 speci

[nuttx] branch master updated (8b27d60bcd -> b1948a1631)

2023-01-31 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 8b27d60bcd tools: Make zig available for arm/riscv/sim new 723c6e52e2 mm: reorder the preceding and size and mo

[nuttx] 01/02: mm: reorder the preceding and size and move MM_ALLOC_BIT to size

2023-01-31 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 723c6e52e2da34ffde9ce17cbd004ae3a0397cd7 Author: wangbowen6 AuthorDate: Thu Dec 15 19:55:16 2022 +0800 mm: reorde

[nuttx] 02/02: mm: move preceding to previous free node to reduce the overhead

2023-01-31 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 b1948a1631a6663f21e4d4da0c799729f24abebb Author: wangbowen6 AuthorDate: Thu Dec 22 16:02:42 2022 +0800 mm: move p

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8353: mm/mm_heap: reduce the memory node overhead size

2023-01-31 Thread via GitHub
xiaoxiang781216 merged PR #8353: URL: https://github.com/apache/nuttx/pull/8353 -- 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: tools: Make zig available for arm/riscv/sim

2023-01-31 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 8b27d60bcd tools: Make zig available for arm/r

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8381: tools: Make zig available for arm/riscv/sim

2023-01-31 Thread via GitHub
xiaoxiang781216 merged PR #8381: URL: https://github.com/apache/nuttx/pull/8381 -- 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-apps] branch master updated: ifconfig: Support `ifconfig interface` and update arg limit

2023-01-31 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 93b4dc269 ifconfig: Support `ifconfig int

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1519: ifconfig: Support `ifconfig interface` and update arg limit

2023-01-31 Thread via GitHub
xiaoxiang781216 merged PR #1519: URL: https://github.com/apache/nuttx-apps/pull/1519 -- 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-apps] branch master updated (f4e29f376 -> a275567ad)

2023-01-31 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-apps.git from f4e29f376 netutils/cjson: fix unpackage error when local gerrit does not exist add a275567ad Application.

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1521: Application.mk: Provide a default ZIGELFFLAGS if not defined

2023-01-31 Thread via GitHub
xiaoxiang781216 merged PR #1521: URL: https://github.com/apache/nuttx-apps/pull/1521 -- 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] branch master updated: sim/sim_alsa.c: support streaming data when offload playback.

2023-01-31 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 38039df16a sim/sim_alsa.c: support streaming d

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8377: sim/sim_alsa.c: support streaming data when offload playback.

2023-01-31 Thread via GitHub
xiaoxiang781216 merged PR #8377: URL: https://github.com/apache/nuttx/pull/8377 -- 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 (fdb149ddb0 -> 26ac5335e5)

2023-01-31 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 fdb149ddb0 Kconfig: Improve help text related to *_SERIALBRK_BSDCOMPAT add 26ac5335e5 litex: Add GPIO driver.

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8368: litex: Add GPIO driver.

2023-01-31 Thread via GitHub
xiaoxiang781216 merged PR #8368: URL: https://github.com/apache/nuttx/pull/8368 -- 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 (c65a632788 -> fdb149ddb0)

2023-01-31 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 c65a632788 libc/termios: Fix comment in cfmakeraw docstring. add fdb149ddb0 Kconfig: Improve help text related

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8386: Kconfig: Improve help text related to *_SERIALBRK_BSDCOMPAT

2023-01-31 Thread via GitHub
xiaoxiang781216 merged PR #8386: URL: https://github.com/apache/nuttx/pull/8386 -- 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 a diff in pull request #8383: fs: mqueue: Fix file_mq_open() for SMP

2023-01-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #8383: URL: https://github.com/apache/nuttx/pull/8383#discussion_r1092714339 ## fs/mqueue/mq_open.c: ## @@ -211,10 +214,15 @@ static int file_mq_vopen(FAR struct file *mq, FAR const char *mq_name, /* Make sure that the check for the ex

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8383: fs: mqueue: Fix file_mq_open() for SMP

2023-01-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #8383: URL: https://github.com/apache/nuttx/pull/8383#discussion_r1092712360 ## fs/mqueue/mq_open.c: ## @@ -211,10 +214,15 @@ static int file_mq_vopen(FAR struct file *mq, FAR const char *mq_name, /* Make sure that the check for the ex

[GitHub] [nuttx] GooTal commented on pull request #6242: rv-virt:knsh64

2023-01-31 Thread via GitHub
GooTal commented on PR #6242: URL: https://github.com/apache/nuttx/pull/6242#issuecomment-1411360041 > There is a draft PR to enable ostest for kernel mode: [apache/nuttx-apps#1500](https://github.com/apache/nuttx-apps/pull/1500) from @pussuw . @GooTal you can try and refine it. Than

[nuttx] branch master updated: libc/termios: Fix comment in cfmakeraw docstring.

2023-01-31 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 c65a632788 libc/termios: Fix comment in cfmake

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8385: libc/termios: Fix comment in cfmakeraw docstring.

2023-01-31 Thread via GitHub
xiaoxiang781216 merged PR #8385: URL: https://github.com/apache/nuttx/pull/8385 -- 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] no1wudi commented on a diff in pull request #8381: tools: Make zig available for arm/riscv/sim

2023-01-31 Thread via GitHub
no1wudi commented on code in PR #8381: URL: https://github.com/apache/nuttx/pull/8381#discussion_r1092655456 ## arch/arm/src/common/Toolchain.defs: ## @@ -258,6 +262,20 @@ else LDFLAGS += -nostdlib endif +ifeq ($(CONFIG_ARM_THUMB),y) + ZARCH := thumb +else + ZARCH := arm

[GitHub] [nuttx] qiaohaijiao commented on a diff in pull request #8377: sim/sim_alsa.c: support streaming data when offload playback.

2023-01-31 Thread via GitHub
qiaohaijiao commented on code in PR #8377: URL: https://github.com/apache/nuttx/pull/8377#discussion_r1092646304 ## arch/sim/src/sim/posix/sim_offload.h: ## @@ -0,0 +1,77 @@ +/ + * arch/sim/src/sim/posix

[GitHub] [nuttx] hartmannathan opened a new pull request, #8386: Kconfig: Improve help text related to *_SERIALBRK_BSDCOMPAT

2023-01-31 Thread via GitHub
hartmannathan opened a new pull request, #8386: URL: https://github.com/apache/nuttx/pull/8386 ## Summary In Kconfig, improve the help text of the GD32F4_SERIALBRK_BSDCOMPAT, STM32_SERIALBRK_BSDCOMPAT, STM32F7_SERIALBRK_BSDCOMPAT, STM32H7_SERIALBRK_BSDCOMPAT, STM32L4_SERIALBRK_BSDCOM

[nuttx-website] branch asf-site updated: Publishing web: b50f5ca4ed22743959c1160aab5dcc9ae18b3eff docs: 64d39a8b7b4288c44f13b1ac5cb0878ad541fab5

2023-01-31 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 c5fea648 Publishing web: b50f5ca4

[GitHub] [nuttx] hartmannathan opened a new pull request, #8385: libc/termios: Fix comment in cfmakeraw docstring.

2023-01-31 Thread via GitHub
hartmannathan opened a new pull request, #8385: URL: https://github.com/apache/nuttx/pull/8385 ## Summary Fix a copy-paste error in a comment. ## Impact Documentation correctness. No functional change. ## Testing nxstyle -- This is an automated messag

[GitHub] [nuttx] masayuki2009 commented on a diff in pull request #8383: fs: mqueue: Fix file_mq_open() for SMP

2023-01-31 Thread via GitHub
masayuki2009 commented on code in PR #8383: URL: https://github.com/apache/nuttx/pull/8383#discussion_r1092547460 ## fs/mqueue/mq_open.c: ## @@ -211,10 +214,15 @@ static int file_mq_vopen(FAR struct file *mq, FAR const char *mq_name, /* Make sure that the check for the exist

[GitHub] [nuttx] g2gps commented on a diff in pull request #8368: litex: Add GPIO driver.

2023-01-31 Thread via GitHub
g2gps commented on code in PR #8368: URL: https://github.com/apache/nuttx/pull/8368#discussion_r1092534840 ## arch/risc-v/src/litex/litex_gpio.c: ## @@ -0,0 +1,357 @@ +/ + * arch/risc-v/src/litex/litex_g

[GitHub] [nuttx-apps] pkarashchenko merged pull request #1517: netutils/cjson: fix unpackage error when local gerrit does not exist

2023-01-31 Thread via GitHub
pkarashchenko merged PR #1517: URL: https://github.com/apache/nuttx-apps/pull/1517 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@n

[nuttx-apps] branch master updated: netutils/cjson: fix unpackage error when local gerrit does not exist

2023-01-31 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-apps.git The following commit(s) were added to refs/heads/master by this push: new f4e29f376 netutils/cjson: fix unpacka

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8384: Makefile: fix redundant delimiters when using make V=1

2023-01-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #8384: URL: https://github.com/apache/nuttx/pull/8384#discussion_r1092414447 ## mm/Makefile: ## @@ -52,18 +52,18 @@ all: $(BIN) .PHONY: context depend clean distclean $(AOBJS): $(BINDIR)$(DELIM)$(DELIM)%$(OBJEXT): %.S - $(call AS

[nuttx] branch master updated: Makefile: fix redundant delimiters when using make V=1

2023-01-31 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis 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 64d39a8b7b Makefile: fix redundant delimiters wh

[GitHub] [nuttx] acassis merged pull request #8384: Makefile: fix redundant delimiters when using make V=1

2023-01-31 Thread via GitHub
acassis merged PR #8384: URL: https://github.com/apache/nuttx/pull/8384 -- 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

[GitHub] [nuttx] acassis commented on pull request #8384: Makefile: fix redundant delimiters when using make V=1

2023-01-31 Thread via GitHub
acassis commented on PR #8384: URL: https://github.com/apache/nuttx/pull/8384#issuecomment-1410854097 Thank you @Gary-Hobson ! I missed that 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 to th

[GitHub] [nuttx] Gary-Hobson commented on pull request #8384: Makefile: fix redundant delimiters when using make V=1

2023-01-31 Thread via GitHub
Gary-Hobson commented on PR #8384: URL: https://github.com/apache/nuttx/pull/8384#issuecomment-1410824575 > @Gary-Hobson seems there are other places that need to be fixed too, after applying this patch I can see it: > > ``` > arm-none-eabi-gcc -c -Wstrict-prototypes -Os -fno-stric

[GitHub] [nuttx] acassis commented on pull request #8384: Makefile: fix redundant delimiters when using make V=1

2023-01-31 Thread via GitHub
acassis commented on PR #8384: URL: https://github.com/apache/nuttx/pull/8384#issuecomment-1410781165 @Gary-Hobson seems there are other places that need to be fixed too, after applying this patch I can see it: ``` arm-none-eabi-gcc -c -Wstrict-prototypes -Os -fno-strict-aliasing -fom

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8382: arch/xtensa/esp32: Propagate RTC IRQ status register to lower levels

2023-01-31 Thread via GitHub
xiaoxiang781216 merged PR #8382: URL: https://github.com/apache/nuttx/pull/8382 -- 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 (9f027208d4 -> f07885541c)

2023-01-31 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 9f027208d4 fs: Add model field to geometry and mtd_geometry_s add f07885541c arch/xtensa/esp32: Propagate RTC I

[GitHub] [nuttx] Gary-Hobson opened a new pull request, #8384: Makefile: fix redundant delimiters when using make V=1

2023-01-31 Thread via GitHub
Gary-Hobson opened a new pull request, #8384: URL: https://github.com/apache/nuttx/pull/8384 ## Summary When using make V=1, the obj file will print two separators in the libc and mm directories Use the [ realpath function](https://www.gnu.org/software/make/manual/html_node/File-Name-

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8381: tools: Make zig available for arm/riscv/sim

2023-01-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #8381: URL: https://github.com/apache/nuttx/pull/8381#discussion_r1092129405 ## arch/arm/src/common/Toolchain.defs: ## @@ -258,6 +262,20 @@ else LDFLAGS += -nostdlib endif +ifeq ($(CONFIG_ARM_THUMB),y) + ZARCH := thumb +else + ZARC

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8383: fs: mqueue: Fix file_mq_open() for SMP

2023-01-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #8383: URL: https://github.com/apache/nuttx/pull/8383#discussion_r1092122101 ## fs/mqueue/mq_open.c: ## @@ -211,10 +214,15 @@ static int file_mq_vopen(FAR struct file *mq, FAR const char *mq_name, /* Make sure that the check for the ex

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8379: checkpatch: Added encoding check with cvt2utf

2023-01-31 Thread via GitHub
xiaoxiang781216 commented on PR #8379: URL: https://github.com/apache/nuttx/pull/8379#issuecomment-1410618357 @Bhindhiya and anjana-tel do you know why docker fail to generate the renesas toolchain: ``` Error: buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd renesas-

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8379: checkpatch: Added encoding check with cvt2utf

2023-01-31 Thread via GitHub
xiaoxiang781216 commented on PR #8379: URL: https://github.com/apache/nuttx/pull/8379#issuecomment-1410607155 Hit the same error: https://github.com/apache/nuttx/pull/8247. So, it isn't related to Ubuntu version. -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [nuttx] Gary-Hobson commented on pull request #7572: tools: Fix various error in Windows native build

2023-01-31 Thread via GitHub
Gary-Hobson commented on PR #7572: URL: https://github.com/apache/nuttx/pull/7572#issuecomment-1410578628 @zouboan In the ubuntu environment, there are two separators for some information compiled and output using Make V=1 Is it necessary? Is there a way to remove ```sh arm

[GitHub] [nuttx] masayuki2009 opened a new pull request, #8383: fs: mqueue: Fix file_mq_open() for SMP

2023-01-31 Thread via GitHub
masayuki2009 opened a new pull request, #8383: URL: https://github.com/apache/nuttx/pull/8383 ## Summary - I noticed that sometimes mqueue_test failed with rv-virt:smp. - This commit fixes this issue. ## Impact - SMP only ## Testing - Tested with ostest o

[GitHub] [nuttx] gustavonihei commented on issue #8376: Report more info through mtd_geometry_s and geometry

2023-01-31 Thread via GitHub
gustavonihei commented on issue #8376: URL: https://github.com/apache/nuttx/issues/8376#issuecomment-1410501612 > 1. Move erase state to mtd_geometry_s and remove MTDIOC_ERASESTATE Please, note that the NuttX port of MCUboot makes use of the MTDIOC_ERASESTATE: https://github.com/m

[nuttx] branch master updated: fs: Add model field to geometry and mtd_geometry_s

2023-01-31 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei 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 9f027208d4 fs: Add model field to geometry

[GitHub] [nuttx] gustavonihei merged pull request #4320: fs: Add model field to geometry and mtd_geometry_s

2023-01-31 Thread via GitHub
gustavonihei merged PR #4320: URL: https://github.com/apache/nuttx/pull/4320 -- 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

[GitHub] [nuttx] lucasssvaz commented on a diff in pull request #8382: arch/xtensa/esp32: Propagate RTC IRQ status register to lower levels

2023-01-31 Thread via GitHub
lucasssvaz commented on code in PR #8382: URL: https://github.com/apache/nuttx/pull/8382#discussion_r1092039179 ## arch/xtensa/src/esp32/esp32_rtc_gpio.c: ## @@ -127,8 +128,9 @@ static inline bool is_valid_rtc_gpio(uint32_t rtcio_num) **

[GitHub] [nuttx] gustavonihei commented on a diff in pull request #8382: arch/xtensa/esp32: Propagate RTC IRQ status register to lower levels

2023-01-31 Thread via GitHub
gustavonihei commented on code in PR #8382: URL: https://github.com/apache/nuttx/pull/8382#discussion_r1092034976 ## arch/xtensa/src/esp32/esp32_rtc_gpio.c: ## @@ -127,8 +128,9 @@ static inline bool is_valid_rtc_gpio(uint32_t rtcio_num)

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8380: net/devif: correct the judgment condition in devif_send()

2023-01-31 Thread via GitHub
xiaoxiang781216 merged PR #8380: URL: https://github.com/apache/nuttx/pull/8380 -- 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 (4f957f8031 -> 30aa0ee700)

2023-01-31 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 4f957f8031 arch/arm/src/lc823450/lc823450_i2c.c: Remove extra rounding after MSEC2TIC change to round up add 3

[nuttx] 01/03: include/nuttx/clock.h: Change ?SEC2TICK macros to round up and fix nxstyle errors

2023-01-31 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 4dd8187afee4dcd92a7af00dc91f7e6515941b9a Author: Jukka Laitinen AuthorDate: Mon Jan 30 12:13:16 2023 +0400 includ

[GitHub] [nuttx] xiaoxiang781216 closed issue #8346: Regression in many places due to change of nxsem_timedwait_uninterruptible with nxsem_tickwait_uninterruptible

2023-01-31 Thread via GitHub
xiaoxiang781216 closed issue #8346: Regression in many places due to change of nxsem_timedwait_uninterruptible with nxsem_tickwait_uninterruptible URL: https://github.com/apache/nuttx/issues/8346 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[nuttx] 03/03: arch/arm/src/lc823450/lc823450_i2c.c: Remove extra rounding after MSEC2TIC change to round up

2023-01-31 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 4f957f8031e96dfb69be864187a0f3bb45217f30 Author: Jukka Laitinen AuthorDate: Tue Jan 31 10:28:18 2023 +0400 arch/a

[nuttx] branch master updated (3904fd775a -> 4f957f8031)

2023-01-31 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 3904fd775a sched: Remove the unused TCB_FLAG_SCHED_OTHER new 4dd8187afe include/nuttx/clock.h: Change ?SEC2TICK

[nuttx] 02/03: Revert "arch/arm/src/stm32f7/stm32_i2c.c: Round up stm32_i2c_toticks return value"

2023-01-31 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 05eb8541d18454c7732bd8240bddee5ef2e6d2ca Author: Jukka Laitinen AuthorDate: Mon Jan 30 12:15:03 2023 +0400 Revert

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8371: Change sec2tick macros to round up

2023-01-31 Thread via GitHub
xiaoxiang781216 merged PR #8371: URL: https://github.com/apache/nuttx/pull/8371 -- 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] TimJTi commented on issue #8325: RNDIS/CDC-ECM/CDC-NCM

2023-01-31 Thread via GitHub
TimJTi commented on issue #8325: URL: https://github.com/apache/nuttx/issues/8325#issuecomment-1410481976 Think I have to give up. This is beyond me. -- 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

[GitHub] [nuttx] lucasssvaz opened a new pull request, #8382: arch/xtensa/esp32: Propagate RTC IRQ status register to lower levels

2023-01-31 Thread via GitHub
lucasssvaz opened a new pull request, #8382: URL: https://github.com/apache/nuttx/pull/8382 ## Summary This PR aims to fix a potential problem with the execution of 2nd level RTC IRQ handlers. Some drivers might need to re-check the RTC status register. This patch propagates the c

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1520: nxplayer: enqueue streaming data to audio driver.

2023-01-31 Thread via GitHub
xiaoxiang781216 merged PR #1520: URL: https://github.com/apache/nuttx-apps/pull/1520 -- 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-apps] branch master updated: nxplayer: enqueue streaming data to audio driver.

2023-01-31 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 20fb7e189 nxplayer: enqueue streaming dat

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8373: vfs: Suppoprt F_DUPFD_CLOEXEC

2023-01-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #8373: URL: https://github.com/apache/nuttx/pull/8373#discussion_r1092004856 ## fs/vfs/fs_fcntl.c: ## @@ -71,7 +71,13 @@ static int file_vfcntl(FAR struct file *filep, int cmd, va_list ap) { /* Does not set the errno v

[GitHub] [nuttx-apps] wengzhe commented on a diff in pull request #1519: ifconfig: Support `ifconfig interface` and update arg limit

2023-01-31 Thread via GitHub
wengzhe commented on code in PR #1519: URL: https://github.com/apache/nuttx-apps/pull/1519#discussion_r1092001099 ## nshlib/nsh_command.c: ## @@ -244,9 +244,10 @@ static const struct cmdmap_s g_cmdmap[] = #ifdef CONFIG_NET # ifndef CONFIG_NSH_DISABLE_IFCONFIG - { "ifconfig"

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #8373: vfs: Suppoprt F_DUPFD_CLOEXEC

2023-01-31 Thread via GitHub
pkarashchenko commented on code in PR #8373: URL: https://github.com/apache/nuttx/pull/8373#discussion_r1091996301 ## fs/vfs/fs_fcntl.c: ## @@ -71,7 +71,13 @@ static int file_vfcntl(FAR struct file *filep, int cmd, va_list ap) { /* Does not set the errno var

[nuttx] branch master updated: sched: Remove the unused TCB_FLAG_SCHED_OTHER

2023-01-31 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 The following commit(s) were added to refs/heads/master by this push: new 3904fd775a sched: Remove the unused TCB_FL

[GitHub] [nuttx] pkarashchenko merged pull request #8374: sched: Remove the unused TCB_FLAG_SCHED_OTHER

2023-01-31 Thread via GitHub
pkarashchenko merged PR #8374: URL: https://github.com/apache/nuttx/pull/8374 -- 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-apps] pkarashchenko commented on a diff in pull request #1519: ifconfig: Support `ifconfig interface` and update arg limit

2023-01-31 Thread via GitHub
pkarashchenko commented on code in PR #1519: URL: https://github.com/apache/nuttx-apps/pull/1519#discussion_r1091992027 ## nshlib/nsh_command.c: ## @@ -244,9 +244,10 @@ static const struct cmdmap_s g_cmdmap[] = #ifdef CONFIG_NET # ifndef CONFIG_NSH_DISABLE_IFCONFIG - { "ifc

[nuttx-apps] branch master updated: testing: ostest: Show errno in message queue test

2023-01-31 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 bb8b5493e testing: ostest: Show errno in

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1518: testing: ostest: Show errno in message queue test

2023-01-31 Thread via GitHub
xiaoxiang781216 merged PR #1518: URL: https://github.com/apache/nuttx-apps/pull/1518 -- 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] fjpanag commented on issue #8017: Create a Software Qualification Testing for Release new versions

2023-01-31 Thread via GitHub
fjpanag commented on issue #8017: URL: https://github.com/apache/nuttx/issues/8017#issuecomment-1410399666 Some thoughts on enhancing testing of NuttX: # Expect When we want to test the external interfaces of the system (e.g. console, protocols etc), we are making heavy use of `exp

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #8377: sim/sim_alsa.c: support streaming data when offload playback.

2023-01-31 Thread via GitHub
pkarashchenko commented on code in PR #8377: URL: https://github.com/apache/nuttx/pull/8377#discussion_r1091963707 ## arch/sim/src/sim/posix/sim_offload.h: ## @@ -0,0 +1,77 @@ +/ + * arch/sim/src/sim/pos

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #8381: tools: Make zig available for arm/riscv/sim

2023-01-31 Thread via GitHub
pkarashchenko commented on code in PR #8381: URL: https://github.com/apache/nuttx/pull/8381#discussion_r1091954930 ## arch/arm/src/common/Toolchain.defs: ## @@ -229,6 +229,10 @@ else endif endif +# Zig compiler + +ZIG = zig Review Comment: ```suggestion ZIG := zig

[GitHub] [nuttx-apps] no1wudi opened a new pull request, #1521: Application.mk: Provide a default ZIGELFFLAGS if not defined

2023-01-31 Thread via GitHub
no1wudi opened a new pull request, #1521: URL: https://github.com/apache/nuttx-apps/pull/1521 ## Summary Avoid add ZIGELFFLAGS to each board level Make.defs by default value. ## Impact Zig only ## Testing Local machine -- This is an automated message from the

[GitHub] [nuttx] no1wudi opened a new pull request, #8381: tools: Make zig available for arm/riscv/sim

2023-01-31 Thread via GitHub
no1wudi opened a new pull request, #8381: URL: https://github.com/apache/nuttx/pull/8381 ## Summary Add essential compile flags to make zig available out of box. ## Impact Zig only ## Testing Local machine -- This is an automated message from the Apache Git Service. To r

[GitHub] [nuttx] anchao commented on pull request #8361: net/devif: check the net device before use

2023-01-31 Thread via GitHub
anchao commented on PR #8361: URL: https://github.com/apache/nuttx/pull/8361#issuecomment-1410303196 > @anchao > > > Could you please share the qemu command line? > > ``` > /home/ishikawa/opensource/QEMU/qemu-7.1/build/arm-softmmu/qemu-system-arm -net nic,model=stellaris -ne

[GitHub] [nuttx] anchao opened a new pull request, #8380: net/devif: correct the judgment condition in devif_send()

2023-01-31 Thread via GitHub
anchao opened a new pull request, #8380: URL: https://github.com/apache/nuttx/pull/8380 ## Summary net/devif: correct the judgment condition in devif_send() Regression by: ``` | commit 7fce145b3043e7ee13c72286674d51e9888935c3 | Author: chao an | Date: Mon Jan

[nuttx] branch master updated: drivers/mmcsd: Fix kconfig error regarding MMCSD_IOCSUPPORT

2023-01-31 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea 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 da83836da7 drivers/mmcsd: Fix kconfig error reg

[GitHub] [nuttx] jerpelea merged pull request #8375: drivers/mmcsd: Fix kconfig error regarding MMCSD_IOCSUPPORT

2023-01-31 Thread via GitHub
jerpelea merged PR #8375: URL: https://github.com/apache/nuttx/pull/8375 -- 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.apach

[GitHub] [nuttx] fjpanag opened a new pull request, #8379: checkpatch: Added encoding check with cvt2utf

2023-01-31 Thread via GitHub
fjpanag opened a new pull request, #8379: URL: https://github.com/apache/nuttx/pull/8379 ## Summary Added check for non-UTF characters in `checkpatch.sh`. The check is accomplished by using [cvt2utf](https://github.com/x1angli/cvt2utf). All cached files are converted and t

  1   2   >