Re: [PR] Adding new example Xedge [nuttx-apps]

2025-07-02 Thread via GitHub
xiaoxiang781216 closed pull request #3071: Adding new example Xedge URL: https://github.com/apache/nuttx-apps/pull/3071 -- 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 unsub

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-20 Thread via GitHub
acassis commented on PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#issuecomment-2894224874 @surfskidude you didn't need to close the PR to do the git push -f, I think it explains why there is not new commits here -- This is an automated message from the Apache Git Service.

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-19 Thread via GitHub
surfskidude closed pull request #3071: Adding new example Xedge URL: https://github.com/apache/nuttx-apps/pull/3071 -- 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 unsubscri

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-10 Thread via GitHub
xiaoxiang781216 commented on PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#issuecomment-2869398485 @surfskidude here is a new example how to integrate 3rd party library, please study and change your patch as needed: https://github.com/apache/nuttx-apps/pull/3074 -- This i

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-10 Thread via GitHub
xiaoxiang781216 commented on PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#issuecomment-2868873635 let me change this patch to draft until it follow the nuttx guide. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-10 Thread via GitHub
xiaoxiang781216 commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2083195116 ## examples/xedge/prepare.sh: ## @@ -0,0 +1,20 @@ +#!/bin/bash +# This script clones the required repos and builds the Xedge resource file Review Comment:

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
simbit18 commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2081642652 ## examples/xedge/Kconfig: ## @@ -0,0 +1,46 @@ +# +# Xedge IoT Toolkit - NuttX Kconfig integration +# +# Xedge is an embedded software toolkit designed to enable hi

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
surfskidude commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2082851662 ## examples/xedge/prepare.sh: ## @@ -0,0 +1,20 @@ +#!/bin/bash +# This script clones the required repos and builds the Xedge resource file Review Comment: I

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
surfskidude commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2082849781 ## examples/xedge/xedge_main.c: ## @@ -0,0 +1,207 @@ +/ + * xedge_main.c + * + * Co

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
xiaoxiang781216 commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2082810660 ## examples/xedge/xedge_main.c: ## @@ -0,0 +1,207 @@ +/ + * xedge_main.c + * + *

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
xiaoxiang781216 commented on PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#issuecomment-2868323396 please 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 use the URL abov

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
xiaoxiang781216 commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2082810330 ## examples/xedge/Kconfig: ## @@ -0,0 +1,29 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
raiden00pl commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2082336926 ## examples/xedge/xedge_main.c: ## @@ -0,0 +1,169 @@ +/* Xedge NuttX Startup Code (may need adjustments) + * + * Xedge, including this startup code, requires the

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
surfskidude commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2082251005 ## examples/xedge/xedge_main.c: ## @@ -0,0 +1,169 @@ +/* Xedge NuttX Startup Code (may need adjustments) + * + * Xedge, including this startup code, requires the

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
surfskidude commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2082251005 ## examples/xedge/xedge_main.c: ## @@ -0,0 +1,169 @@ +/* Xedge NuttX Startup Code (may need adjustments) + * + * Xedge, including this startup code, requires the

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
raiden00pl commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2082227939 ## examples/xedge/xedge_main.c: ## @@ -0,0 +1,169 @@ +/* Xedge NuttX Startup Code (may need adjustments) + * + * Xedge, including this startup code, requires the

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
surfskidude commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2082128795 ## examples/xedge/xedge_main.c: ## @@ -0,0 +1,169 @@ +/* Xedge NuttX Startup Code (may need adjustments) + * + * Xedge, including this startup code, requires the

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
surfskidude commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2081915165 ## examples/xedge/xedge_main.c: ## @@ -0,0 +1,169 @@ +/* Xedge NuttX Startup Code (may need adjustments) + * + * Xedge, including this startup code, requires the

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
raiden00pl commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2082014775 ## examples/xedge/xedge_main.c: ## @@ -0,0 +1,169 @@ +/* Xedge NuttX Startup Code (may need adjustments) + * + * Xedge, including this startup code, requires the

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
surfskidude commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2081993060 ## examples/xedge/xedge_main.c: ## @@ -0,0 +1,169 @@ +/* Xedge NuttX Startup Code (may need adjustments) + * + * Xedge, including this startup code, requires the

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
surfskidude commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2081696093 ## examples/xedge/Kconfig: ## @@ -0,0 +1,46 @@ +# +# Xedge IoT Toolkit - NuttX Kconfig integration +# +# Xedge is an embedded software toolkit designed to enable

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
surfskidude commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2081973726 ## examples/xedge/xedge_main.c: ## @@ -0,0 +1,169 @@ +/* Xedge NuttX Startup Code (may need adjustments) + * + * Xedge, including this startup code, requires the

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
raiden00pl commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2081963814 ## examples/xedge/xedge_main.c: ## @@ -0,0 +1,169 @@ +/* Xedge NuttX Startup Code (may need adjustments) + * + * Xedge, including this startup code, requires the

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
surfskidude commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2081782318 ## examples/xedge/xedge_main.c: ## @@ -0,0 +1,169 @@ +/* Xedge NuttX Startup Code (may need adjustments) + * + * Xedge, including this startup code, requires the

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
raiden00pl commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2081817934 ## examples/xedge/xedge_main.c: ## @@ -0,0 +1,169 @@ +/* Xedge NuttX Startup Code (may need adjustments) + * + * Xedge, including this startup code, requires the

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
surfskidude commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2081787014 ## examples/xedge/Kconfig: ## @@ -0,0 +1,29 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the Nutt

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
surfskidude commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2081782318 ## examples/xedge/xedge_main.c: ## @@ -0,0 +1,169 @@ +/* Xedge NuttX Startup Code (may need adjustments) + * + * Xedge, including this startup code, requires the

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
surfskidude commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2081781229 ## examples/xedge/xedge_main.c: ## @@ -0,0 +1,169 @@ +/* Xedge NuttX Startup Code (may need adjustments) + * + * Xedge, including this startup code, requires the

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
xiaoxiang781216 commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2081772131 ## examples/xedge/Kconfig: ## @@ -0,0 +1,29 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
raiden00pl commented on PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#issuecomment-2866493354 @surfskidude I'm not talking about Xedge sources, I'm talking about sources that are added to NuttX repositories in this PR :) I understand that external functions may not meet the

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
raiden00pl commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2081664671 ## examples/xedge/xedge_main.c: ## @@ -0,0 +1,169 @@ +/* Xedge NuttX Startup Code (may need adjustments) + * + * Xedge, including this startup code, requires the

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
simbit18 commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2081651992 ## examples/xedge/Makefile: ## @@ -0,0 +1,35 @@ + +# apps/examples/xedge/Make.defs Revi

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
surfskidude commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2081625142 ## examples/xedge/Kconfig: ## @@ -0,0 +1,29 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the Nutt

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
surfskidude commented on PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#issuecomment-2866455814 > The added files are far from the coding standard we use in NuttX. Also, the external project should be automatically downloaded, unpacked and configured without any user interven

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
surfskidude commented on PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#issuecomment-2866253907 OK, I updated a few things and ran git commit -s ... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-09 Thread via GitHub
jerpelea commented on PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#issuecomment-2865795111 please remove the merge commit -- 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 spec

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-08 Thread via GitHub
acassis commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2079597339 ## examples/xedge/Kconfig: ## @@ -0,0 +1,29 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX to

[PR] Adding new example Xedge [nuttx-apps]

2025-05-08 Thread via GitHub
surfskidude opened a new pull request, #3071: URL: https://github.com/apache/nuttx-apps/pull/3071 Draft build instructions: Xedge on NuttX == Xedge is a robust IoT and web framework that is designed for microcontrollers. It is based on the industrial-grade Barrac