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 d54d5eb correct readme links
d54d5e
xiaoxiang781216 closed issue #1701:
URL: https://github.com/apache/incubator-nuttx/issues/1701
--
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
xiaoxiang781216 merged pull request #4733:
URL: https://github.com/apache/incubator-nuttx/pull/4733
--
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
Donny9 commented on a change in pull request #865:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/865#discussion_r737091828
##
File path: fsutils/mkgpt/Makefile
##
@@ -0,0 +1,32 @@
+
+# apps/
Donny9 commented on a change in pull request #865:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/865#discussion_r737091549
##
File path: fsutils/mkgpt/Kconfig
##
@@ -0,0 +1,12 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconf
Gary-Hobson commented on a change in pull request #4730:
URL: https://github.com/apache/incubator-nuttx/pull/4730#discussion_r737069795
##
File path: tools/Config.mk
##
@@ -461,6 +461,10 @@ endef
# CLEAN - Default clean target
+ifeq ($(CONFIG_ARCH_COVERAGE),y)
+ OBJS
Swastyy opened a new pull request #4733:
URL: https://github.com/apache/incubator-nuttx/pull/4733
## Summary
fixes #1701
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
liuchengvbl opened a new pull request #4732:
URL: https://github.com/apache/incubator-nuttx/pull/4732
## Summary
When nxstyle.c detects a '\'', it seeks the other '\'', records the index as
"endndx", then skip the "'x'" (x is any character). Then it makes the index "n"
as "endndx+1". Af
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 c5c92e7 Publishing web
gustavonihei commented on a change in pull request #865:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/865#discussion_r736872658
##
File path: fsutils/mkgpt/Makefile
##
@@ -0,0 +1,32 @@
+
+#
gustavonihei commented on a change in pull request #865:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/865#discussion_r736872117
##
File path: fsutils/mkgpt/Kconfig
##
@@ -0,0 +1,12 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file
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
The following commit(s) were added to refs/heads/master by this push:
new 1ed4118 power/battery: add bater
gustavonihei merged pull request #4729:
URL: https://github.com/apache/incubator-nuttx/pull/4729
--
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
Donny9 opened a new pull request #865:
URL: https://github.com/apache/incubator-nuttx-apps/pull/865
## Summary
fsutils: support mkmbr and mkgpt to format mbr and gpt pratition
reference:
https://en.wikipedia.org/wiki/GUID_Partition_Table
https://en.wikipedia.org/wiki/Master_boot_
Ouss4 commented on pull request #4729:
URL: https://github.com/apache/incubator-nuttx/pull/4729#issuecomment-952048343
> > Seems like there is at least one more place where this needs to be
updated.
>
> Done!
Seems to be a last one here: arch/arm/src/cxd56xx/cxd56_charger.c:60
Ouss4 commented on a change in pull request #4730:
URL: https://github.com/apache/incubator-nuttx/pull/4730#discussion_r736599102
##
File path: tools/Config.mk
##
@@ -461,6 +461,10 @@ endef
# CLEAN - Default clean target
+ifeq ($(CONFIG_ARCH_COVERAGE),y)
+ OBJS += *.
Ouss4 commented on a change in pull request #4730:
URL: https://github.com/apache/incubator-nuttx/pull/4730#discussion_r736586263
##
File path: tools/Config.mk
##
@@ -461,6 +461,10 @@ endef
# CLEAN - Default clean target
+ifeq ($(CONFIG_ARCH_COVERAGE),y)
+ OBJS += *.
Donny9 commented on pull request #4729:
URL: https://github.com/apache/incubator-nuttx/pull/4729#issuecomment-951972263
> Seems like there is at least one more place where this needs to be updated.
Done!
--
This is an automated message from the Apache Git Service.
To respond to the
Ouss4 commented on a change in pull request #4730:
URL: https://github.com/apache/incubator-nuttx/pull/4730#discussion_r736552109
##
File path: tools/gcov.sh
##
@@ -0,0 +1,54 @@
+#!/usr/bin/env bash
+# tools/gcov.sh
+#
+# Licensed to the Apache Software Foundation (ASF) under o
xiaoxiang781216 merged pull request #4716:
URL: https://github.com/apache/incubator-nuttx/pull/4716
--
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 c9d784a boards/esp32c3-devkit: Port SPI Flash FS fixes from ESP32
new b90d094 arch/sim: add native
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 c1e2fd90141add5330b520dc2220a73502f58093
Author: chao.an
AuthorDate: Tue Oct 26 19:40:11 2021 +0800
boa
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 b90d0941380512ce81f36fb4ad68288dafa3e772
Author: chao.an
AuthorDate: Sun Aug 29 17:52:02 2021 +0800
arc
AlexanderVasiljev opened a new pull request #4731:
URL: https://github.com/apache/incubator-nuttx/pull/4731
## Summary
Add driver for low power timers
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
Gary-Hobson commented on pull request #4730:
URL: https://github.com/apache/incubator-nuttx/pull/4730#issuecomment-951884858
@gustavonihei
You need to run `nuttx` once first.
I've added checks and hints to the script
--
This is an automated message from the Apache Git Service.
To
gustavonihei commented on pull request #4730:
URL: https://github.com/apache/incubator-nuttx/pull/4730#issuecomment-951884278
> I tested with `sim:nsh`, but `tools/gcov.sh` failed to find the `.gcno`
files:
>
> ```
> $ ./tools/gcov.sh
> Capturing coverage data from /home/nihei
gustavonihei commented on a change in pull request #4730:
URL: https://github.com/apache/incubator-nuttx/pull/4730#discussion_r736476925
##
File path: tools/gcov.sh
##
@@ -0,0 +1,54 @@
+#!/usr/bin/env bash
+# tools/gcov.sh
+#
+# Licensed to the Apache Software Foundation (ASF)
Ouss4 commented on pull request #4729:
URL: https://github.com/apache/incubator-nuttx/pull/4729#issuecomment-951852736
Seems like there is at least one more place where this needs to be updated.
--
This is an automated message from the Apache Git Service.
To respond to the message, please
gustavonihei commented on a change in pull request #4716:
URL: https://github.com/apache/incubator-nuttx/pull/4716#discussion_r736413303
##
File path: arch/sim/Kconfig
##
@@ -127,15 +127,26 @@ config SIM_WALLTIME_SIGNAL
endchoice
+choice
+ prompt "Simulated Network I
gustavonihei commented on a change in pull request #4716:
URL: https://github.com/apache/incubator-nuttx/pull/4716#discussion_r736413303
##
File path: arch/sim/Kconfig
##
@@ -127,15 +127,26 @@ config SIM_WALLTIME_SIGNAL
endchoice
+choice
+ prompt "Simulated Network I
anchao commented on a change in pull request #4716:
URL: https://github.com/apache/incubator-nuttx/pull/4716#discussion_r736390301
##
File path: arch/sim/Kconfig
##
@@ -127,15 +127,26 @@ config SIM_WALLTIME_SIGNAL
endchoice
+choice
+ prompt "Simulated Network Interfa
anchao commented on a change in pull request #4716:
URL: https://github.com/apache/incubator-nuttx/pull/4716#discussion_r736390159
##
File path: arch/sim/Kconfig
##
@@ -127,15 +127,26 @@ config SIM_WALLTIME_SIGNAL
endchoice
+choice
+ prompt "Simulated Network Interfa
gustavonihei commented on pull request #4730:
URL: https://github.com/apache/incubator-nuttx/pull/4730#issuecomment-951801383
I tested with `sim:nsh`, but `tools/gcov.sh` failed to find the `.gcno`
files:
```
$ ./tools/gcov.sh
Capturing coverage data from /home/nihei/Projects/Nutt
gustavonihei commented on a change in pull request #4730:
URL: https://github.com/apache/incubator-nuttx/pull/4730#discussion_r736376155
##
File path: arch/Kconfig
##
@@ -217,6 +217,14 @@ config ARCH_SIZET_LONG
C++ library routines because the NuttX size_t might
gustavonihei commented on a change in pull request #4730:
URL: https://github.com/apache/incubator-nuttx/pull/4730#discussion_r736376155
##
File path: arch/Kconfig
##
@@ -217,6 +217,14 @@ config ARCH_SIZET_LONG
C++ library routines because the NuttX size_t might
gustavonihei commented on a change in pull request #4716:
URL: https://github.com/apache/incubator-nuttx/pull/4716#discussion_r736366967
##
File path: arch/sim/Kconfig
##
@@ -127,15 +127,26 @@ config SIM_WALLTIME_SIGNAL
endchoice
+choice
+ prompt "Simulated Network I
gustavonihei commented on a change in pull request #4716:
URL: https://github.com/apache/incubator-nuttx/pull/4716#discussion_r736366580
##
File path: arch/sim/Kconfig
##
@@ -127,15 +127,26 @@ config SIM_WALLTIME_SIGNAL
endchoice
+choice
+ prompt "Simulated Network I
gustavonihei commented on a change in pull request #4716:
URL: https://github.com/apache/incubator-nuttx/pull/4716#discussion_r736359827
##
File path: arch/sim/Kconfig
##
@@ -127,15 +127,26 @@ config SIM_WALLTIME_SIGNAL
endchoice
+choice
+ prompt "Simulated Network I
gustavonihei commented on a change in pull request #4716:
URL: https://github.com/apache/incubator-nuttx/pull/4716#discussion_r736359827
##
File path: arch/sim/Kconfig
##
@@ -127,15 +127,26 @@ config SIM_WALLTIME_SIGNAL
endchoice
+choice
+ prompt "Simulated Network I
Gary-Hobson opened a new pull request #4730:
URL: https://github.com/apache/incubator-nuttx/pull/4730
## Summary
add code coverage tool, use tools/gcov.sh to generate code coverage report
## Impact
## Testing
--
This is an automated message from the Apache Git S
40 matches
Mail list logo