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
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
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
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 @@
+/
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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:
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
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
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
*
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 *
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
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
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
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
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_
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 +=
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
-#
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
-#
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
-#
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
##
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
100 matches
Mail list logo