Re: [PR] STM32-H745 files for pysimCoder [nuttx]

2024-02-09 Thread via GitHub
robertobucher closed pull request #11674: STM32-H745 files for pysimCoder URL: https://github.com/apache/nuttx/pull/11674 -- 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 uns

Re: [PR] build xmc4800-relax using CMake [nuttx]

2024-02-09 Thread via GitHub
xiaoxiang781216 commented on PR #11679: URL: https://github.com/apache/nuttx/pull/11679#issuecomment-1936902585 @trns1997 please fix lint error. -- 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 th

[PR] fs/mount: add FS_RPMSGFS as cause of NODFS_SUPPORT [nuttx]

2024-02-09 Thread via GitHub
yf13 opened a new pull request, #11680: URL: https://github.com/apache/nuttx/pull/11680 ## Summary It seems that RPMSGFS is missed from the list that doesn't need block or MTD drivers. This attempts to add it. ## Impact None ## Testing Checked on CanMV2

Re: [PR] STM32-H745 files for pysimCoder [nuttx]

2024-02-09 Thread via GitHub
xiaoxiang781216 commented on PR #11674: URL: https://github.com/apache/nuttx/pull/11674#issuecomment-1936854005 @robertobucher could you squash your change into one patch? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] risc-v/k230: initial Asymmetric Multi-Processing support [nuttx]

2024-02-09 Thread via GitHub
xiaoxiang781216 commented on PR #11673: URL: https://github.com/apache/nuttx/pull/11673#issuecomment-1936852293 > @acassis thanks for reminding, the doc has been updated and passed documentation checks. However, it seems that `linux/sim-01` is broken due to "lighting-app'? Please let me kno

Re: [PR] rpmsg/rpmsg_ping: fix CI check issues [nuttx]

2024-02-09 Thread via GitHub
xiaoxiang781216 commented on code in PR #11675: URL: https://github.com/apache/nuttx/pull/11675#discussion_r1484946337 ## drivers/rpmsg/rpmsg_ping.c: ## @@ -188,11 +188,11 @@ static void rpmsg_ping_logout_rate(uint64_t len, clock_t avg) int rpmsg_ping(FAR struct rpmsg_endpoint

Re: [PR] rpmsg/rpmsg_ping: fix CI check issues [nuttx]

2024-02-09 Thread via GitHub
xiaoxiang781216 commented on code in PR #11675: URL: https://github.com/apache/nuttx/pull/11675#discussion_r1484946337 ## drivers/rpmsg/rpmsg_ping.c: ## @@ -188,11 +188,11 @@ static void rpmsg_ping_logout_rate(uint64_t len, clock_t avg) int rpmsg_ping(FAR struct rpmsg_endpoint

Re: [PR] risc-v/k230: initial Asymmetric Multi-Processing support [nuttx]

2024-02-09 Thread via GitHub
yf13 commented on PR #11673: URL: https://github.com/apache/nuttx/pull/11673#issuecomment-1936774677 @acassis thanks for reminding, the doc has been updated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[PR] build xmc4800-relax using CMake [nuttx]

2024-02-09 Thread via GitHub
trns1997 opened a new pull request, #11679: URL: https://github.com/apache/nuttx/pull/11679 ## Summary Build xmc4800-relax using CMake ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[PR] examples/rmtchar: Increase initial duration time [nuttx-apps]

2024-02-09 Thread via GitHub
tmedicci opened a new pull request, #2285: URL: https://github.com/apache/nuttx-apps/pull/2285 ## Summary * examples/rmtchar: Increase initial duration time With higher RMT source clocks, small durations are hard to be detected. Increasing it makes it easier to enable automat

Re: [PR] risc-v/k230: initial Asymmetric Multi-Processing support [nuttx]

2024-02-09 Thread via GitHub
acassis commented on PR #11673: URL: https://github.com/apache/nuttx/pull/11673#issuecomment-1936464308 @yf13 suggestion: please extent this Testing and create an entry at https://nuttx.apache.org/docs/latest/platforms/risc-v/k230/boards/canmv230/index.html explain how to use it. So more pe

[PR] Add Events website to navigation bar. [nuttx-website]

2024-02-09 Thread via GitHub
cederom opened a new pull request, #105: URL: https://github.com/apache/nuttx-website/pull/105 ## Summary * Add https://events.nuttx.apache.org to the top navigation bar. This is our community conference events website. ## Impact * Provide quick access to community conference ev

Re: [PR] STM32-H745 files for pysimCoder [nuttx]

2024-02-09 Thread via GitHub
acassis commented on PR #11674: URL: https://github.com/apache/nuttx/pull/11674#issuecomment-1936417261 > How can I solve the problem with the Build / macOS (sim-02) (pull_request) ? Details are not usable to find out the problem... @xiaoxiang781216 ? -- This is an automated messa

Re: [PR] Fix CCU registers for XMC4 [nuttx]

2024-02-09 Thread via GitHub
acassis commented on PR #11678: URL: https://github.com/apache/nuttx/pull/11678#issuecomment-1936415368 @nicolas71640 please fix the commit name to something like: "arch/xmc4: Fix CCU registers" Please fix the comment issues: /* CCU40 CC40 Slice Register */ <<--- space after

Re: [PR] Fix CCU registers for XMC4 [nuttx]

2024-02-09 Thread via GitHub
acassis commented on PR #11678: URL: https://github.com/apache/nuttx/pull/11678#issuecomment-1936400263 Hi @nicolas71640 nice contribution! We need more people using XMC4 and contributing code to it! -- This is an automated message from the Apache Git Service. To respond to the message, p

[PR] Fix CCU registers for XMC4 [nuttx]

2024-02-09 Thread via GitHub
nicolas71640 opened a new pull request, #11678: URL: https://github.com/apache/nuttx/pull/11678 ## Summary Fix registers definition for CCU (Capture/Compare Unit) on XMC4 ## Impact Original register definition ( https://github.com/apache/nuttx/pull/11600) missed the fact that th

Re: [PR] STM32-H745 files for pysimCoder [nuttx]

2024-02-09 Thread via GitHub
robertobucher commented on PR #11674: URL: https://github.com/apache/nuttx/pull/11674#issuecomment-1936229352 How can I solve the problem with the Build / macOS (sim-02) (pull_request) ? Details are not usable to find out the problem... -- This is an automated message from the Apache Git

(nuttx-apps) branch master updated: lte/alt1250: Fix bug that caused stack when executing the socket API

2024-02-09 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 3650251c5 lte/alt1250: Fix bug that c

Re: [PR] lte/alt1250: Fix bug that caused stack when executing the socket API [nuttx-apps]

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

Re: [I] xtensa/esp32s3-devkit mcuboot [nuttx]

2024-02-09 Thread via GitHub
tmedicci commented on issue #11670: URL: https://github.com/apache/nuttx/issues/11670#issuecomment-1935862375 > I am trying to get mcuboot running on the esp32s3-devkit. For this I have modified the wifi config based on the description in this video https://www.youtube.com/watch?v=Vzy0rl-ix

Re: [I] xtensa/esp32s3-devkit mcuboot [nuttx]

2024-02-09 Thread via GitHub
rftafas commented on issue #11670: URL: https://github.com/apache/nuttx/issues/11670#issuecomment-1935857159 Which MCUboot are you using? There are two possible flavors, the Espressif Port and NuttX port. Can you also run the diagnostic tool without the MCUboot for sanity reasons? -- Thi

Re: [PR] lte/alt1250: Fix bug that caused stack when executing the socket API [nuttx-apps]

2024-02-09 Thread via GitHub
jerpelea commented on PR #2284: URL: https://github.com/apache/nuttx-apps/pull/2284#issuecomment-1935538282 @pkarashchenko @xiaoxiang781216 -- 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 sp