pkarashchenko commented on PR #1460:
URL: https://github.com/apache/nuttx-apps/pull/1460#issuecomment-1357260360
> @pkarashchenko thanks for the review. I fixed most of the issues, but in
some places I prefer old code (zeroed variables and brackets for long math
expressions)
No. Prob
masayuki2009 commented on PR #7920:
URL: https://github.com/apache/nuttx/pull/7920#issuecomment-1357296625
@anchao
I noticed that `iperf -s` performance with `qemu-armv8a:netnsh_smp` is not
so good compared to the latest upstream.
Latest upstream:
```
nsh> uname -a
anchao commented on PR #7920:
URL: https://github.com/apache/nuttx/pull/7920#issuecomment-1357410744
> @anchao
>
> I noticed that `iperf -s` performance with `qemu-armv8a:netnsh_smp` is not
so good compared to the latest upstream.
@masayuki2009 ,
I can not reproduce this
PetervdPerk-NXP opened a new pull request, #7921:
URL: https://github.com/apache/nuttx/pull/7921
## Summary
Adds support for protected builds for S32K3XX MR-CANHUBK3
## Impact
Only optional KNSH function
## Testing
Tested on MR-CANHUBK3
```
nsh> free
anjiahao1 opened a new pull request, #7922:
URL: https://github.com/apache/nuttx/pull/7922
Signed-off-by: anjiahao
## Summary
support memdump can show a specific task
## Impact
mem
## Testing
dialy run
--
This is an automated message from the Apache Git Service.
gustavonihei commented on code in PR #7917:
URL: https://github.com/apache/nuttx/pull/7917#discussion_r1051740166
##
boards/Kconfig:
##
@@ -370,7 +370,16 @@ config ARCH_BOARD_ESP32S2_SAOLA_1
select ARCH_HAVE_IRQBUTTONS if ESP32S2_GPIO_IRQ
---help---
gustavonihei commented on PR #7917:
URL: https://github.com/apache/nuttx/pull/7917#issuecomment-1357549003
@halyssonJr Could you please add some info about this board to the NuttX
Documentation?
You may refer to a recent work on the support for ESP32 Lyra-T board:
https://github.c
gustavonihei commented on code in PR #7917:
URL: https://github.com/apache/nuttx/pull/7917#discussion_r1052126507
##
boards/xtensa/esp32s2/esp32s2-franzininho/scripts/Make.defs:
##
@@ -0,0 +1,74 @@
+
+#
gustavonihei commented on code in PR #7917:
URL: https://github.com/apache/nuttx/pull/7917#discussion_r1052128345
##
boards/xtensa/esp32s2/esp32s2-franzininho/scripts/Make.defs:
##
@@ -0,0 +1,74 @@
+
+#
gustavonihei commented on code in PR #7917:
URL: https://github.com/apache/nuttx/pull/7917#discussion_r1052131057
##
boards/xtensa/esp32s2/esp32s2-franzininho/src/esp32s2_bringup.c:
##
@@ -0,0 +1,277 @@
+/**
xiaoxiang781216 merged PR #7921:
URL: https://github.com/apache/nuttx/pull/7921
--
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
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 9eea82a61d Doc: Explain how to rebase and squash PR's commits
add b5fd0b2381 S32K3XX MR-CANHUBK3 Add protected
xiaoxiang781216 merged PR #7919:
URL: https://github.com/apache/nuttx/pull/7919
--
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
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 b5fd0b2381 S32K3XX MR-CANHUBK3 Add protected knsh support
add 377477a948 arm64/a64: Add driver for TCON0
No ne
gustavonihei commented on PR #7917:
URL: https://github.com/apache/nuttx/pull/7917#issuecomment-1357575709
**Testing** section of the PR description is too vague for the amount of
features being added to this new board. CI build success is not enough for
validation.
Please, describe
xiaoxiang781216 merged PR #7922:
URL: https://github.com/apache/nuttx/pull/7922
--
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
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 70791af8e2 procmeminfo:support memdump can sho
gustavonihei commented on code in PR #7917:
URL: https://github.com/apache/nuttx/pull/7917#discussion_r1052178184
##
boards/xtensa/esp32s2/esp32s2-franzininho/src/esp32s2_boot.c:
##
@@ -0,0 +1,83 @@
+/
+
zyfeier opened a new pull request, #7923:
URL: https://github.com/apache/nuttx/pull/7923
## Summary
Improvement pthread_create performance:
1. Create pjoininfo until pthread_exit/pthread_canel/pthread_join get called.
2. Don't allocate pjoininfo if PTHREAD_CREATE_DETACHED is spec
FASTSHIFT opened a new pull request, #7924:
URL: https://github.com/apache/nuttx/pull/7924
## Summary
Users can obtain the parameters of the specified display and overlay by
setting the `display` member in `fb_planeinfo_s` or the `overlay` member in
`fb_overlayinfo_s`.
For the default
GUIDINGLI opened a new pull request, #7925:
URL: https://github.com/apache/nuttx/pull/7925
## Summary
sim/fb: remove the lpwork in fb, merge to looper task
## Impact
sim fb
## Testing
VELA
--
This is an automated message from the Apache Git Se
GUIDINGLI opened a new pull request, #7926:
URL: https://github.com/apache/nuttx/pull/7926
## Summary
sim_uart: fix printf error when use irq mode
## Impact
sim printf
## Testing
VELA
--
This is an automated message from the Apache Git Service.
To
GUIDINGLI opened a new pull request, #7927:
URL: https://github.com/apache/nuttx/pull/7927
## Summary
sim: don't let switch out when do poweroff & alsa mixer open
## Impact
sim
## Testing
VELA
--
This is an automated message from the Apache Git Service.
T
GUIDINGLI opened a new pull request, #7928:
URL: https://github.com/apache/nuttx/pull/7928
## Summary
SIM: take timer irq as real timer with WALL_SIGNAL
## Impact
ALL sim
## Testing
VELA
--
This is an automated message from the Apache Git Service.
To
davids5 opened a new pull request, #7929:
URL: https://github.com/apache/nuttx/pull/7929
## Summary
oflow and iflow was swapped
## Impact
Most likley nothing if both were on
## Testing
inspection
--
This is an automated message from the Apache Git S
davids5 opened a new pull request, #7930:
URL: https://github.com/apache/nuttx/pull/7930
## Summary
oflow and iflow was swapped
## Impact
Most likley nothing if both were on
## Testing
inspection
--
This is an automated message from the Apache Git Servi
davids5 opened a new pull request, #7931:
URL: https://github.com/apache/nuttx/pull/7931
## Summary
The code was wrong, It used a constant of 1.
## Impact
RX DMA did not work on serial;
## Testing
PX4 nxp_mr-canhubk3_fmu
--
This is an automated messa
davids5 opened a new pull request, #7932:
URL: https://github.com/apache/nuttx/pull/7932
## Summary
Adds DMA support for LPUART0-15
## Impact
Better performance.
## Testing
PX4 nxp_mr-canhubk3_fmu
--
This is an automated message from the Apache Git S
yamt opened a new pull request, #1462:
URL: https://github.com/apache/nuttx-apps/pull/1462
## Summary
interpreter/toywasm: Update toywasm version
The situation of toywasm_config.c is similar to toywasm_config.h. It's
cmake-generated in the upstream. The original template is covered
xiaoxiang781216 commented on code in PR #7925:
URL: https://github.com/apache/nuttx/pull/7925#discussion_r1052390497
##
arch/sim/src/sim/sim_framebuffer.c:
##
@@ -335,22 +333,33 @@ static int sim_setcursor(struct fb_vtable_s *vtable,
#endif
/*
xiaoxiang781216 commented on code in PR #7928:
URL: https://github.com/apache/nuttx/pull/7928#discussion_r1052402031
##
arch/sim/src/sim/sim_initialize.c:
##
@@ -162,6 +162,8 @@ static int sim_loop_task(int argc, char **argv)
{
while (1)
{
+ irqstate_t flags = up_i
acassis commented on code in PR #7932:
URL: https://github.com/apache/nuttx/pull/7932#discussion_r1052445970
##
arch/arm/src/s32k3xx/s32k3xx_serial.c:
##
@@ -1037,6 +1326,23 @@ struct s32k3xx_uart_s
#endif
#ifdef CONFIG_SERIAL_RS485CONTROL
uint8_t rs485mode:1; /* We ar
xiaoxiang781216 merged PR #7929:
URL: https://github.com/apache/nuttx/pull/7929
--
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
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 033adeced4 imxrt:serial:Fix selection of RTS t
xiaoxiang781216 merged PR #7930:
URL: https://github.com/apache/nuttx/pull/7930
--
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
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 033adeced4 imxrt:serial:Fix selection of RTS to iflow
add e89e7eab8d s32k1xx:serial:Fix selection of RTS to ifl
davids5 commented on code in PR #7932:
URL: https://github.com/apache/nuttx/pull/7932#discussion_r1052498608
##
arch/arm/src/s32k3xx/s32k3xx_serial.c:
##
@@ -1091,99 +1435,295 @@ static const struct uart_ops_s g_uart_ops =
.rxint = s32k3xx_rxint,
.rxavailable=
davids5 commented on code in PR #7932:
URL: https://github.com/apache/nuttx/pull/7932#discussion_r1052503937
##
arch/arm/src/s32k3xx/s32k3xx_serial.c:
##
@@ -1091,99 +1435,295 @@ static const struct uart_ops_s g_uart_ops =
.rxint = s32k3xx_rxint,
.rxavailable=
acassis commented on code in PR #7932:
URL: https://github.com/apache/nuttx/pull/7932#discussion_r1052539960
##
arch/arm/src/s32k3xx/s32k3xx_serial.c:
##
@@ -1091,99 +1435,295 @@ static const struct uart_ops_s g_uart_ops =
.rxint = s32k3xx_rxint,
.rxavailable=
PetervdPerk opened a new pull request, #7933:
URL: https://github.com/apache/nuttx/pull/7933
## Summary
The SocketCAN driver expects a FIFO behaviour yet LPC17_40 didn't enforce
this.
This changes enables prioritization on transmit function to enforce this.
## Impact
Fix tran
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 3a7d3580 Publishing web: 4b401e13
masayuki2009 commented on PR #7920:
URL: https://github.com/apache/nuttx/pull/7920#issuecomment-1358676770
@anchao
The performance is improved without the 2nd patch (`mm/iob: decoupling iob_s
and io_data`)
```
nsh> uname -a
NuttX 10.4.0 cbd7ca2722 Dec 20 2022 09:24:20 arm64
zyfeier opened a new pull request, #7934:
URL: https://github.com/apache/nuttx/pull/7934
## Summary
Check sem flags before enable priority inheritance
## Impact
NA
## Testing
sabre-6quad:nsh
--
This is an automated message from the Apache Git Service.
To
xiaoxiang781216 merged PR #7923:
URL: https://github.com/apache/nuttx/pull/7923
--
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
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 e89e7eab8d s32k1xx:serial:Fix selection of RTS to iflow
add 0113865bb0 sched/pthread: Delay pjoininfo allocatio
xiaoxiang781216 commented on code in PR #7933:
URL: https://github.com/apache/nuttx/pull/7933#discussion_r1052814885
##
arch/arm/src/lpc17xx_40xx/lpc17_40_can.c:
##
@@ -1049,17 +1062,22 @@ static int lpc17can_txpoll(struct net_driver_s *dev)
if (priv->dev.d_len > 0)
{
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
commit 867897ad533648540c1379c7e68b18676734d6b9
Author: YAMAMOTO Takashi
AuthorDate: Tue Dec 20 01:28:28 2022 +0900
xiaoxiang781216 merged PR #1462:
URL: https://github.com/apache/nuttx-apps/pull/1462
--
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...
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from cfc005a46 arp: Remove the unnecessary inclusion of nuttx/net/arp
new 7d6e12917 interpreter/toywasm: Update
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
commit 7d6e12917f7c73b20d8d959c19d5b26a47cce363
Author: YAMAMOTO Takashi
AuthorDate: Tue Dec 20 01:07:50 2022 +0900
masayuki2009 commented on PR #7928:
URL: https://github.com/apache/nuttx/pull/7928#issuecomment-1358796975
I noticed that ostest with 'sim:smp' failed.
```
nsh> uname -a
NuttX 3.6.1 e34578a3d0 Dec 20 2022 12:37:26 sim sim
nsh> mount
/proc type procfs
nsh> ps
PID G
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 0113865bb0 sched/pthread: Delay pjoininfo allocation time
add 8b5078fc36 sched/semaphore: check sem flags befor
xiaoxiang781216 merged PR #7934:
URL: https://github.com/apache/nuttx/pull/7934
--
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
jihandong opened a new pull request, #7935:
URL: https://github.com/apache/nuttx/pull/7935
## Summary
add struct fix_screeninfo and var_screeninfo, and related ioctl, macro.
## Impact
## Testing
Signed-off-by: jihandong
--
This is an automated message from the Apac
hartmannathan commented on PR #7685:
URL: https://github.com/apache/nuttx/pull/7685#issuecomment-1358815817
Where can I find more information about this board? Who is the vendor?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
xiaoxiang781216 merged PR #7894:
URL: https://github.com/apache/nuttx/pull/7894
--
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
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 8b5078fc36 sched/semaphore: check sem flags before enable priority
inheritance
add e6bfaa14ee SAMA5D2 add Flex
PeterBee97 opened a new pull request, #7936:
URL: https://github.com/apache/nuttx/pull/7936
## Summary
Fix hang when user does not qbuf for a while. Host start_capture should not
fail when set_fmt returns EBUSY.
## Impact
## Testing
--
This is an automated message fro
xiaoxiang781216 merged PR #7927:
URL: https://github.com/apache/nuttx/pull/7927
--
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
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 e6bfaa14ee SAMA5D2 add Flexcom SPI
add c74627cbec sim/head: don't let switch out when do poweroff
add f2de
xiaoxiang781216 merged PR #7932:
URL: https://github.com/apache/nuttx/pull/7932
--
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
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 f2de1ce930 sim/alsa: don't let siwtch out when open alsa mixer
add d33475d2d4 s32k3xx:Serial add DMA
No new re
enai commented on code in PR #7762:
URL: https://github.com/apache/nuttx/pull/7762#discussion_r1052948093
##
arch/xtensa/src/esp32/esp32_himem_chardev.c:
##
@@ -0,0 +1,414 @@
+/
+ * arch/xtensa/src/e
enai commented on code in PR #7762:
URL: https://github.com/apache/nuttx/pull/7762#discussion_r1052948332
##
arch/xtensa/src/esp32/esp32_himem_chardev.c:
##
@@ -0,0 +1,414 @@
+/
+ * arch/xtensa/src/e
enai commented on code in PR #7762:
URL: https://github.com/apache/nuttx/pull/7762#discussion_r1052949236
##
arch/xtensa/src/esp32/esp32_himem_chardev.c:
##
@@ -0,0 +1,414 @@
+/
+ * arch/xtensa/src/e
enai commented on code in PR #7762:
URL: https://github.com/apache/nuttx/pull/7762#discussion_r1052949743
##
arch/xtensa/src/esp32/esp32_himem_chardev.c:
##
@@ -0,0 +1,414 @@
+/
+ * arch/xtensa/src/e
enai commented on PR #7762:
URL: https://github.com/apache/nuttx/pull/7762#issuecomment-1358901464
> Hi @enai what is the main difference from this driver and the existent
arch/xtensa/src/esp32/esp32_himem.c ? Isn't it possible to modify existing
driver to fit your need?
Hi @
enai commented on code in PR #1446:
URL: https://github.com/apache/nuttx-apps/pull/1446#discussion_r1052960203
##
testing/himem_test/himem_chardev_test.c:
##
@@ -0,0 +1,437 @@
+/
+ * apps/testing/him
xiaoxiang781216 merged PR #7935:
URL: https://github.com/apache/nuttx/pull/7935
--
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
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 d33475d2d4 s32k3xx:Serial add DMA
add 8e6185f4ad driver/fb: support linux info.
No new revisions were added by
70 matches
Mail list logo