[GitHub] [incubator-nuttx] ALTracer commented on pull request #6613: libc/stdio: Support "long long" type if CONFIG_HAVE_LONG_LONG is enabled

2022-07-14 Thread GitBox
ALTracer commented on PR #6613: URL: https://github.com/apache/incubator-nuttx/pull/6613#issuecomment-1185238395 > > The original complaint was that there is a need to perform computation in long long, but disable long long printing in LIBC. > > Yes, and since now it can print correct

[incubator-nuttx] branch master updated: syscall: Add socketpair to syscall.csv

2022-07-14 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 d96c87f666 syscall: Add socketpair t

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6616: syscall: Add socketpair to syscall.csv

2022-07-14 Thread GitBox
xiaoxiang781216 merged PR #6616: URL: https://github.com/apache/incubator-nuttx/pull/6616 -- 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] masayuki2009 opened a new pull request, #6617: Fix arm64 stack coloration

2022-07-14 Thread GitBox
masayuki2009 opened a new pull request, #6617: URL: https://github.com/apache/incubator-nuttx/pull/6617 ## Summary - This PR contains the following commits - commit1: arch: arm64: Fix do_stackcheck() - Since the stack coloration is done for every 32bits this function should be

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6613: libc/stdio: Support "long long" type if CONFIG_HAVE_LONG_LONG is enabled

2022-07-14 Thread GitBox
xiaoxiang781216 commented on PR #6613: URL: https://github.com/apache/incubator-nuttx/pull/6613#issuecomment-1185102582 > > The current PR reduces code size by disabling long long support for printf (I will double check scanf) and still keeps support of `%ll` and `%ull` by mapping those to

[GitHub] [incubator-nuttx] qinwei2004 commented on pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-07-14 Thread GitBox
qinwei2004 commented on PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#issuecomment-1185097313 > I would like to say Congratulations on this HUGE PR! > > In the Single Core case, `ostest` is running successfully for me. > > In the SMP case, it seems that `ost

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request, #6616: syscall: Add socketpair to syscall.csv

2022-07-14 Thread GitBox
masayuki2009 opened a new pull request, #6616: URL: https://github.com/apache/incubator-nuttx/pull/6616 ## Summary - This commit adds socketpair to syscall.csv ## Impact - None ## Testing - Tested with adb (not merged net) -- This is an automated

[GitHub] [incubator-nuttx] curuvar opened a new pull request, #6615: Add I2C slave mode for RP2040

2022-07-14 Thread GitBox
curuvar opened a new pull request, #6615: URL: https://github.com/apache/incubator-nuttx/pull/6615 ## Summary Added support for I2C slave mode for RP2040. ## Impact The existing I2C slave code did not have a system agnostic way for an application to determine the length

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

2022-07-14 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 3c883b1 Publishing web

[GitHub] [incubator-nuttx] michallenc opened a new pull request, #6614: samv7: add support for RX DMA and RS-485 mode to serial driver

2022-07-14 Thread GitBox
michallenc opened a new pull request, #6614: URL: https://github.com/apache/incubator-nuttx/pull/6614 ## Summary These three commits add support for RX DMA and RS-485 mode to serial driver. The first commit b66dd73 introduces the support of RS-485. In this mode the hardware aut

[GitHub] [incubator-nuttx] acassis commented on pull request #6613: libc/stdio: Support "long long" type if CONFIG_HAVE_LONG_LONG is enabled

2022-07-14 Thread GitBox
acassis commented on PR #6613: URL: https://github.com/apache/incubator-nuttx/pull/6613#issuecomment-1184878896 > The original complaint was that there is a need to perform computation in long long, but disable long long printing in LIBC. Yes, and since now it can print correctly even

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #6613: libc/stdio: Support "long long" type if CONFIG_HAVE_LONG_LONG is enabled

2022-07-14 Thread GitBox
pkarashchenko commented on PR #6613: URL: https://github.com/apache/incubator-nuttx/pull/6613#issuecomment-1184871825 The original complaint was that there is a need to perform computation in long long, but disable long long printing in LIBC. -- This is an automated message from the Apach

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #6605: fs/mount: "df -h" fixes regarding datatype sizes

2022-07-14 Thread GitBox
acassis commented on code in PR #6605: URL: https://github.com/apache/incubator-nuttx/pull/6605#discussion_r921539773 ## fs/mount/fs_procfs_mount.c: ## @@ -268,6 +268,26 @@ static int blocks_entry(FAR const char *mountpoint, statbuf->f_blocks - statbuf->f_bavail

[GitHub] [incubator-nuttx] acassis commented on pull request #6613: libc/stdio: Support "long long" type if CONFIG_HAVE_LONG_LONG is enabled

2022-07-14 Thread GitBox
acassis commented on PR #6613: URL: https://github.com/apache/incubator-nuttx/pull/6613#issuecomment-1184868111 > The current PR reduces code size by disabling long long support for printf (I will double check scanf) and still keeps support of `%ll` and `%ull` by mapping those to `%l` and `

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #6613: libc/stdio: Support "long long" type if CONFIG_HAVE_LONG_LONG is enabled

2022-07-14 Thread GitBox
pkarashchenko commented on PR #6613: URL: https://github.com/apache/incubator-nuttx/pull/6613#issuecomment-1184862602 The current PR reduces code size by disabling long long support for printf (I will double check scanf) and still keeps support of `%ll` and `%ull` by mapping those to `%l` a

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #6605: fs/mount: "df -h" fixes regarding datatype sizes

2022-07-14 Thread GitBox
acassis commented on code in PR #6605: URL: https://github.com/apache/incubator-nuttx/pull/6605#discussion_r921539773 ## fs/mount/fs_procfs_mount.c: ## @@ -268,6 +268,26 @@ static int blocks_entry(FAR const char *mountpoint, statbuf->f_blocks - statbuf->f_bavail

[GitHub] [incubator-nuttx] acassis commented on pull request #6613: libc/stdio: Support "long long" type if CONFIG_HAVE_LONG_LONG is enabled

2022-07-14 Thread GitBox
acassis commented on PR #6613: URL: https://github.com/apache/incubator-nuttx/pull/6613#issuecomment-1184856065 @xiaoxiang781216 @pkarashchenko @ALTracer I thing the code should use CONFIG_LIBC_LONG_LONG instead of CONFIG_HAVE_LONG_LONG and we need to fix CONFIG_LIBC_LONG_LONG definition on

[incubator-nuttx] branch master updated: net: Fix frame count check fail

2022-07-14 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 8f72799e8e net: Fix frame count

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6608: net: Fix frame count check fail and race condition

2022-07-14 Thread GitBox
pkarashchenko merged PR #6608: URL: https://github.com/apache/incubator-nuttx/pull/6608 -- 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] xiaoxiang781216 commented on a diff in pull request #6605: fs/mount: "df -h" fixes regarding datatype sizes

2022-07-14 Thread GitBox
xiaoxiang781216 commented on code in PR #6605: URL: https://github.com/apache/incubator-nuttx/pull/6605#discussion_r921379827 ## fs/mount/fs_procfs_mount.c: ## @@ -257,11 +261,19 @@ static int blocks_entry(FAR const char *mountpoint, /* Generate blocks list one line at a ti

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6607: libc/stdio: Enable LIBC_FLOATINGPOINT by default if ARCH_FPU is enabled

2022-07-14 Thread GitBox
xiaoxiang781216 commented on code in PR #6607: URL: https://github.com/apache/incubator-nuttx/pull/6607#discussion_r921377507 ## libs/libc/stdio/Kconfig: ## @@ -53,7 +53,7 @@ config NUNGET_CHARS config LIBC_FLOATINGPOINT bool "Enable floating point in printf" -

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6606: libc/stdio: enable long long formating by CONFIG_HAVE_LONG_LONG

2022-07-14 Thread GitBox
xiaoxiang781216 commented on PR #6606: URL: https://github.com/apache/incubator-nuttx/pull/6606#issuecomment-1184667749 Here is the new patch: https://github.com/apache/incubator-nuttx/pull/6613. @ALTracer and @pkarashchenko please review it. @ALTracer if you want to make HAVE_LONG_LONG

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #6613: libc/stdio: Support "long long" type if CONFIG_HAVE_LONG_LONG is enabled

2022-07-14 Thread GitBox
xiaoxiang781216 opened a new pull request, #6613: URL: https://github.com/apache/incubator-nuttx/pull/6613 ## Summary but just format the low 32bits if CONFIG_LIBC_LONG_LONG isn't enabled to avoid to expand the code space to much. Note: the size will increase 192 bytes on stm32_tiny:

[GitHub] [incubator-nuttx] mkeydevelop commented on a diff in pull request #6608: net: Fix frame count check fail and race condition

2022-07-14 Thread GitBox
mkeydevelop commented on code in PR #6608: URL: https://github.com/apache/incubator-nuttx/pull/6608#discussion_r921238884 ## net/bluetooth/bluetooth_input.c: ## @@ -119,6 +121,8 @@ static int bluetooth_queue_frame(FAR struct bluetooth_conn_s *conn, /* Add the container to

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6607: libc/stdio: Enable LIBC_FLOATINGPOINT by default if ARCH_FPU is enabled

2022-07-14 Thread GitBox
pkarashchenko commented on code in PR #6607: URL: https://github.com/apache/incubator-nuttx/pull/6607#discussion_r921187995 ## libs/libc/stdio/Kconfig: ## @@ -53,7 +53,7 @@ config NUNGET_CHARS config LIBC_FLOATINGPOINT bool "Enable floating point in printf" - de

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-07-14 Thread GitBox
hartmannathan commented on PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#issuecomment-1184472953 I would like to say Congratulations on this HUGE PR! In the Single Core case, `ostest` is running successfully for me. In the SMP case, it seems that `ostest` fa

[GitHub] [incubator-nuttx] hartmannathan closed issue #6170: ARMv8-A/R support in NuttX

2022-07-14 Thread GitBox
hartmannathan closed issue #6170: ARMv8-A/R support in NuttX URL: https://github.com/apache/incubator-nuttx/issues/6170 -- 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 unsub

[GitHub] [incubator-nuttx] hartmannathan merged pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-07-14 Thread GitBox
hartmannathan merged PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478 -- 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] xiaoxiang781216 commented on pull request #6607: libc/stdio: Enable LIBC_FLOATINGPOINT by default if ARCH_FPU is enabled

2022-07-14 Thread GitBox
xiaoxiang781216 commented on PR #6607: URL: https://github.com/apache/incubator-nuttx/pull/6607#issuecomment-1184455184 > Looks like at least `boards/arm/stm32f7/nucleo-144/configs/f746-pysim/defconfig` should be modified as well. Done. -- This is an automated message from the Apa

[GitHub] [incubator-nuttx] qinwei2004 commented on pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-07-14 Thread GitBox
qinwei2004 commented on PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#issuecomment-1184365051 > Please squash into a single commit Done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-07-14 Thread GitBox
pkarashchenko commented on PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#issuecomment-1184351344 Please squash into a single commit -- 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

[GitHub] [incubator-nuttx] qinwei2004 commented on pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-07-14 Thread GitBox
qinwei2004 commented on PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#issuecomment-1184336158 @pkarashchenko , please check again thanks for you careful check -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-nuttx] ALTracer commented on a diff in pull request #6605: fs/mount: "df -h" fixes regarding datatype sizes

2022-07-14 Thread GitBox
ALTracer commented on code in PR #6605: URL: https://github.com/apache/incubator-nuttx/pull/6605#discussion_r920977116 ## fs/mount/fs_procfs_mount.c: ## @@ -248,6 +248,10 @@ static int blocks_entry(FAR const char *mountpoint, if (!info->header) { +#if defined(CONFIG_HA

[GitHub] [incubator-nuttx] ALTracer commented on a diff in pull request #6605: fs/mount: "df -h" fixes regarding datatype sizes

2022-07-14 Thread GitBox
ALTracer commented on code in PR #6605: URL: https://github.com/apache/incubator-nuttx/pull/6605#discussion_r920972983 ## fs/mount/fs_procfs_mount.c: ## @@ -101,6 +101,7 @@ struct mount_info_s /* Helpers */ +printflike(2, 3) Review Comment: Agreed. Will move to the end

[GitHub] [incubator-nuttx] easonxiang opened a new pull request, #6612: add initial cmake build system

2022-07-14 Thread GitBox
easonxiang opened a new pull request, #6612: URL: https://github.com/apache/incubator-nuttx/pull/6612 - Rebase cmake support patch based on https://github.com/apache/incubator-nuttx/pull/3704 - Import Kconfiglib instead of kconfig-frontend in order to support multi platform. Signe

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-07-14 Thread GitBox
pkarashchenko commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r920859238 ## arch/arm64/include/irq.h: ## @@ -0,0 +1,405 @@ +/ + * arch/arm64/include/irq

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-07-14 Thread GitBox
pkarashchenko commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r920857869 ## arch/arm64/src/common/arm64_mmu.c: ## @@ -0,0 +1,619 @@ +/*** + * arch/arm64/src

[incubator-nuttx] branch master updated: include: Declare nxtask_delete function.

2022-07-14 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 8dbceb77f7 include: Declare nxta

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6611: include: Declare nxtask_delete function.

2022-07-14 Thread GitBox
pkarashchenko merged PR #6611: URL: https://github.com/apache/incubator-nuttx/pull/6611 -- 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