Re: [PR] boards/sim: disable libcxxtest tenatively to unblock CI checks [nuttx]

2024-02-14 Thread via GitHub
pkarashchenko commented on PR #11696: URL: https://github.com/apache/nuttx/pull/11696#issuecomment-1945536482 Maybe we can disable this for MACOS builds only? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] elf/tests/helloxx: fix build break with elf cpp exceptions example [nuttx-apps]

2024-02-14 Thread via GitHub
jerpelea merged PR #2286: URL: https://github.com/apache/nuttx-apps/pull/2286 -- 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-apps) branch master updated: elf/tests/helloxx: fix build break with elf cpp exceptions example

2024-02-14 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea 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 da9903fe5 elf/tests/helloxx: fix build

(nuttx-apps) branch master updated: lte/alt1250: Force change modem parameter

2024-02-14 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea 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 90c9364b3 lte/alt1250: Force change modem

Re: [PR] lte/alt1250: Force change modem parameter [nuttx-apps]

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

[PR] lte/alt1250: Force change modem parameter [nuttx-apps]

2024-02-14 Thread via GitHub
SPRESENSE opened a new pull request, #2287: URL: https://github.com/apache/nuttx-apps/pull/2287 ## Summary In some conditions, LTE connection has issue. To fix it, need to change a modem parameter. ## Impact Only ALT1250 daemon. ## Testing Test with Spresense LTE

[PR] boards/sim: disable libcxxtest tenatively [nuttx]

2024-02-14 Thread via GitHub
yf13 opened a new pull request, #11696: URL: https://github.com/apache/nuttx/pull/11696 ## Summary This config failes CI check on `MacOS(sim-01)` in the past week. It blocks multiple PRs. This patch disables it tenatively so that to unblock PRs. The error looks like: ```

(nuttx-website) branch asf-site updated: Publishing web: 84004c1f6038fbc126201fb37e0fd519312f2d68 docs: 87ad1196e1411f8cb2affa190bd47dd9d6bc7517

2024-02-14 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 a17a1733 Publishing web:

(nuttx-apps) branch master updated: examples/rmtchar: Increase initial duration time

2024-02-14 Thread hartmannathan
This is an automated email from the ASF dual-hosted git repository. hartmannathan 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 9fd1251dc examples/rmtchar: Increase

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

2024-02-14 Thread via GitHub
hartmannathan merged PR #2285: URL: https://github.com/apache/nuttx-apps/pull/2285 -- 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: rptun/rptun_initialize: add explicit initialization for variable

2024-02-14 Thread hartmannathan
This is an automated email from the ASF dual-hosted git repository. hartmannathan 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 87ad1196e1 rptun/rptun_initialize: add

Re: [PR] rptun/rptun_initialize: add explicit initialization for variable [nuttx]

2024-02-14 Thread via GitHub
hartmannathan merged PR #11687: URL: https://github.com/apache/nuttx/pull/11687 -- 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 typo error in quickstart compiling_cmake [nuttx]

2024-02-14 Thread via GitHub
KMSorSMS commented on PR #11694: URL: https://github.com/apache/nuttx/pull/11694#issuecomment-1944065348 > git commit --amend git push -f sincerely thx, it works! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] fix typo error in quickstart compiling_cmake [nuttx]

2024-02-14 Thread via GitHub
jerpelea commented on PR #11694: URL: https://github.com/apache/nuttx/pull/11694#issuecomment-1943870714 git commit --amend git push -f -- 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

Re: [PR] fix typo error in quickstart compiling_cmake [nuttx]

2024-02-14 Thread via GitHub
KMSorSMS commented on PR #11694: URL: https://github.com/apache/nuttx/pull/11694#issuecomment-1943781442 > please copy PR description as commit message I am trying, but wondering how to add this description to commit message, do I need to make another commit? -- This is an

[PR] fix typo error in quickstart compiling_cmake [nuttx]

2024-02-14 Thread via GitHub
KMSorSMS opened a new pull request, #11694: URL: https://github.com/apache/nuttx/pull/11694 I used ·· cd nuttx cmake -B build -DBOARD_CONFIG=stm32f401rc-rs485:nsh -GNinja ·· to config and when following the instruction in this official websites I found the command to use

Re: [PR] fixing typo error in quickstart compiling cmake doc [nuttx]

2024-02-14 Thread via GitHub
KMSorSMS closed pull request #11692: fixing typo error in quickstart compiling cmake doc URL: https://github.com/apache/nuttx/pull/11692 -- 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

Re: [PR] fixing typo error in quickstart compiling cmake doc [nuttx]

2024-02-14 Thread via GitHub
KMSorSMS commented on PR #11692: URL: https://github.com/apache/nuttx/pull/11692#issuecomment-1943717436 > please remove the "merge " oh, It's my fault, didn't know how to launch a pull request. May you close this PR I'll refork another one with a single commits? -- This is an

[PR] docs/tmpfs: add initial document [nuttx]

2024-02-14 Thread via GitHub
yf13 opened a new pull request, #11693: URL: https://github.com/apache/nuttx/pull/11693 ## Summary This adds initial document for using TMPFS based on my short experience, hoping to save people's time on guessing how to use. ## Impact None ## Testing

Re: [PR] fixing typo error in quickstart compiling cmake doc [nuttx]

2024-02-14 Thread via GitHub
jerpelea commented on PR #11692: URL: https://github.com/apache/nuttx/pull/11692#issuecomment-1943614881 please remove the "merge " -- 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

Re: [I] issue with c++ exceptions support + elf loading [nuttx]

2024-02-14 Thread via GitHub
abhishek-samsung commented on issue #11689: URL: https://github.com/apache/nuttx/issues/11689#issuecomment-1943585060 Hello @acassis , could you please help me with this issue? Are exceptions with elf loading working on any other ARM cortex M boards? Also, I found that all the newly

[PR] fixing typo error in quickstart compiling cmake doc [nuttx]

2024-02-14 Thread via GitHub
KMSorSMS opened a new pull request, #11692: URL: https://github.com/apache/nuttx/pull/11692 I used ·· cd nuttx cmake -B build -DBOARD_CONFIG=stm32f401rc-rs485:nsh -GNinja ·· to config and when following the instruction in this official websites I found the command to use