[GitHub] [nuttx-apps] xiaoxiang781216 commented on pull request #2026: Add loading of ET_DYN shared object test to sotest

2023-09-25 Thread via GitHub
xiaoxiang781216 commented on PR #2026: URL: https://github.com/apache/nuttx-apps/pull/2026#issuecomment-1734938238 it's better to keep the arch/toolchain specific option to: Toolchain.defs(e.g. https://github.com/apache/nuttx/blob/master/arch/arm/src/armv7-m/Toolchain.defs) or Make.def

[GitHub] [nuttx] xucheng5 commented on a diff in pull request #10809: dma: support source/destination address auto step

2023-09-25 Thread via GitHub
xucheng5 commented on code in PR #10809: URL: https://github.com/apache/nuttx/pull/10809#discussion_r1336708991 ## include/nuttx/dma/dma.h: ## @@ -246,10 +251,13 @@ struct dma_config_s unsigned int direction; unsigned int priority; unsigned int timeout; + unsigned int

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #10809: dma: support source/destination address auto step

2023-09-25 Thread via GitHub
pkarashchenko commented on code in PR #10809: URL: https://github.com/apache/nuttx/pull/10809#discussion_r1336704963 ## include/nuttx/dma/dma.h: ## @@ -246,10 +251,13 @@ struct dma_config_s unsigned int direction; unsigned int priority; unsigned int timeout; + unsigned

[GitHub] [nuttx-apps] nealef commented on pull request #2026: Add loading of ET_DYN shared object test to sotest

2023-09-25 Thread via GitHub
nealef commented on PR #2026: URL: https://github.com/apache/nuttx-apps/pull/2026#issuecomment-1734897163 Alternatively, could I scrub setting `SHMODULEFLAGS` at the board level and just define it in the `dynload/Makefile`: ``` --- a/examples/sotest/lib/dynload/Makefile +++ b/exampl

[nuttx] branch master updated (b6693065e7 -> 5d6f6f2d47)

2023-09-25 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 b6693065e7 pthread_once: g_lock may lead deadlock add 5d6f6f2d47 mm:fix warning No new revisions were added by

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10810: mm:fix warning

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

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #10812: video/goldfish: Remove the vsync residual code

2023-09-25 Thread via GitHub
xiaoxiang781216 opened a new pull request, #10812: URL: https://github.com/apache/nuttx/pull/10812 ## Summary forget from patch: ``` commit bbf5b0bb6d970da9fbe91f40c8640551a3ecd29c Author: jianglianfang Date: Tue Aug 15 19:47:14 2023 +0800 driver/video: adapti

[GitHub] [nuttx-apps] xiaoxiang781216 commented on pull request #2026: Add loading of ET_DYN shared object test to sotest

2023-09-25 Thread via GitHub
xiaoxiang781216 commented on PR #2026: URL: https://github.com/apache/nuttx-apps/pull/2026#issuecomment-1734865916 > Latest failure is in `risc-v` with the `_start` error message indicating `dynload` is not being liked with the flags to build a shared object. Is there a way to get it to do

[GitHub] [nuttx-apps] nealef commented on pull request #2026: Add loading of ET_DYN shared object test to sotest

2023-09-25 Thread via GitHub
nealef commented on PR #2026: URL: https://github.com/apache/nuttx-apps/pull/2026#issuecomment-1734852738 Latest failure is in `risc-v` with the `_start` error message indicating `dynload` is not being liked with the flags to build a shared object. Is there a way to get it to do a `make V=1

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #10811: assert: Skip to include arch/board/board.h if CONFIG_ARCH_LEDS=n

2023-09-25 Thread via GitHub
xiaoxiang781216 opened a new pull request, #10811: URL: https://github.com/apache/nuttx/pull/10811 ## Summary ## Impact ## Testing -- 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] anjiahao1 opened a new pull request, #10810: mm:fix warning

2023-09-25 Thread via GitHub
anjiahao1 opened a new pull request, #10810: URL: https://github.com/apache/nuttx/pull/10810 mm_heap/mm_initialize.c:69:11: warning: array subscript -1 is outside array bounds of 'void[2147483647]' [-Warray-bounds] 69 | node->pid = MM_BACKTRACE_MEMPOOL_PID; | ^

[GitHub] [nuttx] xucheng5 opened a new pull request, #10809: dma: support source/destination address auto step

2023-09-25 Thread via GitHub
xucheng5 opened a new pull request, #10809: URL: https://github.com/apache/nuttx/pull/10809 VELAPLATFO-16814 Change-Id: I214069c82a8c9d4e0c150e45bf8666318716e951 ## Summary ## Impact ## Testing -- This is an automated message from the Apache Git Service.

[nuttx] branch master updated: pthread_once: g_lock may lead deadlock

2023-09-25 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 b6693065e7 pthread_once: g_lock may lead deadl

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10752: pthread_once: g_lock may lead deadlock

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

[GitHub] [nuttx-apps] xiaoxiang781216 opened a new pull request, #2098: Fix drivertest_watchdog.c:284:33: error: storage size of 'reset_cause' isn't known

2023-09-25 Thread via GitHub
xiaoxiang781216 opened a new pull request, #2098: URL: https://github.com/apache/nuttx-apps/pull/2098 ## Summary ## Impact drivertest ## Testing internal test -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [nuttx-apps] xiaoxiang781216 commented on pull request #2026: Add loading of ET_DYN shared object test to sotest

2023-09-25 Thread via GitHub
xiaoxiang781216 commented on PR #2026: URL: https://github.com/apache/nuttx-apps/pull/2026#issuecomment-1734713716 > Is the current `libcxxtest` failure something that a fetch/rebase will fix? Yes, it fix by https://github.com/apache/nuttx/pull/8244 -- This is an automated message f

[GitHub] [nuttx-apps] nealef commented on pull request #2026: Add loading of ET_DYN shared object test to sotest

2023-09-25 Thread via GitHub
nealef commented on PR #2026: URL: https://github.com/apache/nuttx-apps/pull/2026#issuecomment-1734672117 Is the current `libcxxtest` failure something that a fetch/rebase will fix? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #10804: fs:support zipfs,can mount zipfile

2023-09-25 Thread via GitHub
xiaoxiang781216 commented on code in PR #10804: URL: https://github.com/apache/nuttx/pull/10804#discussion_r1336514188 ## fs/zipfs/Make.defs: ## @@ -0,0 +1,32 @@ + +# fs/zipfs/Make.defs +# +# Licensed to

[nuttx-website] branch asf-site updated: Publishing web: 07abea83aab63736f2895f109c448ae631509f46 docs: f02ad03124684650a186c5e8edf24bccd8d1486f

2023-09-25 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 0d116802 Publishing web: 07abea83

[nuttx] branch master updated: Fix error: 'mmcsd_general_cmd_read' defined but not used

2023-09-25 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 f02ad03124 Fix error: 'mmcsd_general_cmd_r

[GitHub] [nuttx] pkarashchenko merged pull request #10807: Fix error: 'mmcsd_general_cmd_read' defined but not used

2023-09-25 Thread via GitHub
pkarashchenko merged PR #10807: URL: https://github.com/apache/nuttx/pull/10807 -- 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: Fix drivertest_watchdog.c:284:33: error: storage size of 'reset_cause' isn't known

2023-09-25 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 2d6d199c4 Fix drivertest_watchdog.c:2

[GitHub] [nuttx-apps] pkarashchenko merged pull request #2097: Fix drivertest_watchdog.c:284:33: error: storage size of 'reset_cause' isn't known

2023-09-25 Thread via GitHub
pkarashchenko merged PR #2097: URL: https://github.com/apache/nuttx-apps/pull/2097 -- 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: create app for wiegand protocol

2023-09-25 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 02db9c761 create app for wiegand protocol 0

[GitHub] [nuttx-apps] acassis merged pull request #2016: App for Wiegand Protocol

2023-09-25 Thread via GitHub
acassis merged PR #2016: URL: https://github.com/apache/nuttx-apps/pull/2016 -- 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] acassis commented on a diff in pull request #10804: fs:support zipfs,can mount zipfile

2023-09-25 Thread via GitHub
acassis commented on code in PR #10804: URL: https://github.com/apache/nuttx/pull/10804#discussion_r1336334478 ## fs/zipfs/Make.defs: ## @@ -0,0 +1,32 @@ + +# fs/zipfs/Make.defs +# +# Licensed to the Apa

[GitHub] [nuttx] acassis commented on pull request #10804: fs:support zipfs,can mount zipfile

2023-09-25 Thread via GitHub
acassis commented on PR #10804: URL: https://github.com/apache/nuttx/pull/10804#issuecomment-1734376269 wow! Very nice feature @anjiahao1 ! Please include some basic Documentation/ to let more people to discover about it. -- This is an automated message from the Apache Git Service. To res

[nuttx-apps] branch master updated: zlib:add support for zlib

2023-09-25 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 a48810f4a zlib:add support for zlib a4881

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #2094: zlib:add support for zlib

2023-09-25 Thread via GitHub
xiaoxiang781216 merged PR #2094: URL: https://github.com/apache/nuttx-apps/pull/2094 -- 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-apps] xiaoxiang781216 opened a new pull request, #2097: Fix drivertest_watchdog.c:284:33: error: storage size of 'reset_cause' isn't known

2023-09-25 Thread via GitHub
xiaoxiang781216 opened a new pull request, #2097: URL: https://github.com/apache/nuttx-apps/pull/2097 ## Summary fix compiler error ## Impact drivertest ## Testing internal ci -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #10808: Minor fix for ioexpander driver

2023-09-25 Thread via GitHub
xiaoxiang781216 opened a new pull request, #10808: URL: https://github.com/apache/nuttx/pull/10808 ## Summary - drivers/ioexpander: Add const to the pin array, forget in patch: https://github.com/apache/nuttx/pull/9529 - drivers/ioexpander: Add const to the value array of multiwrit

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #10807: Fix error: 'mmcsd_general_cmd_read' defined but not used

2023-09-25 Thread via GitHub
xiaoxiang781216 opened a new pull request, #10807: URL: https://github.com/apache/nuttx/pull/10807 ## Summary fix the warning ## Impact mmcsd ## Testing ci -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [nuttx] TimJTi opened a new pull request, #10806: SAMA5 - TSD trigger and pressure scaling issues

2023-09-25 Thread via GitHub
TimJTi opened a new pull request, #10806: URL: https://github.com/apache/nuttx/pull/10806 ## Summary If the main ADC trigger is set to SOftware trigger, the TSD can fail to trigger correctly in all circumstances. The pressure reading was scaled 0-4096 (max to min) which I believe i

[nuttx-apps] branch master updated: Fix nsh_altconsole.c:152:41: error: implicit declaration of function 'strlen'

2023-09-25 Thread ligd
This is an automated email from the ASF dual-hosted git repository. ligd 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 9e31a26ed Fix nsh_altconsole.c:152:41: error:

[GitHub] [nuttx-apps] GUIDINGLI merged pull request #2096: Fix nsh_altconsole.c:152:41: error: implicit declaration of function 'strlen'

2023-09-25 Thread via GitHub
GUIDINGLI merged PR #2096: URL: https://github.com/apache/nuttx-apps/pull/2096 -- 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] branch master updated: list: update list.h

2023-09-25 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 dc096f951e list: update list.h dc096f951e is d

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10338: list: update list.h

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

[nuttx] branch master updated: emmc: add get emmc cid register interface.

2023-09-25 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 50cad1536d emmc: add get emmc cid register int

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10778: emmc: add get emmc cid register interface.

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

[nuttx] branch master updated: Fix make[1]: *** No rule to make target '.header', needed by 'context'. Stop.

2023-09-25 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 b172de378d Fix make[1]: *** No rule to make ta

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10803: libc/gpsutils: fix compile error

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

[nuttx] branch master updated: boards: add nrf9160-dk board support (nrf52840 chip)

2023-09-25 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 3f1417ef8d boards: add nrf9160-dk board suppor

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10791: boards: add nrf9160-dk board support (nrf52840 chip)

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

[GitHub] [nuttx-apps] GUIDINGLI merged pull request #2093: Fix ./drivertest_rtc.c:43:10: fatal error: nuttx/time.h: No such file or directory

2023-09-25 Thread via GitHub
GUIDINGLI merged PR #2093: URL: https://github.com/apache/nuttx-apps/pull/2093 -- 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-apps] branch master updated: Fix ./drivertest_rtc.c:43:10: fatal error: nuttx/time.h: No such file or director

2023-09-25 Thread ligd
This is an automated email from the ASF dual-hosted git repository. ligd 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 610ba2052 Fix ./drivertest_rtc.c:43:10: fatal

[nuttx] branch master updated: arch/Kconfig: Add prompt string to ARCH_CHIP_CUSTOM

2023-09-25 Thread ligd
This is an automated email from the ASF dual-hosted git repository. ligd 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 1edcea3997 arch/Kconfig: Add prompt string to ARCH_

[GitHub] [nuttx] GUIDINGLI merged pull request #10795: arch/Kconfig: Add prompt string to ARCH_CHIP_CUSTOM

2023-09-25 Thread via GitHub
GUIDINGLI merged PR #10795: URL: https://github.com/apache/nuttx/pull/10795 -- 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.ap

[GitHub] [nuttx] Otpvondoiats commented on pull request #10770: nuttx/drivers: add regmap subsystems support.

2023-09-25 Thread via GitHub
Otpvondoiats commented on PR #10770: URL: https://github.com/apache/nuttx/pull/10770#issuecomment-1733839806 s -- 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 unsubscrib

[GitHub] [nuttx] Otpvondoiats closed pull request #10770: nuttx/drivers: add regmap subsystems support.

2023-09-25 Thread via GitHub
Otpvondoiats closed pull request #10770: nuttx/drivers: add regmap subsystems support. URL: https://github.com/apache/nuttx/pull/10770 -- 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 co

[nuttx-apps] branch master updated: nsh_alias.c: unalias -a command does not work correctly

2023-09-25 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 e9f4e8778 nsh_alias.c: unalias -a command

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #2095: nsh_alias.c: unalias -a command does not work correctly

2023-09-25 Thread via GitHub
xiaoxiang781216 merged PR #2095: URL: https://github.com/apache/nuttx-apps/pull/2095 -- 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: audio:add state sync for virtio snd device

2023-09-25 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 f99f67378d audio:add state sync for virtio snd

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10800: audio:add state sync for virtio snd device

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

[nuttx] branch master updated: tools/Unix.mk:ignore Kconfiglib menuconfig module warning

2023-09-25 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 ed5b3766dc tools/Unix.mk:ignore Kconfiglib men

[GitHub] [nuttx] xiaoxiang781216 closed issue #10794: Menuconfig failing after #10763 in Manjaro's zsh

2023-09-25 Thread via GitHub
xiaoxiang781216 closed issue #10794: Menuconfig failing after #10763 in Manjaro's zsh URL: https://github.com/apache/nuttx/issues/10794 -- 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 c

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10801: tools/Unix.mk:ignore Kconfiglib menuconfig module warning

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

[GitHub] [nuttx-apps] xiaoxiang781216 opened a new pull request, #2096: Fix nsh_altconsole.c:152:41: error: implicit declaration of function 'strlen'

2023-09-25 Thread via GitHub
xiaoxiang781216 opened a new pull request, #2096: URL: https://github.com/apache/nuttx-apps/pull/2096 ## Summary ## Impact ## Testing ci -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [nuttx] Otpvondoiats commented on a diff in pull request #10770: nuttx/drivers: add regmap subsystems support.

2023-09-25 Thread via GitHub
Otpvondoiats commented on code in PR #10770: URL: https://github.com/apache/nuttx/pull/10770#discussion_r1335835263 ## drivers/regmap/internal.h: ## @@ -0,0 +1,85 @@ +/ + * drivers/regmap/internal.h + *

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #10805: arch/arm: Fix error: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned in

2023-09-25 Thread via GitHub
xiaoxiang781216 opened a new pull request, #10805: URL: https://github.com/apache/nuttx/pull/10805 ## Summary fix warning ## Impact minor ## Testing internal ci -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [nuttx] alivexiaoluo commented on pull request #10778: emmc: add get emmc cid register interface.

2023-09-25 Thread via GitHub
alivexiaoluo commented on PR #10778: URL: https://github.com/apache/nuttx/pull/10778#issuecomment-1733612892 > @gneworld I cannot see this coming in without any test information for real HW hi,davids5, I have already tested it on our hardware platform,it works fine. Show you a part

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #10770: nuttx/drivers: add regmap subsystems support.

2023-09-25 Thread via GitHub
xiaoxiang781216 commented on code in PR #10770: URL: https://github.com/apache/nuttx/pull/10770#discussion_r1335766915 ## drivers/regmap/internal.h: ## @@ -0,0 +1,85 @@ +/ + * drivers/regmap/internal.h +

[GitHub] [nuttx] gneworld commented on pull request #10778: emmc: add get emmc cid register interface.

2023-09-25 Thread via GitHub
gneworld commented on PR #10778: URL: https://github.com/apache/nuttx/pull/10778#issuecomment-1733475120 @alivexiaoluo Please provide your test report -- 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 g

[GitHub] [nuttx] anchao commented on a diff in pull request #10804: fs:support zipfs,can mount zipfile

2023-09-25 Thread via GitHub
anchao commented on code in PR #10804: URL: https://github.com/apache/nuttx/pull/10804#discussion_r1335650713 ## fs/zipfs/zip_vfs.c: ## @@ -0,0 +1,655 @@ +/ + * fs/zipfs/zip_vfs.c + * + * Licensed to the

[GitHub] [nuttx] davids5 commented on pull request #10792: mmcsd: fix a typo

2023-09-25 Thread via GitHub
davids5 commented on PR #10792: URL: https://github.com/apache/nuttx/pull/10792#issuecomment-1733380492 @gneworld - This is an indication you need to build and test your work before submitting it. Please ensure you have configuration that enable and build you changes provide them in the te

[GitHub] [nuttx] anjiahao1 commented on pull request #10804: fs:support zipfs,can mount zipfile

2023-09-25 Thread via GitHub
anjiahao1 commented on PR #10804: URL: https://github.com/apache/nuttx/pull/10804#issuecomment-1733243840 ![image](https://github.com/apache/nuttx/assets/75056955/63a94b9b-0588-4f00-898c-d9d49f78d24f) format error need skip -- This is an automated message from the Apache Git Service. T

[GitHub] [nuttx] anjiahao1 opened a new pull request, #10804: fs:support zipfs,can mount zipfile

2023-09-25 Thread via GitHub
anjiahao1 opened a new pull request, #10804: URL: https://github.com/apache/nuttx/pull/10804 ## Summary we can mount a zipfile in nuttx use mount command like this: mount -t zipfs -o /data/test.zip /zip The zipfs is a read only file system,The advantage is that it does not o

[GitHub] [nuttx] xuxin930 commented on pull request #10801: tools/Unix.mk:ignore Kconfiglib menuconfig module warning

2023-09-25 Thread via GitHub
xuxin930 commented on PR #10801: URL: https://github.com/apache/nuttx/pull/10801#issuecomment-1733187931 references:https://unix.stackexchange.com/questions/403783/the-process-substitution-output-is-out-of-the-order -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [nuttx] Otpvondoiats commented on a diff in pull request #10770: nuttx/drivers: add regmap subsystems support.

2023-09-25 Thread via GitHub
Otpvondoiats commented on code in PR #10770: URL: https://github.com/apache/nuttx/pull/10770#discussion_r1335560204 ## drivers/regmap/regmap.c: ## @@ -0,0 +1,377 @@ +/ + * drivers/regmap/regmap.c + * + *

[GitHub] [nuttx-apps] pussuw opened a new pull request, #2095: nsh_alias.c: unalias -a command does not work correctly

2023-09-25 Thread via GitHub
pussuw opened a new pull request, #2095: URL: https://github.com/apache/nuttx-apps/pull/2095 ## Summary getopt returns the argument if it is found, so testing against != ERROR is wrong. Testing against 'a' in this case is correct (no other arguments are possible) ## Impact Fi

[GitHub] [nuttx] Donny9 opened a new pull request, #10803: libc/gpsutils: fix compile error

2023-09-25 Thread via GitHub
Donny9 opened a new pull request, #10803: URL: https://github.com/apache/nuttx/pull/10803 ## Summary Fix make[1]: *** No rule to make target '.header', needed by 'context‘ Stop. ## Impact ## Testing local test -- This is an automated message from the Apache Git Service.

[GitHub] [nuttx-apps] anjiahao1 opened a new pull request, #2094: zlib:add support for zlib

2023-09-25 Thread via GitHub
anjiahao1 opened a new pull request, #2094: URL: https://github.com/apache/nuttx-apps/pull/2094 We can use zip & unzip commands in nuttx ## Summary add support for zlib ## Impact system ## Testing sim with zip & unzip command -- This is an automated message from t

[GitHub] [nuttx] anchao commented on a diff in pull request #10770: nuttx/drivers: add regmap subsystems support.

2023-09-25 Thread via GitHub
anchao commented on code in PR #10770: URL: https://github.com/apache/nuttx/pull/10770#discussion_r1335511141 ## drivers/regmap/regmap.c: ## @@ -0,0 +1,377 @@ +/ + * drivers/regmap/regmap.c + * + * Licen