masayuki2009 commented on PR #7717:
URL: https://github.com/apache/nuttx/pull/7717#issuecomment-1330229415
```
Configuration/Tool: sim/alsa
-
xiaoxiang781216 commented on PR #7717:
URL: https://github.com/apache/nuttx/pull/7717#issuecomment-1330315251
@masayuki2009 it's fixed here:
https://github.com/apache/nuttx/pull/7720/files#diff-a4a1b8c80e9671130b6ea4bafc8eeb126cddf3d157c019083d322c98cb765f37R249
--
This is an automated
xiaoxiang781216 merged PR #7716:
URL: https://github.com/apache/nuttx/pull/7716
--
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 3377aa23ca boards: qemu-armv8a: Add virtio-net to netnsh/netnsh_smp
add bb040befee optimize the code of the pri
xiaoxiang781216 merged PR #7728:
URL: https://github.com/apache/nuttx/pull/7728
--
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 bb040befee optimize the code of the printf
add d54a20b393 net/tcp/udp: remove all domain assertion
No new revi
xiaoxiang781216 merged PR #7727:
URL: https://github.com/apache/nuttx/pull/7727
--
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 d54a20b393 net/tcp/udp: remove all domain assertion
add 391b501639 net: extract l3 header build code into new f
qiaohaijiao opened a new pull request, #7729:
URL: https://github.com/apache/nuttx/pull/7729
Signed-off-by: qiaohaijiao1
## Summary
enable CONFIG_SIM_M32 of sim:alsa config
## Impact
sim:alsa config
## Testing
vela
--
This is an automated message from the Apa
xiaoxiang781216 commented on code in PR #7724:
URL: https://github.com/apache/nuttx/pull/7724#discussion_r1033750289
##
libs/libc/stdlib/lib_strtof.c:
##
@@ -47,7 +47,7 @@
#include
#include
#include
-
+#include
Review Comment:
add one blank line after
##
li
xiaoxiang781216 commented on PR #7724:
URL: https://github.com/apache/nuttx/pull/7724#issuecomment-1330456620
need fix strtod 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 the specific comm
qiaohaijiao commented on PR #7729:
URL: https://github.com/apache/nuttx/pull/7729#issuecomment-1330464554
dup with
https://github.com/apache/nuttx/pull/7717/commits/f43e3404e1acc30b9a344fcfd1742d83d125cbcf.
close this one.
--
This is an automated message from the Apache Git Service.
To
qiaohaijiao closed pull request #7729: sim/alsa: enable CONFIG_SIM_M32 config
URL: https://github.com/apache/nuttx/pull/7729
--
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
zouboan commented on code in PR #7572:
URL: https://github.com/apache/nuttx/pull/7572#discussion_r1034732996
##
tools/Config.mk:
##
@@ -393,11 +393,18 @@ endef
# ARCHIVE - Same as above, but ensure the archive is
# created from scratch
+ifeq ($(CONFIG_WINDOWS_NATIVE),y)
+def
zouboan commented on code in PR #7572:
URL: https://github.com/apache/nuttx/pull/7572#discussion_r1034767716
##
tools/Config.mk:
##
@@ -393,11 +393,18 @@ endef
# ARCHIVE - Same as above, but ensure the archive is
# created from scratch
+ifeq ($(CONFIG_WINDOWS_NATIVE),y)
+def
xiaoxiang781216 commented on code in PR #7724:
URL: https://github.com/apache/nuttx/pull/7724#discussion_r1034874734
##
libs/libc/stdlib/lib_strtof.c:
##
@@ -82,6 +83,34 @@ static inline int is_real(float x)
return (x < infinite) && (x >= -infinite);
}
+int chtof(char c, f
xiaoxiang781216 commented on code in PR #7724:
URL: https://github.com/apache/nuttx/pull/7724#discussion_r1034875328
##
libs/libc/stdlib/lib_strtof.c:
##
@@ -82,6 +83,34 @@ static inline int is_real(float x)
return (x < infinite) && (x >= -infinite);
}
+int chtof(char c, f
xiaoxiang781216 commented on code in PR #7724:
URL: https://github.com/apache/nuttx/pull/7724#discussion_r1034875948
##
libs/libc/stdlib/lib_strtof.c:
##
@@ -82,6 +83,34 @@ static inline int is_real(float x)
return (x < infinite) && (x >= -infinite);
}
+int chtof(char c, f
xiaoxiang781216 commented on code in PR #7724:
URL: https://github.com/apache/nuttx/pull/7724#discussion_r1034878115
##
libs/libc/stdlib/lib_strtof.c:
##
@@ -142,18 +172,37 @@ float strtof(FAR const char *str, FAR char **endptr)
break;
}
+ p10 = 10.0f;
xiaoxiang781216 commented on code in PR #7724:
URL: https://github.com/apache/nuttx/pull/7724#discussion_r1034897966
##
libs/libc/stdlib/lib_strtof.c:
##
@@ -228,27 +294,53 @@ float strtof(FAR const char *str, FAR char **endptr)
p++;
}
- if (negative)
xiaoxiang781216 commented on code in PR #7724:
URL: https://github.com/apache/nuttx/pull/7724#discussion_r1034899307
##
libs/libc/stdlib/lib_strtof.c:
##
@@ -228,27 +294,53 @@ float strtof(FAR const char *str, FAR char **endptr)
p++;
}
- if (negative)
TimJTi opened a new pull request, #7730:
URL: https://github.com/apache/nuttx/pull/7730
## Summary
SAMA5D2 has Flexcom ports (SPI/USART/TWI). None work. this is the first PR,
to fix USART operation.
## Impact
should not affect any boards that aren't using SAMA5D2 Flexcom USART a
xiaoxiang781216 commented on code in PR #7616:
URL: https://github.com/apache/nuttx/pull/7616#discussion_r1032763656
##
include/nuttx/net/ip.h:
##
@@ -229,6 +229,51 @@ extern "C"
* Public Function Prototypes
***
TimJTi opened a new issue, #7731:
URL: https://github.com/apache/nuttx/issues/7731
To add flexcom spi support for SAMA5D2 I can:
1) create dedicated **sam_flexcom_spi.c** and .h files, keeping it separate
from the existing **sam_spi.c** code. Or
2) Enhance the **sam_spi.c** code to
Gary-Hobson commented on code in PR #7554:
URL: https://github.com/apache/nuttx/pull/7554#discussion_r1035123443
##
drivers/segger/serial_rtt.c:
##
@@ -0,0 +1,368 @@
+/
+ * drivers/segger/serial_rtt.c
+
Gary-Hobson commented on code in PR #7554:
URL: https://github.com/apache/nuttx/pull/7554#discussion_r1035123842
##
drivers/segger/serial_rtt.c:
##
@@ -0,0 +1,368 @@
+/
+ * drivers/segger/serial_rtt.c
+
Gary-Hobson commented on code in PR #7554:
URL: https://github.com/apache/nuttx/pull/7554#discussion_r1035135477
##
drivers/segger/serial_rtt.c:
##
@@ -0,0 +1,368 @@
+/
+ * drivers/segger/serial_rtt.c
+
xiaoxiang781216 commented on PR #7702:
URL: https://github.com/apache/nuttx/pull/7702#issuecomment-1331144126
@TimJTi please squash your patch again.
--
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
anchao opened a new pull request, #7732:
URL: https://github.com/apache/nuttx/pull/7732
## Summary
net/loopback: reuse devif_loopback() logic for device lo(loopback)
TX poll callback in device lo(loopback) can be replaced by devif_loopback()
from devif_poll() hook, remove dup
xiaoxiang781216 commented on code in PR #7732:
URL: https://github.com/apache/nuttx/pull/7732#discussion_r1035175202
##
net/devif/devif_loopback.c:
##
@@ -123,13 +123,6 @@ int devif_loopback(FAR struct net_driver_s *dev)
}
NETDEV_TXDONE(dev);
-
- /* Add th
anchao commented on code in PR #7732:
URL: https://github.com/apache/nuttx/pull/7732#discussion_r1035180536
##
net/devif/devif_loopback.c:
##
@@ -123,13 +123,6 @@ int devif_loopback(FAR struct net_driver_s *dev)
}
NETDEV_TXDONE(dev);
-
- /* Add the link la
TimJTi commented on PR #7702:
URL: https://github.com/apache/nuttx/pull/7702#issuecomment-1331174736
Aarggg...I did, but must have not pushed it. SORRY AGAIN!
--
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 #7724:
URL: https://github.com/apache/nuttx/pull/7724#discussion_r1035197707
##
libs/libc/stdlib/lib_strtod.c:
##
@@ -188,8 +223,16 @@ double strtod(FAR const char *str, FAR char **endptr)
/* Process an exponent string */
- if (*p
xiaoxiang781216 commented on code in PR #7554:
URL: https://github.com/apache/nuttx/pull/7554#discussion_r1035200490
##
drivers/segger/Kconfig:
##
@@ -94,6 +94,47 @@ config SYSLOG_RTT
---help---
Use Segger J-Link RTT as a SYSLOG output device.
+config S
xiaoxiang781216 commented on code in PR #7554:
URL: https://github.com/apache/nuttx/pull/7554#discussion_r1035200960
##
drivers/drivers_initialize.c:
##
@@ -22,6 +22,8 @@
* Included Files
/
+#inclu
xiaoxiang781216 commented on code in PR #7554:
URL: https://github.com/apache/nuttx/pull/7554#discussion_r1035203998
##
drivers/segger/serial_rtt.c:
##
@@ -0,0 +1,374 @@
+/
+ * drivers/segger/serial_rtt.
xiaoxiang781216 commented on code in PR #7554:
URL: https://github.com/apache/nuttx/pull/7554#discussion_r1035203691
##
include/nuttx/segger/rtt.h:
##
@@ -98,6 +98,15 @@ ssize_t syslog_rtt_write(FAR struct syslog_channel_s
*channel,
FAR const char *buf
xiaoxiang781216 commented on code in PR #7554:
URL: https://github.com/apache/nuttx/pull/7554#discussion_r1035205141
##
drivers/segger/serial_rtt.c:
##
@@ -0,0 +1,374 @@
+/
+ * drivers/segger/serial_rtt.
xiaoxiang781216 commented on code in PR #7554:
URL: https://github.com/apache/nuttx/pull/7554#discussion_r1035206766
##
drivers/segger/serial_rtt.c:
##
@@ -0,0 +1,374 @@
+/
+ * drivers/segger/serial_rtt.
xiaoxiang781216 commented on code in PR #7554:
URL: https://github.com/apache/nuttx/pull/7554#discussion_r1035207263
##
drivers/segger/serial_rtt.c:
##
@@ -0,0 +1,374 @@
+/
+ * drivers/segger/serial_rtt.
Gary-Hobson commented on code in PR #7554:
URL: https://github.com/apache/nuttx/pull/7554#discussion_r1035214251
##
drivers/segger/serial_rtt.c:
##
@@ -0,0 +1,374 @@
+/
+ * drivers/segger/serial_rtt.c
+
TimJTi commented on PR #7702:
URL: https://github.com/apache/nuttx/pull/7702#issuecomment-1331231285
Think its broken. Will have to leave it until tomorrow. Use GitHub they said
- it's really good they said.
--
This is an automated message from the Apache Git Service.
To respond to the me
xiaoxiang781216 commented on code in PR #7554:
URL: https://github.com/apache/nuttx/pull/7554#discussion_r1035211123
##
drivers/segger/Kconfig:
##
@@ -94,6 +94,47 @@ config SYSLOG_RTT
---help---
Use Segger J-Link RTT as a SYSLOG output device.
+config S
xiaoxiang781216 commented on code in PR #7554:
URL: https://github.com/apache/nuttx/pull/7554#discussion_r1035235689
##
drivers/segger/serial_rtt.c:
##
@@ -0,0 +1,374 @@
+/
+ * drivers/segger/serial_rtt.
xiaoxiang781216 commented on code in PR #7554:
URL: https://github.com/apache/nuttx/pull/7554#discussion_r1035241243
##
drivers/segger/serial_rtt.c:
##
@@ -0,0 +1,374 @@
+/
+ * drivers/segger/serial_rtt.
Gary-Hobson commented on code in PR #7554:
URL: https://github.com/apache/nuttx/pull/7554#discussion_r1035257133
##
drivers/segger/serial_rtt.c:
##
@@ -0,0 +1,374 @@
+/
+ * drivers/segger/serial_rtt.c
+
anchao commented on code in PR #7616:
URL: https://github.com/apache/nuttx/pull/7616#discussion_r1035268585
##
net/Kconfig:
##
@@ -117,6 +117,15 @@ config NET_GUARDSIZE
packet size will be chopped down to the size indicated in the
TCP
header.
+
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 61e006c2 Publishing web: e978ad4c
xiaoxiang781216 merged PR #7732:
URL: https://github.com/apache/nuttx/pull/7732
--
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 391b501639 net: extract l3 header build code into new functions
add 823252261f net/devif: remove link layer len
xiaoxiang781216 commented on code in PR #7554:
URL: https://github.com/apache/nuttx/pull/7554#discussion_r1035461658
##
boards/sim/sim/sim/configs/segger/defconfig:
##
@@ -16,6 +16,7 @@ CONFIG_BOARDCTL_POWEROFF=y
CONFIG_BOARD_LOOPSPERMSEC=0
CONFIG_BOOT_RUNFROMEXTSRAM=y
CONFIG
anchao opened a new pull request, #7733:
URL: https://github.com/apache/nuttx/pull/7733
## Summary
net/chksum: move all chksum api declarations to common header
The following APIs need to be overriden by the arch after enabling
CONFIG_NET_ARCH_CHKSUM, move these functions
qiaohaijiao commented on code in PR #1440:
URL: https://github.com/apache/nuttx-apps/pull/1440#discussion_r1035584373
##
include/system/nxplayer.h:
##
@@ -39,6 +39,14 @@
* Public Type Declarations
/
qiaohaijiao commented on code in PR #1440:
URL: https://github.com/apache/nuttx-apps/pull/1440#discussion_r1035584500
##
system/nxplayer/nxplayer.c:
##
@@ -1877,6 +1900,18 @@ static int nxplayer_playinternal(FAR struct nxplayer_s
*pplayer,
goto err_out_nodev;
}
+
qiaohaijiao commented on code in PR #1440:
URL: https://github.com/apache/nuttx-apps/pull/1440#discussion_r1035584748
##
system/nxplayer/nxplayer_offload.c:
##
@@ -0,0 +1,321 @@
+/
+ * apps/system/nxplay
qiaohaijiao commented on code in PR #1440:
URL: https://github.com/apache/nuttx-apps/pull/1440#discussion_r1035584920
##
system/nxplayer/nxplayer.c:
##
@@ -121,6 +125,14 @@ static const struct nxplayer_ext_fmt_s g_known_ext[] =
static const int g_known_ext_count = sizeof(g_kn
xiaoxiang781216 merged PR #7733:
URL: https://github.com/apache/nuttx/pull/7733
--
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 4281acdb83 net/chksum: move all chksum api dec
Gary-Hobson closed pull request #7726: drivers/segger: add channel 1/2 buffer
configuration
URL: https://github.com/apache/nuttx/pull/7726
--
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 specifi
Gary-Hobson commented on code in PR #7554:
URL: https://github.com/apache/nuttx/pull/7554#discussion_r1035614426
##
boards/sim/sim/sim/configs/segger/defconfig:
##
@@ -16,6 +16,7 @@ CONFIG_BOARDCTL_POWEROFF=y
CONFIG_BOARD_LOOPSPERMSEC=0
CONFIG_BOOT_RUNFROMEXTSRAM=y
CONFIG_BUI
xiaoxiang781216 commented on code in PR #7724:
URL: https://github.com/apache/nuttx/pull/7724#discussion_r1035615217
##
libs/libc/stdlib/lib_strtof.c:
##
@@ -142,16 +174,24 @@ float strtof(FAR const char *str, FAR char **endptr)
break;
}
+ p10 = 10.0f;
61 matches
Mail list logo