Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-03-26 Thread via GitHub
xiaoxiang781216 commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2755405392 > > @jerpelea > > > * SPDX-License-Identifier: Apache-2.0 > > > > > > Where should this go? In every file? > > every file that had a license ex: https://git

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-03-26 Thread via GitHub
xiaoxiang781216 merged PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807 -- 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...

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-03-06 Thread via GitHub
jerpelea commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2703303557 > @jerpelea > > > * SPDX-License-Identifier: Apache-2.0 > > Where should this go? In every file? every file that had a license ex: https://github.com/apache

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-03-05 Thread via GitHub
maxikrie commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2701776282 > * SPDX-License-Identifier: Apache-2.0 Where should this go? In every file? -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-03-04 Thread via GitHub
cederom commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2698884542 Thank you @maxikrie :-) Looks almost done... just a line to be removed from a git commit message after signature (`git commit --amend`).. and we are ready to go :-) THANKS!! :-) ```

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-02-19 Thread via GitHub
acassis commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2669967804 > @cederom I am confused why there are again long line issues? I fixed them previously and also ../nuttx/tools/checkpatch.sh -g HEAD~...HEAD doesn't complain.. Please run checkp

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-02-19 Thread via GitHub
cederom commented on code in PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#discussion_r1962498715 ## examples/nimble_blecent/peer.c: ## @@ -0,0 +1,926 @@ +/ + * apps/examples/nimble_blece

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-02-19 Thread via GitHub
maxikrie commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2669961868 @cederom I am confused why there are again long line issues? I fixed them previously and also ../nuttx/tools/checkpatch.sh -g HEAD~...HEAD doesn't complain.. -- This is an automat

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-02-10 Thread via GitHub
cederom commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2649286019 Thank you @maxikrie, awesome work!! :-) Please squash so we have everything bundled into one single commit with common description and we are ready to go :-) -- This is an automated

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-02-09 Thread via GitHub
xiaoxiang781216 commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2646750362 @maxikrie please sqaush your patch into by git rebase --interactive HEAD~8 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-02-07 Thread via GitHub
maxikrie commented on code in PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#discussion_r1947254062 ## examples/nimble_blecent/misc.c: ## @@ -0,0 +1,243 @@ +/ + * apps/examples/nimble_blec

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-02-07 Thread via GitHub
maxikrie commented on code in PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#discussion_r1947254360 ## examples/nimble_blecent/misc.c: ## @@ -0,0 +1,210 @@ +/ + * apps/examples/nimble_blec

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-01-29 Thread via GitHub
cederom commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2623386622 ping @maxikrie :-) -- 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.

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-01-10 Thread via GitHub
lupyuen commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2582325441 @maxikrie Could you try rebasing with the latest `master` branch? The branch looks rather old (Oct 30). Also the CI Check seems to be running OK for the latest builds. Thanks!

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-01-10 Thread via GitHub
raiden00pl commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2582278634 does anyone have any idea why CI is returning nxstyle errors unrelated to PR content? https://github.com/user-attachments/assets/5012fd41-a6ec-4836-8ebd-1ba758744002"; />

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-01-10 Thread via GitHub
raiden00pl commented on code in PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#discussion_r1910138761 ## examples/nimble_bleprph/nimble_bleprph_main.c: ## @@ -0,0 +1,447 @@ +/ + * apps/exa

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-01-10 Thread via GitHub
raiden00pl commented on code in PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#discussion_r1910135097 ## examples/nimble_blecent/misc.c: ## @@ -0,0 +1,243 @@ +/ + * apps/examples/nimble_bl

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-01-10 Thread via GitHub
raiden00pl commented on code in PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#discussion_r1910132702 ## examples/nimble_blecent/misc.c: ## @@ -0,0 +1,243 @@ +/ + * apps/examples/nimble_bl

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-01-09 Thread via GitHub
maxikrie commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2580704360 I am not sure, should I look into this? I am just checking since I didn't touch these and they didn't appear to be an issue when I run the nxstyle tool. I want to make sure this is no

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-01-09 Thread via GitHub
cederom commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2579921130 Thank you @maxikrie :-) Most of the formatting issues detected by CI are in the codebase already: https://github.com/apache/nuttx-apps/actions/runs/12679172534/job/35340025084

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-01-09 Thread via GitHub
maxikrie commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2579848178 I fixed the formatting issues and fixed an error in the Makefile (I previously had only tested the CMake build), but there are again failed checks. Can somebody check? I am not sure w

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-01-09 Thread via GitHub
maxikrie commented on code in PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#discussion_r1908559469 ## examples/nimble_blecent/Kconfig: ## @@ -0,0 +1,30 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in th

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-01-08 Thread via GitHub
maxikrie commented on code in PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#discussion_r1907876555 ## examples/nimble_blecent/Kconfig: ## @@ -0,0 +1,30 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in th

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2024-12-20 Thread via GitHub
acassis commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2557145426 ping @maxikrie -- 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. T

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2024-11-23 Thread via GitHub
xiaoxiang781216 commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2495623420 > @cederom Is there a way to check whether my changes will pass the check before committing? I read the documentation on [pre-commit](https://nuttx.apache.org/docs/latest/contr

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2024-11-23 Thread via GitHub
maxikrie commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2495446536 @cederom Is there a way to check whether my changes will pass the check before committing? I read the documentation on [pre-commi](https://nuttx.apache.org/docs/latest/contributing/co

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2024-11-02 Thread via GitHub
cederom commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2453018597 Source code still needs reformat, @maxikrie please take a look at: * https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md * https://nuttx.apache.org/docs/latest/contributin

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2024-11-02 Thread via GitHub
cederom commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2453017957 CI checkpatch is now fixed, CI restarted :-) -- 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 g

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2024-11-01 Thread via GitHub
raiden00pl commented on code in PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#discussion_r1826123562 ## examples/nimble_blecent/Kconfig: ## @@ -0,0 +1,30 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2024-11-01 Thread via GitHub
raiden00pl commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2452311501 @maxikrie Mynewt The mynewt coding standard is far from the NuttX coding standard, so the code will be a lot different anyway. Keeping 2 examples demonstrating the same functionalit

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2024-11-01 Thread via GitHub
maxikrie commented on code in PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#discussion_r1826086880 ## examples/nimble_blecent/misc.c: ## @@ -0,0 +1,210 @@ +/ + * apps/examples/nimble_blec

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2024-11-01 Thread via GitHub
maxikrie commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2452256092 > why not modify the current nimble peripheral example (https://github.com/apache/nuttx-apps/blob/master/examples/nimble/nimble_main.c)? do we need 2 different examples for this?

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2024-10-31 Thread via GitHub
raiden00pl commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2449874312 why not modify the current nimble peripheral example (https://github.com/apache/nuttx-apps/blob/master/examples/nimble/nimble_main.c)? do we need 2 different examples for this? --

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2024-10-31 Thread via GitHub
acassis commented on code in PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#discussion_r1824453921 ## examples/nimble_blecent/misc.c: ## @@ -0,0 +1,210 @@ +/ + * apps/examples/nimble_blece

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2448632165 This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

[PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2024-10-30 Thread via GitHub
maxikrie opened a new pull request, #2807: URL: https://github.com/apache/nuttx-apps/pull/2807 ## Summary These example apps create a BLE central and peripheral based on mynewt-nimBLE and work in companion. The apps are mostly based on their equivalents, which can be found at https://gi