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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new c4b6fd77b lvgldemo: allow to customize in
nuttxpr commented on PR #2779:
URL: https://github.com/apache/nuttx-apps/pull/2779#issuecomment-2439809814
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
**No, this PR does not meet the NuttX requirements.*
xiaoxiang781216 merged PR #2778:
URL: https://github.com/apache/nuttx-apps/pull/2778
--
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...
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new b4c2e6bf4 build(bugfix):remove unused cma
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-apps.git
commit 469cc11406ce044899d278bda7ad810a0a8379ba
Author: renzhiyuan1
AuthorDate: Thu May 23 12:08:17 2024 +0800
cmak
xiaoxiang781216 merged PR #2776:
URL: https://github.com/apache/nuttx-apps/pull/2776
--
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...
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-apps.git
from 7f7bbe236 examples/mqttc: add option to use MBED TLS for connections
new 469cc1140 cmake:add flatbuffers C
xiaoxiang781216 merged PR #2779:
URL: https://github.com/apache/nuttx-apps/pull/2779
--
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...
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-apps.git
commit 55a955234a17882a80dad644e5e118b9ba054771
Author: xuxin19
AuthorDate: Sun Oct 27 10:07:04 2024 +0800
cmake:ad
lupyuen opened a new pull request, #2780:
URL: https://github.com/apache/nuttx-apps/pull/2780
## Summary
When compiling the Release Branch of `nuttx-apps`, our CI Workflow
`build.yml` checks out the Master Branch of `nuttx` repo, which is incorrect.
This happens due to a typo in `bui
lupyuen opened a new pull request, #14518:
URL: https://github.com/apache/nuttx/pull/14518
## Summary
When compiling the Release Branch of `nuttx-apps`, our CI Workflow
`build.yml` checks out the Master Branch of `nuttx` repo, which is incorrect.
This happens due to a typo in `build.
XuNeo commented on code in PR #2775:
URL: https://github.com/apache/nuttx-apps/pull/2775#discussion_r1817984985
##
examples/libtest/libtest.c:
##
@@ -24,6 +24,7 @@
#include
Review Comment:
Replaced with for `FAR`.
--
This is an automated message from the Apache Git
lupyuen commented on issue #14376:
URL: https://github.com/apache/nuttx/issues/14376#issuecomment-2439840659
Something strange about __Network Timeouts__ in our Docker Workflows: First
Run fails while [downloading something from
GitHub](https://github.com/nuttxpr/nuttx/actions/runs/11535899
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
commit 22bcb88687fe864cea0503ba68803b40cf0539b9
Author: xuxingliang
AuthorDate: Tue Oct 15 20:10:06 2024 +0800
fs_heap:
xiaoxiang781216 commented on code in PR #2774:
URL: https://github.com/apache/nuttx-apps/pull/2774#discussion_r1817968857
##
math/gemmlowp/CMakeLists.txt:
##
@@ -0,0 +1,46 @@
+#
##
+# apps/math/gemmlowp
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
commit 9af5fc5d09724a5d300bc07ce85b9ba5c01ffadd
Author: xuxingliang
AuthorDate: Wed Oct 16 10:19:30 2024 +0800
fs/shm: a
xiaoxiang781216 merged PR #14517:
URL: https://github.com/apache/nuttx/pull/14517
--
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...@nu
xiaoxiang781216 commented on code in PR #2774:
URL: https://github.com/apache/nuttx-apps/pull/2774#discussion_r1817968944
##
math/kissfft/CMakeLists.txt:
##
@@ -0,0 +1,74 @@
+#
##
+# apps/math/kissfft/C
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
commit 8a70377fc40e636307544d9c2fc15948f7051f67
Author: Neo Xu
AuthorDate: Sun Oct 27 02:13:01 2024 +0800
fs/shm: align
xiaoxiang781216 commented on code in PR #2777:
URL: https://github.com/apache/nuttx-apps/pull/2777#discussion_r1817968373
##
examples/netpkt/netpkt_ethercat.c:
##
@@ -0,0 +1,114 @@
+/
+ * apps/examples/n
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 32784b0898 libc: Refine the arc4random_buf implementation
new 22bcb88687 fs_heap: add memalign interface
n
xuxin930 opened a new pull request, #2779:
URL: https://github.com/apache/nuttx-apps/pull/2779
## Summary
Added flatbuffers cmake scripts
Added system/gprof cmake scripts
## Impact
No impact on the past
## Testing
ci build
--
This is an automated message
zhhyu7 commented on code in PR #2777:
URL: https://github.com/apache/nuttx-apps/pull/2777#discussion_r1817963273
##
examples/netpkt/netpkt_ethercat.c:
##
@@ -0,0 +1,114 @@
+/
+ * apps/examples/netpkt/net
xuxin930 opened a new pull request, #2778:
URL: https://github.com/apache/nuttx-apps/pull/2778
## Summary
As the title says, delete the scripts that cannot be built
## Impact
Cannot be built, so no impact
## Testing
CI build
--
This is an automated me
cederom commented on code in PR #2777:
URL: https://github.com/apache/nuttx-apps/pull/2777#discussion_r1817956260
##
examples/netpkt/netpkt_ethercat.c:
##
@@ -0,0 +1,114 @@
+/
+ * apps/examples/netpkt/ne
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 cf930f781 Publishing web: 6f43cfb
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/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 7f7bbe236 examples/mqttc: add option to use
lupyuen commented on issue #14376:
URL: https://github.com/apache/nuttx/issues/14376#issuecomment-2439751664
__3 Days to Tranquility:__ Yesterday was a quiet Saturday (no more Release
Builds yay!). We consumed only __4 Full-Time GitHub Runners__...
![Screenshot 2024-10-27 at 6 08 34
acassis merged PR #2643:
URL: https://github.com/apache/nuttx-apps/pull/2643
--
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...@nuttx.a
acassis commented on PR #2643:
URL: https://github.com/apache/nuttx-apps/pull/2643#issuecomment-2439751591
@pkarashchenko please include a board profile, for example sim:mqtt_tls
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
nuttxpr commented on PR #2777:
URL: https://github.com/apache/nuttx-apps/pull/2777#issuecomment-2439747413
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
The provided PR description **partially meets** the
zhhyu7 opened a new pull request, #2777:
URL: https://github.com/apache/nuttx-apps/pull/2777
## Summary
add a simple example to test ethercat's sending and receiving.
## Impact
## Testing
x86_64 device
--
This is an automated message from the Apache Git Service.
To
pkarashchenko commented on code in PR #2775:
URL: https://github.com/apache/nuttx-apps/pull/2775#discussion_r1817928979
##
examples/libtest/libtest.c:
##
@@ -35,5 +36,16 @@
void library_test(void)
{
+ int *p = malloc(sizeof(int));
Review Comment:
```suggestion
FAR
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/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 3e54ea0aa fix compile warning for fsu
pkarashchenko merged PR #2773:
URL: https://github.com/apache/nuttx-apps/pull/2773
--
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...@n
pkarashchenko commented on code in PR #2774:
URL: https://github.com/apache/nuttx-apps/pull/2774#discussion_r1817929555
##
math/kissfft/CMakeLists.txt:
##
@@ -0,0 +1,74 @@
+#
##
+# apps/math/kissfft/CMa
pkarashchenko commented on code in PR #2776:
URL: https://github.com/apache/nuttx-apps/pull/2776#discussion_r1817929310
##
examples/lvgldemo/Kconfig:
##
@@ -20,4 +20,14 @@ config EXAMPLES_LVGLDEMO_STACKSIZE
int "lvgldemo stack size"
default 16384
+if INPUT_TOUC
pkarashchenko commented on code in PR #2776:
URL: https://github.com/apache/nuttx-apps/pull/2776#discussion_r1817929310
##
examples/lvgldemo/Kconfig:
##
@@ -20,4 +20,14 @@ config EXAMPLES_LVGLDEMO_STACKSIZE
int "lvgldemo stack size"
default 16384
+if INPUT_TOUC
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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 32784b0898 libc: Refine the arc4random_buf imple
acassis merged PR #14509:
URL: https://github.com/apache/nuttx/pull/14509
--
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...@nuttx.apac
pkarashchenko commented on PR #2643:
URL: https://github.com/apache/nuttx-apps/pull/2643#issuecomment-2439733048
Let's ignore `error: Mixed case identifier found`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
pkarashchenko commented on PR #2643:
URL: https://github.com/apache/nuttx-apps/pull/2643#issuecomment-2439732935
@cederom I added `CONFIG_EXAMPLES_MQTTC_ALLOW_UNVERIFIED_TLS` option.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
nuttxpr commented on PR #14517:
URL: https://github.com/apache/nuttx/pull/14517#issuecomment-2439685690
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
The PR summary is missing some key information:
XuNeo opened a new pull request, #14517:
URL: https://github.com/apache/nuttx/pull/14517
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
## Summary
Add fs heap memalign API and use it for shm.
For kernel bu
nuttxpr commented on PR #2776:
URL: https://github.com/apache/nuttx-apps/pull/2776#issuecomment-2439678722
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
This Pull Request is **missing crucial information**
XuNeo opened a new pull request, #2776:
URL: https://github.com/apache/nuttx-apps/pull/2776
## Summary
Default to /dev/input0, now it's configurable.
## Impact
No functionality change after this change. Impact is minor.
## Testing
Tested with `sim:lvgl_f
nuttxpr commented on PR #2775:
URL: https://github.com/apache/nuttx-apps/pull/2775#issuecomment-2439673533
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
**No, this PR does not meet the NuttX requirements.*
XuNeo opened a new pull request, #2775:
URL: https://github.com/apache/nuttx-apps/pull/2775
## Summary
So we can verify flags like kasan are effective or not.
## Impact
Minor
## Testing
Compile libtest and disassemble library_test to verify kasan is actu
xiaoxiang781216 opened a new pull request, #2774:
URL: https://github.com/apache/nuttx-apps/pull/2774
## Summary
- fix: git status/git status --ignore normalization check problem
- cmake:add kissfft CMake build
- cmake:add gemmlowp CMake build
- cmake:add ruy CMake build
nuttxpr commented on PR #2774:
URL: https://github.com/apache/nuttx-apps/pull/2774#issuecomment-2439655693
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
__Fill In The Commit Message:__ This PR contains a Commit wi
xiaoxiang781216 opened a new pull request, #2773:
URL: https://github.com/apache/nuttx-apps/pull/2773
## Summary
simple fix
## Impact
minor warning fix
## Testing
ci
--
This is an automated message from the Apache Git Service.
To respond to the message, p
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 8b9337fb52 Documentation: add some notes about
xiaoxiang781216 merged PR #14515:
URL: https://github.com/apache/nuttx/pull/14515
--
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...@nu
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 0109ab39e lvgldemo: should use nuttx_dein
xiaoxiang781216 merged PR #2772:
URL: https://github.com/apache/nuttx-apps/pull/2772
--
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...
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 b5e5cdd851 arch/arm/stm32h7: add workaround fo
xiaoxiang781216 merged PR #14516:
URL: https://github.com/apache/nuttx/pull/14516
--
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...@nu
nuttxpr commented on PR #14515:
URL: https://github.com/apache/nuttx/pull/14515#issuecomment-2439542469
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
This PR does not meet the NuttX requirements in its cur
nuttxpr commented on PR #14516:
URL: https://github.com/apache/nuttx/pull/14516#issuecomment-2439538333
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
**Yes, but with a minor addition.**
The PR meets
raiden00pl opened a new pull request, #14516:
URL: https://github.com/apache/nuttx/pull/14516
## Summary
Documentation: add some notes about running NuttX on Renode
## Impact
none
## Testing
local doc build
--
This is an automated message from the Apache
raiden00pl opened a new pull request, #14515:
URL: https://github.com/apache/nuttx/pull/14515
## Summary
arch/arm/stm32h7: add workaround for Renode
Add an option to disable busy wait PWR_CSR1_ACTVOSRDY during boot which
doesn't work with Renode simulation
## Impact
w
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 da1ff4cf77 arch/arm/stm32: convert error to warning when CCM is not
enabled
add d0f957ae85 qemu-intel64: Fixes
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
commit 73c032d594146bc04b8158c34ba305c74d68b5fb
Author: chao an
AuthorDate: Fri Oct 25 18:42:03 2024 +0800
tools/nxstyle
raiden00pl opened a new issue, #14514:
URL: https://github.com/apache/nuttx/issues/14514
### Description / Steps to reproduce the issue
Hardware timer example (`apps/example/timer`) is broken for some of ARM
devices (probably for all ARM chips, but I can't check all of them).
What
xiaoxiang781216 commented on code in PR #13498:
URL: https://github.com/apache/nuttx/pull/13498#discussion_r1817692945
##
drivers/misc/dev_zero.c:
##
@@ -70,26 +73,39 @@ static const struct file_operations g_devzero_fops =
* Name: devzero_read
***
65 matches
Mail list logo