[GitHub] [nuttx] masayuki2009 commented on pull request #7717: sim/sim_alsa.c: add mp3 offload playback on sim

2022-11-29 Thread GitBox
masayuki2009 commented on PR #7717: URL: https://github.com/apache/nuttx/pull/7717#issuecomment-1330229415 ``` Configuration/Tool: sim/alsa -

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #7717: sim/sim_alsa.c: add mp3 offload playback on sim

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7716: optimize the code of the printf

2022-11-29 Thread GitBox
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

[nuttx] branch master updated (3377aa23ca -> bb040befee)

2022-11-29 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/nuttx.git from 3377aa23ca boards: qemu-armv8a: Add virtio-net to netnsh/netnsh_smp add bb040befee optimize the code of the pri

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7728: net/tcp: fix build break if enable CONFIG_NET_IPv6 only

2022-11-29 Thread GitBox
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

[nuttx] branch master updated (bb040befee -> d54a20b393)

2022-11-29 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/nuttx.git from bb040befee optimize the code of the printf add d54a20b393 net/tcp/udp: remove all domain assertion No new revi

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7727: net: extract l3 header build code into new functions

2022-11-29 Thread GitBox
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

[nuttx] branch master updated (d54a20b393 -> 391b501639)

2022-11-29 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/nuttx.git from d54a20b393 net/tcp/udp: remove all domain assertion add 391b501639 net: extract l3 header build code into new f

[GitHub] [nuttx] qiaohaijiao opened a new pull request, #7729: sim/alsa: enable CONFIG_SIM_M32 config

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7724: Add Hexadecimal parsing for strtof

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #7724: Add Hexadecimal parsing for strtof

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] qiaohaijiao commented on pull request #7729: sim/alsa: enable CONFIG_SIM_M32 config

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] qiaohaijiao closed pull request #7729: sim/alsa: enable CONFIG_SIM_M32 config

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] zouboan commented on a diff in pull request #7572: tools: Fix various error in Windows native build

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] zouboan commented on a diff in pull request #7572: tools: Fix various error in Windows native build

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7724: Add Hexadecimal parsing for strtof

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7724: Add Hexadecimal parsing for strtof

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7724: Add Hexadecimal parsing for strtof

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7724: Add Hexadecimal parsing for strtof

2022-11-29 Thread GitBox
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;

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7724: Add Hexadecimal parsing for strtof

2022-11-29 Thread GitBox
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)

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7724: Add Hexadecimal parsing for strtof

2022-11-29 Thread GitBox
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)

[GitHub] [nuttx] TimJTi opened a new pull request, #7730: Fixes for SAMA5D2 Flexcom USART

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7616: net/l2/l3/l4: add support of iob offload

2022-11-29 Thread GitBox
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 ***

[GitHub] [nuttx] TimJTi opened a new issue, #7731: SAMA5D2 has no support for Flexcom SPI - best method?

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #7554: drivers/segger: add rtt console support

2022-11-29 Thread GitBox
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 +

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #7554: drivers/segger: add rtt console support

2022-11-29 Thread GitBox
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 +

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #7554: drivers/segger: add rtt console support

2022-11-29 Thread GitBox
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 +

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #7702: Fix SAMA5D2 ADC and TSD problems

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] anchao opened a new pull request, #7732: net/loopback: reuse devif_loopback() logic for device lo(loopback)

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7732: net/loopback: reuse devif_loopback() logic for device lo(loopback)

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] anchao commented on a diff in pull request #7732: net/loopback: reuse devif_loopback() logic for device lo(loopback)

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] TimJTi commented on pull request #7702: Fix SAMA5D2 ADC and TSD problems

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7724: Add Hexadecimal parsing for strtof

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7554: drivers/segger: add rtt console support

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7554: drivers/segger: add rtt console support

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7554: drivers/segger: add rtt console support

2022-11-29 Thread GitBox
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.

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7554: drivers/segger: add rtt console support

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7554: drivers/segger: add rtt console support

2022-11-29 Thread GitBox
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.

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7554: drivers/segger: add rtt console support

2022-11-29 Thread GitBox
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.

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7554: drivers/segger: add rtt console support

2022-11-29 Thread GitBox
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.

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #7554: drivers/segger: add rtt console support

2022-11-29 Thread GitBox
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 +

[GitHub] [nuttx] TimJTi commented on pull request #7702: Fix SAMA5D2 ADC and TSD problems

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7554: drivers/segger: add rtt console support

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7554: drivers/segger: add rtt console support

2022-11-29 Thread GitBox
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.

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7554: drivers/segger: add rtt console support

2022-11-29 Thread GitBox
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.

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #7554: drivers/segger: add rtt console support

2022-11-29 Thread GitBox
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 +

[GitHub] [nuttx] anchao commented on a diff in pull request #7616: net/l2/l3/l4: add support of iob offload

2022-11-29 Thread GitBox
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. +

[nuttx-website] branch asf-site updated: Publishing web: e978ad4c5b4a50a6bebd3d0505f9893d0411c74e docs: 391b50163982793e4fa0d439ff71ea04dc23fa61

2022-11-29 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/nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 61e006c2 Publishing web: e978ad4c

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7732: net/loopback: reuse devif_loopback() logic for device lo(loopback)

2022-11-29 Thread GitBox
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

[nuttx] branch master updated (391b501639 -> 0de9e387a7)

2022-11-29 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/nuttx.git from 391b501639 net: extract l3 header build code into new functions add 823252261f net/devif: remove link layer len

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7554: drivers/segger: add rtt console support

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] anchao opened a new pull request, #7733: net/chksum: move all chksum api declarations to common header

2022-11-29 Thread GitBox
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

[GitHub] [nuttx-apps] qiaohaijiao commented on a diff in pull request #1440: nxplayer: add mp3 offload playback demo

2022-11-29 Thread GitBox
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 /

[GitHub] [nuttx-apps] qiaohaijiao commented on a diff in pull request #1440: nxplayer: add mp3 offload playback demo

2022-11-29 Thread GitBox
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; } +

[GitHub] [nuttx-apps] qiaohaijiao commented on a diff in pull request #1440: nxplayer: add mp3 offload playback demo

2022-11-29 Thread GitBox
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

[GitHub] [nuttx-apps] qiaohaijiao commented on a diff in pull request #1440: nxplayer: add mp3 offload playback demo

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7733: net/chksum: move all chksum api declarations to common header

2022-11-29 Thread GitBox
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

[nuttx] branch master updated: net/chksum: move all chksum api declarations to common header

2022-11-29 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 4281acdb83 net/chksum: move all chksum api dec

[GitHub] [nuttx] Gary-Hobson closed pull request #7726: drivers/segger: add channel 1/2 buffer configuration

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #7554: drivers/segger: add rtt console support

2022-11-29 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7724: Add Hexadecimal parsing for strtof

2022-11-29 Thread GitBox
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;