(nuttx-website) branch asf-site updated: Publishing web: 84004c1f6038fbc126201fb37e0fd519312f2d68 docs: 42dad89211f2d34f62c103a7647bd64e466a0215

2024-02-16 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 227d01fe Publishing web:

Re: [PR] fix modbus master exemple [nuttx-apps]

2024-02-16 Thread via GitHub
JorgeGzm commented on PR #2288: URL: https://github.com/apache/nuttx-apps/pull/2288#issuecomment-1949426417 What was the make command that you used to show the error message ? ``` make -j -Wall ? ``` -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] rpmsg/ping: Replace UINT_MAX with CLOCK_MAX [nuttx]

2024-02-16 Thread via GitHub
pkarashchenko merged PR #11699: URL: https://github.com/apache/nuttx/pull/11699 -- 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:

(nuttx) branch master updated: rpmsg/ping: Replace UINT_MAX with CLOCK_MAX

2024-02-16 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 42dad89211 rpmsg/ping: Replace UINT_MAX

(nuttx) 01/02: libs/libxx: add patch to remove mach/mach_time.h inclusion

2024-02-16 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 commit 5495ff4d7885ea69d57501a6cbde834cf2a0c60f Author: Petro Karashchenko AuthorDate: Fri Feb 16 14:22:07 2024 +0100

(nuttx) branch master updated (940f1bace0 -> 9feac3b644)

2024-02-16 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 940f1bace0 arch/stm32h7: Clear all PWM channel when during STOP new 5495ff4d78 libs/libxx: add patch to remove

(nuttx) 02/02: Revert "citest/sim01: disable sim:libcxxtest on macOS"

2024-02-16 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 commit 9feac3b6448d21fa17fa3134eb9fb397c6bfbf81 Author: Petro Karashchenko AuthorDate: Fri Feb 16 14:26:31 2024 +0100

Re: [PR] citest/sim01: fix sim:libcxxtest on macOS [nuttx]

2024-02-16 Thread via GitHub
xiaoxiang781216 merged PR #11700: URL: https://github.com/apache/nuttx/pull/11700 -- 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:

Re: [PR] fix modbus master exemple [nuttx-apps]

2024-02-16 Thread via GitHub
xiaoxiang781216 commented on PR #2288: URL: https://github.com/apache/nuttx-apps/pull/2288#issuecomment-1949094331 @JorgeGzm you need fix more: ``` Error: mb_m.c:301:15: error: 4 enumeration values not handled in switch: 'EV_MASTER_PROCESS_SUCCESS', 'EV_MASTER_ERROR_RESPOND_TIMEOUT',

Re: [PR] citest/sim01: fix sim:libcxxtest on macOS [nuttx]

2024-02-16 Thread via GitHub
pkarashchenko commented on PR #11700: URL: https://github.com/apache/nuttx/pull/11700#issuecomment-1949030582 I've tried to build on MacOS x86. The build was failing before and pass now. But I was not able to test CMake build. -- This is an automated message from the Apache Git Service.

Re: [I] Board request: LilyGO T-Deck [nuttx]

2024-02-16 Thread via GitHub
mirkokral commented on issue #11695: URL: https://github.com/apache/nuttx/issues/11695#issuecomment-1948510090 > @mirkokral I have a T-Deck here and I can help you to get NuttX running on it. To get access to the NuttShell I suggest you to following this same approach:

[PR] citest/sim01: enable sim:libcxxtest on macOS [nuttx]

2024-02-16 Thread via GitHub
pkarashchenko opened a new pull request, #11700: URL: https://github.com/apache/nuttx/pull/11700 ## Summary Inclusion of `mach/mach_time.h` by `libcxx/src/chrono.cpp` breaks the build on latest MACOS dues to https://forums.developer.apple.com/forums/thread/746737. The interface from

Re: [PR] openamp: Fix void pointer arithmetic in openamp to remove compilation… [nuttx]

2024-02-16 Thread via GitHub
jlaitine commented on code in PR #11686: URL: https://github.com/apache/nuttx/pull/11686#discussion_r1492404443 ## openamp/libmetal.defs: ## @@ -79,6 +79,7 @@ libmetal.zip: $(Q) mv libmetal-$(VERSION) libmetal $(Q) patch -p0 <