[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7165: arch/arm: redefine the linker symbols as armlink style

2022-09-22 Thread GitBox
pkarashchenko commented on code in PR #7165: URL: https://github.com/apache/incubator-nuttx/pull/7165#discussion_r978315035 ## arch/arm/src/common/arm_internal.h: ## @@ -148,6 +148,24 @@ #define arm_switchcontext(saveregs, restoreregs) \ sys_call2(SYS_switch_context, (uintpt

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7165: arch/arm: redefine the linker symbols as armlink style

2022-09-22 Thread GitBox
pkarashchenko commented on code in PR #7165: URL: https://github.com/apache/incubator-nuttx/pull/7165#discussion_r978315035 ## arch/arm/src/common/arm_internal.h: ## @@ -148,6 +148,24 @@ #define arm_switchcontext(saveregs, restoreregs) \ sys_call2(SYS_switch_context, (uintpt

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7165: arch/arm: redefine the linker symbols as armlink style

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7165: URL: https://github.com/apache/incubator-nuttx/pull/7165#discussion_r978293726 ## arch/arm/src/common/arm_internal.h: ## @@ -148,6 +148,24 @@ #define arm_switchcontext(saveregs, restoreregs) \ sys_call2(SYS_switch_context, (uint

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7169: boards/xtensa: initial support for the ESP32-LyraT

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7169: URL: https://github.com/apache/incubator-nuttx/pull/7169#discussion_r978292183 ## boards/xtensa/esp32/esp32-lyrat/include/board_memorymap.h: ## @@ -0,0 +1,128 @@ +/

[incubator-nuttx] branch master updated (571151aeb3 -> bb63e1b23d)

2022-09-22 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 571151aeb3 arch/sim: remove stderr in the function renaming list add bb63e1b23d arm/cortex-r: correct

[incubator-nuttx] branch master updated: arch/sim: remove stderr in the function renaming list

2022-09-22 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 571151aeb3 arch/sim: remove stderr i

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7170: arch/sim: remove stderr in the function renaming list

2022-09-22 Thread GitBox
xiaoxiang781216 merged PR #7170: URL: https://github.com/apache/incubator-nuttx/pull/7170 -- 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 #7131: poll: add poll_notify() api and call it in all drivers.

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7131: URL: https://github.com/apache/incubator-nuttx/pull/7131#discussion_r978284154 ## net/rpmsg/rpmsg_sockif.c: ## @@ -910,7 +890,7 @@ static int rpmsg_socket_poll(FAR struct socket *psock, if (eventset) Review Comment: rem

[GitHub] [incubator-nuttx] CV-Bowen commented on a diff in pull request #7131: poll: add poll_notify() api and call it in all drivers.

2022-09-22 Thread GitBox
CV-Bowen commented on code in PR #7131: URL: https://github.com/apache/incubator-nuttx/pull/7131#discussion_r978268443 ## net/local/local_netpoll.c: ## @@ -125,21 +126,7 @@ void local_event_pollnotify(FAR struct local_conn_s *conn, pollevent_t events

[GitHub] [incubator-nuttx] CV-Bowen commented on a diff in pull request #7131: poll: add poll_notify() api and call it in all drivers.

2022-09-22 Thread GitBox
CV-Bowen commented on code in PR #7131: URL: https://github.com/apache/incubator-nuttx/pull/7131#discussion_r978267822 ## drivers/input/cypress_mbr3108.c: ## @@ -983,21 +983,8 @@ static int mbr3108_close(FAR struct file *filep) static void mbr3108_poll_notify(FAR struct mbr31

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7165: arch/arm: redefine the linker symbols as armlink style

2022-09-22 Thread GitBox
anchao commented on code in PR #7165: URL: https://github.com/apache/incubator-nuttx/pull/7165#discussion_r978255862 ## arch/arm/src/common/arm_internal.h: ## @@ -148,6 +148,24 @@ #define arm_switchcontext(saveregs, restoreregs) \ sys_call2(SYS_switch_context, (uintptr_t)sav

[GitHub] [incubator-nuttx] anchao opened a new pull request, #7171: arm/cortex-r: correct include path of chip.h

2022-09-22 Thread GitBox
anchao opened a new pull request, #7171: URL: https://github.com/apache/incubator-nuttx/pull/7171 ## Summary arm/cortex-r: correct include path of chip.h ``` In file included from ./armv7-r/arm_l2cc_pl310.c:41: ./armv7-r/l2cc_pl310.h:38:10: fatal error: chip/chip.h: No such

[GitHub] [incubator-nuttx] ttnie commented on pull request #7109: add ci run on sim

2022-09-22 Thread GitBox
ttnie commented on PR #7109: URL: https://github.com/apache/incubator-nuttx/pull/7109#issuecomment-1255746604 > Hi acassis, I try to fix the failures. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7165: arch/arm: redefine the linker symbols as armlink style

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7165: URL: https://github.com/apache/incubator-nuttx/pull/7165#discussion_r978225934 ## arch/arm/src/common/arm_internal.h: ## @@ -148,6 +148,24 @@ #define arm_switchcontext(saveregs, restoreregs) \ sys_call2(SYS_switch_context, (uint

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7165: arch/arm: redefine the linker symbols as armlink style

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7165: URL: https://github.com/apache/incubator-nuttx/pull/7165#discussion_r978225934 ## arch/arm/src/common/arm_internal.h: ## @@ -148,6 +148,24 @@ #define arm_switchcontext(saveregs, restoreregs) \ sys_call2(SYS_switch_context, (uint

[GitHub] [incubator-nuttx] realprocrastinator opened a new pull request, #7170: arch/sim: remove stderr in the function renaming list

2022-09-22 Thread GitBox
realprocrastinator opened a new pull request, #7170: URL: https://github.com/apache/incubator-nuttx/pull/7170 stderr is a file stream pointer not a function name. Having it in the renaming list may introduce linking error. Signed-off-by: gaojiawei ## Summary ## Impact

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

2022-09-22 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 4d0b401 Publishing web

[GitHub] [incubator-nuttx] lucasssvaz opened a new pull request, #7169: boards: initial support for the ESP32-LyraT

2022-09-22 Thread GitBox
lucasssvaz opened a new pull request, #7169: URL: https://github.com/apache/incubator-nuttx/pull/7169 ## Summary Added initial support for the ESP32-LyraT. The missing features are due to the lack of the codec and touch drivers (it will be developed right after this). Squashed:

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7165: arch/arm: redefine the linker symbols as armlink style

2022-09-22 Thread GitBox
pkarashchenko commented on code in PR #7165: URL: https://github.com/apache/incubator-nuttx/pull/7165#discussion_r977985172 ## arch/arm/src/common/arm_internal.h: ## @@ -148,6 +148,24 @@ #define arm_switchcontext(saveregs, restoreregs) \ sys_call2(SYS_switch_context, (uintpt

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7103: tools/configure.sh: Update USAGE for custom out-of-tree boards

2022-09-22 Thread GitBox
xiaoxiang781216 merged PR #7103: URL: https://github.com/apache/incubator-nuttx/pull/7103 -- 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: tools/configure.sh: Update USAGE for custom out-of-tree boards

2022-09-22 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 f608b37e3c tools/configure.sh: Updat

[incubator-nuttx] branch master updated: ci/testcase: add launchxl-tms57004/nsh(Cortex-R4) into build list

2022-09-22 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 7d2a8c9c8b ci/testcase: add launchxl

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7168: ci/testcase: add launchxl-tms57004/nsh(Cortex-R4) into build list

2022-09-22 Thread GitBox
xiaoxiang781216 merged PR #7168: URL: https://github.com/apache/incubator-nuttx/pull/7168 -- 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 #7160: arch: Change the linker generated symbols from uint32_t to uint8_t *

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7160: URL: https://github.com/apache/incubator-nuttx/pull/7160#discussion_r977935749 ## libs/libc/misc/lib_cxx_initialize.c: ## @@ -71,11 +71,11 @@ void lib_cxx_initialize(void) #else initializer_t *initp; - sinfo("_sinit:

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7160: arch: Change the linker generated symbols from uint32_t to uint8_t *

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7160: URL: https://github.com/apache/incubator-nuttx/pull/7160#discussion_r977935396 ## arch/arm/src/tlsr82/tlsr82_start.c: ## @@ -84,13 +84,13 @@ void __tc32_start(void) tlsr82_clock_init(); #ifdef CONFIG_SCHED_BACKTRACE - extern

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7160: arch: Change the linker generated symbols from uint32_t to uint8_t *

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7160: URL: https://github.com/apache/incubator-nuttx/pull/7160#discussion_r977930189 ## arch/arm/src/stm32l4/stm32l4_start.c: ## @@ -61,7 +61,7 @@ #define SRAM2_START STM32L4_SRAM2_BASE #define SRAM2_END(SRAM2_START + STM32L4_SRAM2

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7160: arch: Change the linker generated symbols from uint32_t to uint8_t *

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7160: URL: https://github.com/apache/incubator-nuttx/pull/7160#discussion_r977929936 ## arch/arm/src/rp2040/rp2040_start.c: ## @@ -41,7 +41,7 @@ * Pre-processor Definitions *

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7160: arch: Change the linker generated symbols from uint32_t to uint8_t *

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7160: URL: https://github.com/apache/incubator-nuttx/pull/7160#discussion_r977929193 ## arch/arm/src/samd2l2/sam_start.c: ## @@ -53,7 +53,7 @@ * 0x2000: - End of SRAM and end of heap (assuming 64KB of SRAM) */ -#define IDLE_STAC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7160: arch: Change the linker generated symbols from uint32_t to uint8_t *

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7160: URL: https://github.com/apache/incubator-nuttx/pull/7160#discussion_r977928942 ## arch/arm/src/rtl8720c/ameba_nvic.c: ## @@ -316,7 +316,7 @@ void up_irqinitialize(void) /* Restore the NVIC vector location to local */ - memcp

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7160: arch: Change the linker generated symbols from uint32_t to uint8_t *

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7160: URL: https://github.com/apache/incubator-nuttx/pull/7160#discussion_r977927681 ## arch/arm/src/cxd56xx/cxd56_farapi.c: ## @@ -106,7 +106,7 @@ struct farmsg_s * Public Data

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7160: arch: Change the linker generated symbols from uint32_t to uint8_t *

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7160: URL: https://github.com/apache/incubator-nuttx/pull/7160#discussion_r977926943 ## arch/arm/src/cxd56xx/cxd56_allocateheap.c: ## @@ -115,7 +115,7 @@ void up_allocate_heap(void **heap_start, size_t *heap_size) board_autoled_on(LE

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7160: arch: Change the linker generated symbols from uint32_t to uint8_t *

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7160: URL: https://github.com/apache/incubator-nuttx/pull/7160#discussion_r977925674 ## arch/arm/src/stm32wb/stm32wb_start.c: ## @@ -59,7 +59,7 @@ * the stack + 4; */ -#define HEAP_BASE ((uintptr_t)&_ebss+CONFIG_IDLET

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7160: arch: Change the linker generated symbols from uint32_t to uint8_t *

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7160: URL: https://github.com/apache/incubator-nuttx/pull/7160#discussion_r977925521 ## arch/arm/src/xmc4/xmc4_start.c: ## @@ -66,7 +66,7 @@ static inline void xmc4_flash_waitstates(void); * 0x2002: - End of internal SRAM and end of

[incubator-nuttx] branch master updated: arch/arm: fix conditional compilation term (#else)

2022-09-22 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 4d7c15af5c arch/arm: fix conditional

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7167: arch/arm: stm32l5: fix conditional compilation term (#else)

2022-09-22 Thread GitBox
xiaoxiang781216 merged PR #7167: URL: https://github.com/apache/incubator-nuttx/pull/7167 -- 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 #7165: arch/arm: redefine the linker symbols as armlink style

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7165: URL: https://github.com/apache/incubator-nuttx/pull/7165#discussion_r977924086 ## arch/arm/src/common/arm_internal.h: ## @@ -148,6 +148,24 @@ #define arm_switchcontext(saveregs, restoreregs) \ sys_call2(SYS_switch_context, (uint

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7165: arch/arm: redefine the linker symbols as armlink style

2022-09-22 Thread GitBox
pkarashchenko commented on code in PR #7165: URL: https://github.com/apache/incubator-nuttx/pull/7165#discussion_r977856440 ## arch/arm/src/common/arm_internal.h: ## @@ -148,6 +148,24 @@ #define arm_switchcontext(saveregs, restoreregs) \ sys_call2(SYS_switch_context, (uintpt

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

2022-09-22 Thread GitBox
xiaoxiang781216 commented on PR #6987: URL: https://github.com/apache/incubator-nuttx/pull/6987#issuecomment-1255239966 @pkarashchenko the break is fixed here https://github.com/apache/incubator-nuttx-apps/pull/1321 -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request, #1321: libuv: Fix queue.h conflict with nuttx verson

2022-09-22 Thread GitBox
xiaoxiang781216 opened a new pull request, #1321: URL: https://github.com/apache/incubator-nuttx-apps/pull/1321 ## Summary required by https://github.com/apache/incubator-nuttx/pull/6987 ## Impact Move src/queue.h to include/uv/queue.h to avoid the conflict with nuttx/include/qu

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7165: arch/arm: redefine the linker symbols as armlink style

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7165: URL: https://github.com/apache/incubator-nuttx/pull/7165#discussion_r977834924 ## arch/arm/src/common/arm_internal.h: ## @@ -148,6 +148,24 @@ #define arm_switchcontext(saveregs, restoreregs) \ sys_call2(SYS_switch_context, (uint

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7165: arch/arm: redefine the linker symbols as armlink style

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7165: URL: https://github.com/apache/incubator-nuttx/pull/7165#discussion_r977834924 ## arch/arm/src/common/arm_internal.h: ## @@ -148,6 +148,24 @@ #define arm_switchcontext(saveregs, restoreregs) \ sys_call2(SYS_switch_context, (uint

[GitHub] [incubator-nuttx] pkarashchenko commented on issue #7163: Netinit bringup for multiple types of network device interfaces

2022-09-22 Thread GitBox
pkarashchenko commented on issue #7163: URL: https://github.com/apache/incubator-nuttx/issues/7163#issuecomment-1255220107 Or you may not boot into NSH, but to custom entry point and use `netlib_ifup()`. -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7165: arch/arm: redefine the linker symbols as armlink style

2022-09-22 Thread GitBox
pkarashchenko commented on code in PR #7165: URL: https://github.com/apache/incubator-nuttx/pull/7165#discussion_r977818050 ## arch/arm/include/arch.h: ## @@ -104,6 +104,13 @@ do { \ # endif #endif /* CONFIG_ARCH_ADDRENV */ +/* Redefine the linker symbols as armlink style *

[incubator-nuttx] 01/02: libc/netdb: Let LIBC_GAISTRERROR/NETDB_BUFSIZE/NETDB_MAX_IPADDR depends on LIBC_NETDB

2022-09-22 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/incubator-nuttx.git commit bdcd232c986dc853675c746ce541996ceb65ed60 Author: Xiang Xiao AuthorDate: Thu Sep 22 13:01:45 2022 +0800

[incubator-nuttx] 02/02: libc/stdio: Let STDIO_DISABLE_BUFFERING depends on FILE_STREAM

2022-09-22 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/incubator-nuttx.git commit 8565882bb5eaeb660ab00049f1aa83b7b1eebf9e Author: Xiang Xiao AuthorDate: Thu Sep 22 13:02:45 2022 +0800

[incubator-nuttx] branch master updated (e46688c1ee -> 8565882bb5)

2022-09-22 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/incubator-nuttx.git from e46688c1ee net/tcp: use independent work to free the conn instance new bdcd232c98 libc/netdb: Let

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #7161: Fix Kconfig dependence

2022-09-22 Thread GitBox
pkarashchenko merged PR #7161: URL: https://github.com/apache/incubator-nuttx/pull/7161 -- 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] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7160: arch: Change the linker generated symbols from uint32_t to uint8_t *

2022-09-22 Thread GitBox
pkarashchenko commented on code in PR #7160: URL: https://github.com/apache/incubator-nuttx/pull/7160#discussion_r977789635 ## arch/arm/src/cxd56xx/cxd56_allocateheap.c: ## @@ -115,7 +115,7 @@ void up_allocate_heap(void **heap_start, size_t *heap_size) board_autoled_on(LED_

[incubator-nuttx] branch master updated: net/tcp: use independent work to free the conn instance

2022-09-22 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 e46688c1ee net/tcp: use independent

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6956: net/tcp: use independent work to free the conn instance

2022-09-22 Thread GitBox
xiaoxiang781216 merged PR #6956: URL: https://github.com/apache/incubator-nuttx/pull/6956 -- 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 #7131: poll: add poll_notify() api and call it in all drivers.

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7131: URL: https://github.com/apache/incubator-nuttx/pull/7131#discussion_r977752212 ## drivers/input/cypress_mbr3108.c: ## @@ -983,21 +983,8 @@ static int mbr3108_close(FAR struct file *filep) static void mbr3108_poll_notify(FAR struc

[incubator-nuttx] branch master updated: stm32wl5/stm32wl5_rcc.h

2022-09-22 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new d35307dacd stm32wl5/stm32wl5_rcc

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #7166: arch/arm: stm32wl5: fix conditional compilation term (#else)

2022-09-22 Thread GitBox
pkarashchenko merged PR #7166: URL: https://github.com/apache/incubator-nuttx/pull/7166 -- 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] [incubator-nuttx] TimJTi commented on pull request #7103: tools/configure.sh: Update USAGE for custom out-of-tree boards

2022-09-22 Thread GitBox
TimJTi commented on PR #7103: URL: https://github.com/apache/incubator-nuttx/pull/7103#issuecomment-1255158540 Yes, I will do that, no problem; once I’m back from holiday 🙂Regards,Tim.On 22 Sep 2022, at 16:59, hartmannathan ***@***.***> wrote: @xiaoxiang781216 Thanks for the nudge. Ready

[GitHub] [incubator-nuttx] anchao opened a new pull request, #7168: ci/testcase: add launchxl-tms57004/nsh(Cortex-R4) into build list

2022-09-22 Thread GitBox
anchao opened a new pull request, #7168: URL: https://github.com/apache/incubator-nuttx/pull/7168 ## Summary ci/testcase: add launchxl-tms57004/nsh(Cortex-R4) into build list Signed-off-by: chao an ## Impact N/A ## Testing ci check -- This is

[incubator-nuttx] branch master updated: arch/arm: fallback to common toolchain if armeb(endian big) is unavailable

2022-09-22 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 59499c0bb2 arch/arm: fallback to com

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7154: arch/arm: fallback to common toolchain if armeb(endian big) is unavailable

2022-09-22 Thread GitBox
xiaoxiang781216 merged PR #7154: URL: https://github.com/apache/incubator-nuttx/pull/7154 -- 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 (5a085176fe -> 9ebd7e525c)

2022-09-22 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 5a085176fe stm32u5/stm32_rcc.h add 9ebd7e525c imxrt: add support for ADC triggering by an external si

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7164: imxrt: add support for ADC triggering by an external signal

2022-09-22 Thread GitBox
xiaoxiang781216 merged PR #7164: URL: https://github.com/apache/incubator-nuttx/pull/7164 -- 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] simbit18 commented on pull request #7166: arch/arm: stm32wl5: fix conditional compilation term (#else)

2022-09-22 Thread GitBox
simbit18 commented on PR #7166: URL: https://github.com/apache/incubator-nuttx/pull/7166#issuecomment-1255083049 Hi, anchao, done stm32l5 too. -- 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

[GitHub] [incubator-nuttx] xiaoxiang781216 closed pull request #7121: arch/arm/ac6: add armlink steering file

2022-09-22 Thread GitBox
xiaoxiang781216 closed pull request #7121: arch/arm/ac6: add armlink steering file URL: https://github.com/apache/incubator-nuttx/pull/7121 -- 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 specif

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7121: arch/arm/ac6: add armlink steering file

2022-09-22 Thread GitBox
xiaoxiang781216 commented on PR #7121: URL: https://github.com/apache/incubator-nuttx/pull/7121#issuecomment-1255079412 let's call this since #7165 is more simpler. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [incubator-nuttx] simbit18 opened a new pull request, #7167: arch/arm: stm32l5: fix conditional compilation term (#else)

2022-09-22 Thread GitBox
simbit18 opened a new pull request, #7167: URL: https://github.com/apache/incubator-nuttx/pull/7167 ## Summary Code fixing for the conditional compilation term (#else) ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #7103: tools/configure.sh: Update USAGE for custom out-of-tree boards

2022-09-22 Thread GitBox
hartmannathan commented on PR #7103: URL: https://github.com/apache/incubator-nuttx/pull/7103#issuecomment-1255066777 @xiaoxiang781216 Thanks for the nudge. Ready for review now. @TimJTi : > Bear in mind that a distclean will wipe .config so any settings of paths etc. there bec

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7165: arch/arm: redefine the linker symbols as armlink style

2022-09-22 Thread GitBox
anchao commented on code in PR #7165: URL: https://github.com/apache/incubator-nuttx/pull/7165#discussion_r977681559 ## arch/arm/include/arch.h: ## @@ -104,6 +104,26 @@ do { \ # endif #endif /* CONFIG_ARCH_ADDRENV */ +/* Redefine the linker symbols as armlink style */ + +#i

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7165: arch/arm: redefine the linker symbols as armlink style

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7165: URL: https://github.com/apache/incubator-nuttx/pull/7165#discussion_r977676575 ## arch/arm/include/arch.h: ## @@ -104,6 +104,26 @@ do { \ # endif #endif /* CONFIG_ARCH_ADDRENV */ +/* Redefine the linker symbols as armlink style

[incubator-nuttx] branch master updated: stm32u5/stm32_rcc.h

2022-09-22 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 5a085176fe stm32u5/stm32_rcc.h 5a085

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7162: arch/arm: stm32u5: fix conditional compilation term (#else)

2022-09-22 Thread GitBox
xiaoxiang781216 merged PR #7162: URL: https://github.com/apache/incubator-nuttx/pull/7162 -- 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 pull request #7166: arch/arm: stm32wl5: fix conditional compilation term (#else)

2022-09-22 Thread GitBox
anchao commented on PR #7166: URL: https://github.com/apache/incubator-nuttx/pull/7166#issuecomment-1255007462 Hi, @simbit18 , It seems that there are other source files with similar typos, could you please fix them together? ``` arch/arm/src/stm32u5/stm32_rcc.h:50:#elseO arch/a

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #7103: tools/configure.sh: Update USAGE for custom out-of-tree boards

2022-09-22 Thread GitBox
hartmannathan commented on PR #7103: URL: https://github.com/apache/incubator-nuttx/pull/7103#issuecomment-1254961357 > @hartmannathan let's finish this PR? @xiaoxiang781216 sure, I will finish it soon -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-nuttx] CV-Bowen commented on a diff in pull request #7131: poll: add poll_notify() api and call it in all drivers.

2022-09-22 Thread GitBox
CV-Bowen commented on code in PR #7131: URL: https://github.com/apache/incubator-nuttx/pull/7131#discussion_r977516989 ## drivers/pipes/pipe_common.c: ## @@ -80,35 +80,12 @@ static int pipecommon_semtake(FAR sem_t *sem) static void pipecommon_pollnotify(FAR struct pipe_dev_s *d

[GitHub] [incubator-nuttx] CV-Bowen commented on a diff in pull request #7131: poll: add poll_notify() api and call it in all drivers.

2022-09-22 Thread GitBox
CV-Bowen commented on code in PR #7131: URL: https://github.com/apache/incubator-nuttx/pull/7131#discussion_r977252653 ## drivers/usbhost/usbhost_xboxcontroller.c: ## @@ -561,8 +561,6 @@ static void usbhost_destroy(FAR void *arg) static void usbhost_pollnotify(FAR struct usbh

[GitHub] [incubator-nuttx] simbit18 opened a new pull request, #7166: arch/arm: stm32wl5: fix conditional compilation term (#else)

2022-09-22 Thread GitBox
simbit18 opened a new pull request, #7166: URL: https://github.com/apache/incubator-nuttx/pull/7166 ## Summary Code fixing for the conditional compilation term (#else) ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7154: arch/arm: fallback to common toolchain if armeb(endian big) is unavailable

2022-09-22 Thread GitBox
anchao commented on code in PR #7154: URL: https://github.com/apache/incubator-nuttx/pull/7154#discussion_r977488707 ## arch/arm/src/common/Toolchain.defs: ## @@ -87,30 +87,34 @@ endif # NuttX buildroot under Linux or Cygwin -ifeq ($(CONFIG_ENDIAN_BIG),y) - ARCHCPUFLAGS +=

[GitHub] [incubator-nuttx] anchao opened a new pull request, #7165: arch/arm: redefine the linker symbols as armlink style

2022-09-22 Thread GitBox
anchao opened a new pull request, #7165: URL: https://github.com/apache/incubator-nuttx/pull/7165 ## Summary arch/arm: redefine the linker symbols as armlink style This is a simple implementation of https://github.com/apache/incubator-nuttx/pull/7121, seems redefine the symbol

[GitHub] [incubator-nuttx] anchao commented on pull request #6956: net/tcp: use independent work to free the conn instance

2022-09-22 Thread GitBox
anchao commented on PR #6956: URL: https://github.com/apache/incubator-nuttx/pull/6956#issuecomment-1254823655 @fjpanag , do you have any comments? We have the net stress test for this PR, from the feedback from test team, there are no other side effects, Since this PR resolved that the con

[GitHub] [incubator-nuttx] acassis commented on issue #7145: PPP: Use the DNS servers negotiated in the `IPCP` configuration

2022-09-22 Thread GitBox
acassis commented on issue #7145: URL: https://github.com/apache/incubator-nuttx/issues/7145#issuecomment-1254823117 Good point, currently the IP is got automatically, so we need to add support to get the DNS as well. -- This is an automated message from the Apache Git Service. To respon

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7154: arch/arm: fallback to common toolchain if armeb(endian big) is unavailable

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7154: URL: https://github.com/apache/incubator-nuttx/pull/7154#discussion_r977471432 ## arch/arm/src/common/Toolchain.defs: ## @@ -87,30 +87,34 @@ endif # NuttX buildroot under Linux or Cygwin -ifeq ($(CONFIG_ENDIAN_BIG),y) - ARCHCP

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

2022-09-22 Thread GitBox
acassis commented on issue #7150: URL: https://github.com/apache/incubator-nuttx/issues/7150#issuecomment-1254818863 Did you enable "[*] UART 1" in the menuconfig? Otherwise /dev/ttyS1 will not be created! -- This is an automated message from the Apache Git Service. To respond to the mes

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

2022-09-22 Thread GitBox
acassis commented on issue #7150: URL: https://github.com/apache/incubator-nuttx/issues/7150#issuecomment-1254815960 @SrivamsiMalladi you don't need to create a esp32_uart_driver.c because the uart driver is already created inside arch/xtensa/! All you need to do it use the device from use

[GitHub] [incubator-nuttx] michallenc opened a new pull request, #7164: imxrt: add support for ADC triggering by an external signal

2022-09-22 Thread GitBox
michallenc opened a new pull request, #7164: URL: https://github.com/apache/incubator-nuttx/pull/7164 ## Summary Config option IMXRT_ADCx_ETC can now be used to select an external HW trigger to be used instead of continous trigger. Continous trigger is used if IMXRT_ADCx_ETC = -1 (defaul

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #7163: Netinit bringup for multiple types of network device interfaces

2022-09-22 Thread GitBox
xiaoxiang781216 commented on issue #7163: URL: https://github.com/apache/incubator-nuttx/issues/7163#issuecomment-1254790865 you can invoke `ifup can0` from rcS automatically or from nsh manually for second/third netcard. -- This is an automated message from the Apache Git Service. To re

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

2022-09-22 Thread GitBox
xiaoxiang781216 commented on PR #6987: URL: https://github.com/apache/incubator-nuttx/pull/6987#issuecomment-1254771925 @pkarashchenko please review the change where conflict with your priority inheritance change. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-nuttx] haitomatic opened a new issue, #7163: Netinit bringup for multiple type of network device interfaces

2022-09-22 Thread GitBox
haitomatic opened a new issue, #7163: URL: https://github.com/apache/incubator-nuttx/issues/7163 https://github.com/apache/incubator-nuttx-apps/blob/master/netutils/netinit/netinit.c According to this, I am wondering how can we bring up all interfaces if we have multiple of them. In my

[GitHub] [incubator-nuttx] simbit18 opened a new pull request, #7162: arch/arm: stm32u5: fix conditional compilation term (#else)

2022-09-22 Thread GitBox
simbit18 opened a new pull request, #7162: URL: https://github.com/apache/incubator-nuttx/pull/7162 ## Summary Code fixing for the conditional compilation term (#else) ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond

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

2022-09-22 Thread GitBox
SrivamsiMalladi commented on issue #7150: URL: https://github.com/apache/incubator-nuttx/issues/7150#issuecomment-1254745789 I am using [adafruit `huzzah32` - esp32 feather board](https://www.adafruit.com/product/3405) which is similar to `esp32-devkitc`. (Both use `WROOM32`. Also, `huzzah

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

2022-09-22 Thread GitBox
xiaoxiang781216 commented on PR #6987: URL: https://github.com/apache/incubator-nuttx/pull/6987#issuecomment-1254702460 let rebase the patch -- 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 sp

[incubator-nuttx] 02/02: sched: clear waitsem and msgwaitq after remove blocked

2022-09-22 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 40366f415397df96e6c66b1178494d0fa6ca75fd Author: zhangyuan21 AuthorDate: Thu Sep 22 10:32:09 2022 +0800

[incubator-nuttx] branch master updated (4c44c6f709 -> 40366f4153)

2022-09-22 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 4c44c6f709 arch.h: Make _sinit/_einit as an offical interface new af72a528f1 sched: merge waitsem and

[incubator-nuttx] 01/02: sched: merge waitsem and msgwaitq

2022-09-22 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 af72a528f1135187bfe79df396cda24a0252f46e Author: zhangyuan21 AuthorDate: Thu Sep 22 10:31:40 2022 +0800

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7159: sched: merge waitsem and msgwaitq

2022-09-22 Thread GitBox
xiaoxiang781216 merged PR #7159: URL: https://github.com/apache/incubator-nuttx/pull/7159 -- 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] CV-Bowen commented on a diff in pull request #7131: poll: add poll_notify() api and call it in all drivers.

2022-09-22 Thread GitBox
CV-Bowen commented on code in PR #7131: URL: https://github.com/apache/incubator-nuttx/pull/7131#discussion_r977306509 ## drivers/analog/comp.c: ## @@ -91,35 +91,12 @@ static const struct comp_callback_s g_comp_callback = static void comp_pollnotify(FAR struct comp_dev_s *dev,

[GitHub] [incubator-nuttx] CV-Bowen commented on a diff in pull request #7131: poll: add poll_notify() api and call it in all drivers.

2022-09-22 Thread GitBox
CV-Bowen commented on code in PR #7131: URL: https://github.com/apache/incubator-nuttx/pull/7131#discussion_r977249262 ## drivers/can/can.c: ## @@ -175,22 +175,7 @@ static int can_takesem(FAR sem_t *sem) static void can_pollnotify(FAR struct can_dev_s *dev, pollevent_t events

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7159: sched: merge waitsem and msgwaitq

2022-09-22 Thread GitBox
xiaoxiang781216 commented on PR #7159: URL: https://github.com/apache/incubator-nuttx/pull/7159#issuecomment-1254625082 > Saving the word number of bytes is always a good idea :) Regarding another change that moves the global list to sync objects, that goes in conflict with my PR that is in

[GitHub] [incubator-nuttx] zyfeier commented on a diff in pull request #7159: sched: merge waitsem and msgwaitq

2022-09-22 Thread GitBox
zyfeier commented on code in PR #7159: URL: https://github.com/apache/incubator-nuttx/pull/7159#discussion_r977284150 ## sched/semaphore/sem_waitirq.c: ## @@ -97,10 +97,6 @@ void nxsem_wait_irq(FAR struct tcb_s *wtcb, int errcode) sem->semcount++; - /* Indicate t

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7160: arch: Change the linker generated symbols from uint32_t to uint8_t *

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7160: URL: https://github.com/apache/incubator-nuttx/pull/7160#discussion_r977282622 ## arch/arm/src/common/arm_internal.h: ## @@ -106,17 +106,17 @@ # define _START_DATA __sfb(".data") # define _END_DATA__sfe(".data") #else -#

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7160: arch: Change the linker generated symbols from uint32_t to uint8_t *

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7160: URL: https://github.com/apache/incubator-nuttx/pull/7160#discussion_r977282622 ## arch/arm/src/common/arm_internal.h: ## @@ -106,17 +106,17 @@ # define _START_DATA __sfb(".data") # define _END_DATA__sfe(".data") #else -#

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7160: arch: Change the linker generated symbols from uint32_t to uint8_t *

2022-09-22 Thread GitBox
xiaoxiang781216 commented on code in PR #7160: URL: https://github.com/apache/incubator-nuttx/pull/7160#discussion_r977282622 ## arch/arm/src/common/arm_internal.h: ## @@ -106,17 +106,17 @@ # define _START_DATA __sfb(".data") # define _END_DATA__sfe(".data") #else -#

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7161: Fix Kconfig dependence

2022-09-22 Thread GitBox
xiaoxiang781216 opened a new pull request, #7161: URL: https://github.com/apache/incubator-nuttx/pull/7161 ## Summary - libc/netdb: Let LIBC_GAISTRERROR/NETDB_BUFSIZE/NETDB_MAX_IPADDR depends on LIBC_NETDB - libc/stdio: Let STDIO_DISABLE_BUFFERING depends on FILE_STREAM ##

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7160: arch: Change the linker generated symbols from uint32_t to uint8_t *

2022-09-22 Thread GitBox
pkarashchenko commented on code in PR #7160: URL: https://github.com/apache/incubator-nuttx/pull/7160#discussion_r977273953 ## arch/arm/src/common/arm_internal.h: ## @@ -106,17 +106,17 @@ # define _START_DATA __sfb(".data") # define _END_DATA__sfe(".data") #else -# de

  1   2   >