[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7208: arch/makefile: preprocess link script to make configure more flexibly

2022-09-28 Thread GitBox
xiaoxiang781216 commented on code in PR #7208: URL: https://github.com/apache/incubator-nuttx/pull/7208#discussion_r983049155 ## arch/arm/src/Makefile: ## @@ -165,7 +166,10 @@ define LINK_ALLSYMS $(Q) $(call DELFILE, allsyms.tmp allsyms$(OBJEXT)) endef -nuttx$(EXEEXT)

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7208: arch/makefile: preprocess link script to make configure more flexibly

2022-09-28 Thread GitBox
anchao commented on code in PR #7208: URL: https://github.com/apache/incubator-nuttx/pull/7208#discussion_r983039262 ## arch/arm/src/Makefile: ## @@ -165,7 +166,10 @@ define LINK_ALLSYMS $(Q) $(call DELFILE, allsyms.tmp allsyms$(OBJEXT)) endef -nuttx$(EXEEXT): $(HEAD_

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7208: arch/makefile: preprocess link script to make configure more flexibly

2022-09-28 Thread GitBox
anchao commented on code in PR #7208: URL: https://github.com/apache/incubator-nuttx/pull/7208#discussion_r983039127 ## arch/arm/src/Makefile: ## @@ -165,7 +166,10 @@ define LINK_ALLSYMS $(Q) $(call DELFILE, allsyms.tmp allsyms$(OBJEXT)) endef -nuttx$(EXEEXT): $(HEAD_

[incubator-nuttx] branch master updated (7c003162a6 -> 5c9b094d65)

2022-09-28 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/incubator-nuttx.git from 7c003162a6 libelf/libelf_symbols.c: Fix compilation warning about void* arithmetics new 3c8773a854 t

[incubator-nuttx] 01/02: tools: Optimizing mkallsyms scripts with python

2022-09-28 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/incubator-nuttx.git commit 3c8773a854703467fdc6c0ee4854c79d993a1e86 Author: yinshengkai AuthorDate: Wed Sep 28 17:07:10 2022 +0800

[incubator-nuttx] 02/02: tools: Replace mkallsyms.sh with mkallsyms.py

2022-09-28 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/incubator-nuttx.git commit 5c9b094d654863e0d4739c98620f1c3c52245ecc Author: yinshengkai AuthorDate: Wed Sep 28 17:07:10 2022 +0800

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7048: Optimizing mkallsyms scripts with python

2022-09-28 Thread GitBox
xiaoxiang781216 merged PR #7048: URL: https://github.com/apache/incubator-nuttx/pull/7048 -- 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-unsubs

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7208: arch/makefile: preprocess link script to make configure more flexibly

2022-09-28 Thread GitBox
xiaoxiang781216 commented on code in PR #7208: URL: https://github.com/apache/incubator-nuttx/pull/7208#discussion_r982961073 ## arch/arm/src/Makefile: ## @@ -165,7 +166,10 @@ define LINK_ALLSYMS $(Q) $(call DELFILE, allsyms.tmp allsyms$(OBJEXT)) endef -nuttx$(EXEEXT)

[incubator-nuttx-website] branch asf-site updated: Publishing web: 6758fc5efbbf5ed16c807ccdfb012d94d1db201a docs: 7c003162a6180fa01817fc622eefaec3639fba8e

2022-09-28 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/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 5bbc37c Publishing web

[GitHub] [incubator-nuttx] Gary-Hobson commented on a diff in pull request #7048: Optimizing mkallsyms scripts with python

2022-09-28 Thread GitBox
Gary-Hobson commented on code in PR #7048: URL: https://github.com/apache/incubator-nuttx/pull/7048#discussion_r982465049 ## arch/sim/src/Makefile: ## @@ -300,7 +300,9 @@ nuttx-names.dat: nuttx-names.in $(call PREPROCESS, nuttx-names.in, nuttx-names.dat) define LINK_A

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7207: fs/poll: using callback mechanism to implement poll notification

2022-09-28 Thread GitBox
xiaoxiang781216 commented on code in PR #7207: URL: https://github.com/apache/incubator-nuttx/pull/7207#discussion_r981975042 ## include/sys/poll.h: ## @@ -144,6 +150,8 @@ int ppoll(FAR struct pollfd *fds, nfds_t nfds, FAR const struct timespec *timeout_ts,

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7048: Optimizing mkallsyms scripts with python

2022-09-28 Thread GitBox
anchao commented on code in PR #7048: URL: https://github.com/apache/incubator-nuttx/pull/7048#discussion_r982439328 ## arch/arm/src/Makefile: ## @@ -157,7 +157,7 @@ board$(DELIM)libboard$(LIBEXT): $(Q) $(MAKE) -C board libboard$(LIBEXT) EXTRAFLAGS="$(EXTRAFLAGS)" def

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7048: Optimizing mkallsyms scripts with python

2022-09-28 Thread GitBox
xiaoxiang781216 commented on code in PR #7048: URL: https://github.com/apache/incubator-nuttx/pull/7048#discussion_r982437745 ## arch/sim/src/Makefile: ## @@ -300,7 +300,9 @@ nuttx-names.dat: nuttx-names.in $(call PREPROCESS, nuttx-names.in, nuttx-names.dat) define LI

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7048: Optimizing mkallsyms scripts with python

2022-09-28 Thread GitBox
xiaoxiang781216 commented on code in PR #7048: URL: https://github.com/apache/incubator-nuttx/pull/7048#discussion_r982437745 ## arch/sim/src/Makefile: ## @@ -300,7 +300,9 @@ nuttx-names.dat: nuttx-names.in $(call PREPROCESS, nuttx-names.in, nuttx-names.dat) define LI

[GitHub] [incubator-nuttx] Gary-Hobson commented on a diff in pull request #7048: Optimizing mkallsyms scripts with python

2022-09-28 Thread GitBox
Gary-Hobson commented on code in PR #7048: URL: https://github.com/apache/incubator-nuttx/pull/7048#discussion_r982410655 ## arch/arm/src/Makefile: ## @@ -157,7 +157,7 @@ board$(DELIM)libboard$(LIBEXT): $(Q) $(MAKE) -C board libboard$(LIBEXT) EXTRAFLAGS="$(EXTRAFLAGS)"

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #6920: support /dev/crypto for nuttx

2022-09-28 Thread GitBox
gustavonihei commented on code in PR #6920: URL: https://github.com/apache/incubator-nuttx/pull/6920#discussion_r982392168 ## arch/risc-v/src/esp32c3/esp32c3_sha.c: ## @@ -668,6 +668,7 @@ void esp32c3_sha1_free(struct esp32c3_sha1_context_s *ctx) void esp32c3_sha256_init(struct

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #6920: support /dev/crypto for nuttx

2022-09-28 Thread GitBox
gustavonihei commented on code in PR #6920: URL: https://github.com/apache/incubator-nuttx/pull/6920#discussion_r982392168 ## arch/risc-v/src/esp32c3/esp32c3_sha.c: ## @@ -668,6 +668,7 @@ void esp32c3_sha1_free(struct esp32c3_sha1_context_s *ctx) void esp32c3_sha256_init(struct

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #6920: support /dev/crypto for nuttx

2022-09-28 Thread GitBox
gustavonihei commented on code in PR #6920: URL: https://github.com/apache/incubator-nuttx/pull/6920#discussion_r982388190 ## arch/risc-v/src/esp32c3/esp32c3_sha.c: ## @@ -668,6 +668,7 @@ void esp32c3_sha1_free(struct esp32c3_sha1_context_s *ctx) void esp32c3_sha256_init(struct

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #6920: support /dev/crypto for nuttx

2022-09-28 Thread GitBox
gustavonihei commented on code in PR #6920: URL: https://github.com/apache/incubator-nuttx/pull/6920#discussion_r982388190 ## arch/risc-v/src/esp32c3/esp32c3_sha.c: ## @@ -668,6 +668,7 @@ void esp32c3_sha1_free(struct esp32c3_sha1_context_s *ctx) void esp32c3_sha256_init(struct

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #7202: Add support for the loading of ET_DYN objects

2022-09-28 Thread GitBox
acassis commented on code in PR #7202: URL: https://github.com/apache/incubator-nuttx/pull/7202#discussion_r982376578 ## libs/libc/modlib/modlib_symbols.c: ## @@ -55,6 +56,11 @@ struct mod_exportinfo_s FAR const struct symtab_s *symbol; /* Symbol info returned (if found) */

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7048: Optimizing mkallsyms scripts with python

2022-09-28 Thread GitBox
anchao commented on code in PR #7048: URL: https://github.com/apache/incubator-nuttx/pull/7048#discussion_r982353664 ## arch/arm/src/Makefile: ## @@ -157,7 +157,7 @@ board$(DELIM)libboard$(LIBEXT): $(Q) $(MAKE) -C board libboard$(LIBEXT) EXTRAFLAGS="$(EXTRAFLAGS)" def

[GitHub] [incubator-nuttx] Gary-Hobson commented on a diff in pull request #7048: Optimizing mkallsyms scripts with python

2022-09-28 Thread GitBox
Gary-Hobson commented on code in PR #7048: URL: https://github.com/apache/incubator-nuttx/pull/7048#discussion_r982348282 ## arch/arm/src/Makefile: ## @@ -157,7 +157,7 @@ board$(DELIM)libboard$(LIBEXT): $(Q) $(MAKE) -C board libboard$(LIBEXT) EXTRAFLAGS="$(EXTRAFLAGS)"

[GitHub] [incubator-nuttx] Gary-Hobson commented on a diff in pull request #7048: Optimizing mkallsyms scripts with python

2022-09-28 Thread GitBox
Gary-Hobson commented on code in PR #7048: URL: https://github.com/apache/incubator-nuttx/pull/7048#discussion_r982348042 ## arch/xtensa/src/Makefile: ## @@ -134,7 +134,7 @@ board/libboard$(LIBEXT): $(Q) $(MAKE) -C board libboard$(LIBEXT) EXTRAFLAGS="$(EXTRAFLAGS)" de

[incubator-nuttx] branch master updated: libelf/libelf_symbols.c: Fix compilation warning about void* arithmetics

2022-09-28 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 7c003162a6 libelf/libelf_symbols.c:

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7209: libelf/libelf_symbols.c: Fix compilation warning about void* arithmetics

2022-09-28 Thread GitBox
xiaoxiang781216 merged PR #7209: URL: https://github.com/apache/incubator-nuttx/pull/7209 -- 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-unsubs

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7048: Optimizing mkallsyms scripts with python

2022-09-28 Thread GitBox
anchao commented on code in PR #7048: URL: https://github.com/apache/incubator-nuttx/pull/7048#discussion_r982325711 ## arch/xtensa/src/Makefile: ## @@ -134,7 +134,7 @@ board/libboard$(LIBEXT): $(Q) $(MAKE) -C board libboard$(LIBEXT) EXTRAFLAGS="$(EXTRAFLAGS)" define

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #7206: net: Return -ENOPROTOOPT for unsupported/unknown socket option

2022-09-28 Thread GitBox
masayuki2009 merged PR #7206: URL: https://github.com/apache/incubator-nuttx/pull/7206 -- 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.

[incubator-nuttx] branch master updated: net: Return -ENOPROTOOPT for unsupported/unknown socket option

2022-09-28 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 386547676d net: Return -ENOPROTOOPT f

[GitHub] [incubator-nuttx] CV-Bowen closed pull request #7207: fs/poll: using callback mechanism to implement poll notification

2022-09-28 Thread GitBox
CV-Bowen closed pull request #7207: fs/poll: using callback mechanism to implement poll notification URL: https://github.com/apache/incubator-nuttx/pull/7207 -- 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 t

[incubator-nuttx] 02/02: sched: mqueue wait list optimize

2022-09-28 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/incubator-nuttx.git commit 85d013f69a3fc26500fcf7e0782c97d3d6adb843 Author: zhangyuan21 AuthorDate: Fri Sep 9 14:26:43 2022 +0800

[incubator-nuttx] 01/02: sched: semaphore wait list optimize

2022-09-28 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/incubator-nuttx.git commit 838309313e177d207fc59c039e77050e8f6ee8ec Author: zhangyuan21 AuthorDate: Mon Sep 19 18:17:14 2022 +0800

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6987: nuttx/sched: semaphore and mqueue task list optimize

2022-09-28 Thread GitBox
xiaoxiang781216 merged PR #6987: URL: https://github.com/apache/incubator-nuttx/pull/6987 -- 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-unsubs

[incubator-nuttx] branch master updated (d9065f29aa -> 85d013f69a)

2022-09-28 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/incubator-nuttx.git from d9065f29aa tools/ci: add pyelftools and cxxfilt new 838309313e sched: semaphore wait list optimize

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6987: nuttx/sched: semaphore and mqueue task list optimize

2022-09-28 Thread GitBox
xiaoxiang781216 commented on PR #6987: URL: https://github.com/apache/incubator-nuttx/pull/6987#issuecomment-1260684445 Thanks very much to verify the change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6920: support /dev/crypto for nuttx

2022-09-28 Thread GitBox
xiaoxiang781216 commented on PR #6920: URL: https://github.com/apache/incubator-nuttx/pull/6920#issuecomment-1260683298 @gustavonihei @Ouss4 this patch change esp crypto driver, please review it, thanks. -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #6987: nuttx/sched: semaphore and mqueue task list optimize

2022-09-28 Thread GitBox
masayuki2009 commented on PR #6987: URL: https://github.com/apache/incubator-nuttx/pull/6987#issuecomment-1260682024 >@masayuki2009 how about you test result? @xiaoxiang781216 I confirmed that all the tests passed. -- This is an automated message from the Apache Git Service.

[GitHub] [incubator-nuttx] pussuw opened a new pull request, #7209: libelf/libelf_symbols.c: Fix compilation warning about void* arithmetics

2022-09-28 Thread GitBox
pussuw opened a new pull request, #7209: URL: https://github.com/apache/incubator-nuttx/pull/7209 ## Summary Fixes minor issue with a trace (build failure with -Werror): libelf/libelf_symbols.c:310:41: error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith] 310 |

[GitHub] [incubator-nuttx] SrivamsiMalladi commented on issue #7193: Missing SoftAP documentation or feature for ESP32

2022-09-28 Thread GitBox
SrivamsiMalladi commented on issue #7193: URL: https://github.com/apache/incubator-nuttx/issues/7193#issuecomment-1260619634 I am not able to see wlan1 in my ifconfig. What configuration are you using? This is what I did. ``` $ make distclean $ ./tools/configure.sh esp32-devkitc:

[GitHub] [incubator-nuttx] SrivamsiMalladi commented on issue #7150: Using UART with ESP32

2022-09-28 Thread GitBox
SrivamsiMalladi commented on issue #7150: URL: https://github.com/apache/incubator-nuttx/issues/7150#issuecomment-1260596594 Yes! I can see the /dev/ttyS1 after enabling UART1. But I the error `'CONSOLE_DEV' undeclared` still exists when trying to use `uart_setup(&CONSOLE_DEV);` -- This

[GitHub] [incubator-nuttx] anchao opened a new pull request, #7208: arch/makefile: preprocess link script to make configure more flexibly

2022-09-28 Thread GitBox
anchao opened a new pull request, #7208: URL: https://github.com/apache/incubator-nuttx/pull/7208 ## Summary arch/makefile: preprocess link script to make configure more flexibly Signed-off-by: chao an ## Impact N/A ## Testing ci-check -- This is

[GitHub] [incubator-nuttx-apps] fjpanag commented on pull request #1328: Fixed non-UTF8 characters.

2022-09-28 Thread GitBox
fjpanag commented on PR #1328: URL: https://github.com/apache/incubator-nuttx-apps/pull/1328#issuecomment-1260561527 > Hi @fjpanag could you please also fix the issue that was already in these files and were reported by our CI, they are old files, before CI/nxstyle and need to be fixed