Donny9 opened a new pull request #864:
URL: https://github.com/apache/incubator-nuttx-apps/pull/864
## Summary
rexec: support send command with arguments
Signed-off-by: Jiuzhu Dong
## Impact
N/A
## Testing
daily test
--
This is an automated message from
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 2d13562 Publishing web
gustavonihei opened a new pull request #4719:
URL: https://github.com/apache/incubator-nuttx/pull/4719
## Summary
This PR intends to improve usability of the `menuconfig` for the SPI Flash
FS mount options.
Currently, when no file system is selected, the `choice` lists zero entrie
gustavonihei commented on a change in pull request #4703:
URL: https://github.com/apache/incubator-nuttx/pull/4703#discussion_r734790722
##
File path: arch/xtensa/src/esp32s2/Make.defs
##
@@ -40,7 +40,8 @@ CMN_CSRCS += xtensa_puts.c xtensa_releasepending.c
xtensa_releasestack.
davids5 commented on pull request #4702:
URL: https://github.com/apache/incubator-nuttx/pull/4702#issuecomment-949808100
@xiaoxiang781216 last FP was fixing unused warning
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
davids5 commented on a change in pull request #4702:
URL: https://github.com/apache/incubator-nuttx/pull/4702#discussion_r734698241
##
File path: arch/arm/src/stm32/stm32_mpuinit.h
##
@@ -72,4 +72,19 @@ void stm32_mpu_uheap(uintptr_t start, size_t size);
# define stm32_mpu_uh
davids5 commented on pull request #4702:
URL: https://github.com/apache/incubator-nuttx/pull/4702#issuecomment-949798581
@xiaoxiang781216 - changed the interface as you suggested. I believe all
your concerns are addressed.
--
This is an automated message from the Apache Git Service.
To
davids5 commented on a change in pull request #4702:
URL: https://github.com/apache/incubator-nuttx/pull/4702#discussion_r734695182
##
File path: arch/arm/src/stm32/stm32_mpuinit.c
##
@@ -78,6 +78,12 @@ void stm32_mpuinitialize(void)
mpu_showtype();
+#if defined(CONFIG_M
This is an automated email from the ASF dual-hosted git repository.
gustavonihei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit cf1a04d0a29e3cad9ab4462546b9f8948066dbdf
Author: zhuyanlin
AuthorDate: Tue Oct 19 12:16:26 2021 +0800
gustavonihei merged pull request #4699:
URL: https://github.com/apache/incubator-nuttx/pull/4699
--
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: c
This is an automated email from the ASF dual-hosted git repository.
gustavonihei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit b4ea11f7b14d3168dab1951c4876d0626d632cf0
Author: zhuyanlin
AuthorDate: Tue Oct 19 12:15:43 2021 +0800
This is an automated email from the ASF dual-hosted git repository.
gustavonihei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 90cfa6f imxrt:syslog is dependant on arm_lowputc
new b4ea11f arch:cache: add lock feature for c
xiaoxiang781216 merged pull request #4717:
URL: https://github.com/apache/incubator-nuttx/pull/4717
--
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
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 3c1ac89 Fixed line length
add 90cfa6f imxrt:syslog is dependant on arm_lowputc
No new revisions w
davids5 commented on pull request #4717:
URL: https://github.com/apache/incubator-nuttx/pull/4717#issuecomment-949664177
@patacongo - thank you. I have dropped the renaming commit and hopefully
fixed the CI issue
--
This is an automated message from the Apache Git Service.
To respond t
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 3c1ac895571259007fda428206a1837b3d1f78a8
Author: oreh-a <85544393+ore...@users.noreply.github.com>
AuthorDate
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 e57f3f7 mpfs: emmcsd: provide proper internal emmc settings
new ed392ab Added ARCH_BOARD_STM32F0G0
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 ed392abb83477b6efd7ae1abd7f56e9aeeb75c5f
Author: Alexander Oryshchenko
AuthorDate: Tue Oct 19 17:42:55 2021
xiaoxiang781216 merged pull request #4704:
URL: https://github.com/apache/incubator-nuttx/pull/4704
--
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
gustavonihei opened a new pull request #4718:
URL: https://github.com/apache/incubator-nuttx/pull/4718
## Summary
This PR intends to fix an error handling logic of `nx_mount`.
Instead of reporting the failure to find a given FS, `nx_mount` was
reporting a failure to find the block
xiaoxiang781216 commented on a change in pull request #4702:
URL: https://github.com/apache/incubator-nuttx/pull/4702#discussion_r734555950
##
File path: arch/arm/src/stm32/stm32_mpuinit.c
##
@@ -78,6 +78,12 @@ void stm32_mpuinitialize(void)
mpu_showtype();
+#if defined(
davids5 commented on pull request #4702:
URL: https://github.com/apache/incubator-nuttx/pull/4702#issuecomment-949637136
@patacongo - thank you for the reference. Given some of the current code, I
am still unclear as the the correct choice.
Should the following `mpu_xxx` functions b
davids5 commented on a change in pull request #4702:
URL: https://github.com/apache/incubator-nuttx/pull/4702#discussion_r734539769
##
File path: arch/arm/src/stm32/stm32_mpuinit.c
##
@@ -78,6 +78,12 @@ void stm32_mpuinitialize(void)
mpu_showtype();
+#if defined(CONFIG_M
xiaoxiang781216 commented on a change in pull request #4702:
URL: https://github.com/apache/incubator-nuttx/pull/4702#discussion_r734534409
##
File path: arch/arm/src/stm32/stm32_mpuinit.h
##
@@ -72,4 +72,19 @@ void stm32_mpu_uheap(uintptr_t start, size_t size);
# define stm3
xiaoxiang781216 commented on a change in pull request #4702:
URL: https://github.com/apache/incubator-nuttx/pull/4702#discussion_r734534409
##
File path: arch/arm/src/stm32/stm32_mpuinit.h
##
@@ -72,4 +72,19 @@ void stm32_mpu_uheap(uintptr_t start, size_t size);
# define stm3
xiaoxiang781216 commented on a change in pull request #4702:
URL: https://github.com/apache/incubator-nuttx/pull/4702#discussion_r734531941
##
File path: arch/arm/src/stm32/stm32_mpuinit.c
##
@@ -78,6 +78,12 @@ void stm32_mpuinitialize(void)
mpu_showtype();
+#if defined(
patacongo commented on pull request #4717:
URL: https://github.com/apache/incubator-nuttx/pull/4717#issuecomment-949621950
See the naming conventions here:
https://cwiki.apache.org/confluence/display/NUTTX/Naming+of+Architecture%2C+MCU%2C+and+Board+Interfaces
Since that is an MCU-sp
patacongo commented on pull request #4702:
URL: https://github.com/apache/incubator-nuttx/pull/4702#issuecomment-949620968
Please review the naming conventions here:
https://cwiki.apache.org/confluence/display/NUTTX/Naming+of+Architecture%2C+MCU%2C+and+Board+Interfaces
--
This is an auto
davids5 commented on a change in pull request #4702:
URL: https://github.com/apache/incubator-nuttx/pull/4702#discussion_r734525378
##
File path: arch/arm/src/stm32/stm32_mpuinit.h
##
@@ -72,4 +72,19 @@ void stm32_mpu_uheap(uintptr_t start, size_t size);
# define stm32_mpu_uh
davids5 commented on a change in pull request #4702:
URL: https://github.com/apache/incubator-nuttx/pull/4702#discussion_r734523590
##
File path: arch/arm/src/stm32/stm32_mpuinit.c
##
@@ -78,6 +78,12 @@ void stm32_mpuinitialize(void)
mpu_showtype();
+#if defined(CONFIG_M
davids5 commented on pull request #4717:
URL: https://github.com/apache/incubator-nuttx/pull/4717#issuecomment-949601928
> Is it good to name the chip specific function with arm_ prefix? It suppose
that arm_ is reserved for arm arch common code.
@xiaoxiang781216
No. It is not
acassis merged pull request #862:
URL: https://github.com/apache/incubator-nuttx-apps/pull/862
--
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: com
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 98dfaa3 dhcpc abnormal block The
coffee809721232 commented on pull request #862:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/862#issuecomment-949574139
> @coffee809721232 Is there some way to reproduce this abnormal block?
In the case of poor network signal, execute "renew eth0"
--
This is an automated m
oreh-a commented on a change in pull request #4704:
URL: https://github.com/apache/incubator-nuttx/pull/4704#discussion_r734363501
##
File path: arch/arm/src/stm32f0l0g0/stm32_rcc.c
##
@@ -161,7 +161,7 @@ void stm32_clockconfig(void)
rcc_resetbkp();
-#if defined(CONFIG_A
35 matches
Mail list logo