acassis merged PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120
--
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...@nuttx.a
JorgeGzm commented on code in PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#discussion_r2229151601
##
netutils/xedge/Make.defs:
##
@@ -0,0 +1,35 @@
+
+# apps/netutils/xedge/Make.defs
+#
+
xiaoxiang781216 commented on code in PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#discussion_r2228778191
##
examples/xedge_demo/xedge_main.c:
##
@@ -0,0 +1,254 @@
+/***
+ * apps/examples/xed
xiaoxiang781216 commented on code in PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#discussion_r2228777579
##
netutils/xedge/Make.defs:
##
@@ -0,0 +1,35 @@
+
+# apps/netutils/xedge/Make.de
JorgeGzm commented on code in PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#discussion_r2228742300
##
examples/xedge_demo/Make.defs:
##
@@ -0,0 +1,24 @@
+
+# apps/examples/xedge_demo/Make
xiaoxiang781216 commented on code in PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#discussion_r2227147455
##
examples/xedge_demo/Make.defs:
##
@@ -0,0 +1,24 @@
+
+# apps/examples/xedge_de
JorgeGzm commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3110403738
Talking to @acassis, he asked to submit a separate commit changing the
whitelist that is in PR https://github.com/apache/nuttx/pull/16759
--
This is an automated message from the Ap
JorgeGzm commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3109890709
I’ve updated the whitelist in PR
[#16665](https://github.com/apache/nuttx/pull/16665) to allow mixed-case
identifiers used by the Xedge (Barracuda App Server) example.
The foll
acassis commented on code in PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#discussion_r2226347221
##
examples/xedge_demo/xedge_main.c:
##
@@ -0,0 +1,278 @@
+/***
+ * apps/examples/xedge_demo/
JorgeGzm commented on code in PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#discussion_r2224215407
##
examples/xedge_demo/xedge_main.c:
##
@@ -0,0 +1,278 @@
+/***
+ * apps/examples/xedge_demo
xiaoxiang781216 commented on code in PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#discussion_r2224140753
##
examples/xedge_demo/xedge_main.c:
##
@@ -0,0 +1,278 @@
+/***
+ * apps/examples/xed
JorgeGzm commented on code in PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#discussion_r2223620321
##
examples/xedge_demo/xedge_main.c:
##
@@ -0,0 +1,278 @@
+/***
+ * apps/examples/xedge_demo
xiaoxiang781216 commented on code in PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#discussion_r893744
##
examples/xedge_demo/Makefile:
##
@@ -0,0 +1,34 @@
+
+# apps/examples/xedge_dem
JorgeGzm commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3103112313
> but why not done in the correct way? it's a simple modification.
Sorry for the confusion. I was working on two different computers and only
just realized that I had been worki
acassis commented on code in PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#discussion_r686110
##
examples/xedge/Kconfig:
##
@@ -0,0 +1,49 @@
+#
+# Xedge IoT Toolkit - NuttX Kconfig integration
+#
+# Xedge is an embedded software toolkit designed to enable hig
acassis commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3102932472
> but why not done in the correct way? it's a simple modification.
@xiaoxiang781216 I think we missed it, he already separated xedge server and
xedge application
--
This is an
xiaoxiang781216 commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3102695754
but why not done in the correct way? it's a simple modification.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
acassis commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3102407313
@xiaoxiang781216 let's merge the example with the BAS integrated and then he
will separate it, otherwise this PR never will completed...
--
This is an automated message from the Apac
xiaoxiang781216 commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3100678239
@JorgeGzm why do you add me review again before you fix the issue I mention?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
xiaoxiang781216 commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3065483382
> @xiaoxiang781216 @cederom
>
> I have split the project into two separate paths and updated all the
documentation accordingly.
>
> However, I have encountered a n
JorgeGzm commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3062818031
@xiaoxiang781216 @cederom
I have split the project into two separate paths and updated all the
documentation accordingly.
However, I have encountered a new issue: when I
cederom commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3049681459
> > > @xiaoxiang781216: Before merged, this patch should separate xedge to
independent project and split one patch to two: one is xedge project and
another is xedge demo.
> >
>
xiaoxiang781216 commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3049052852
> > Before merged, this patch should separate xedge to independent project
and split one patch to two: one is xedge project and another is xedge demo.
>
> Thank you for t
JorgeGzm commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3048796588
> Before merged, this patch should separate xedge to independent project and
split one patch to two: one is xedge project and another is xedge demo.
Thank you for the feedback.
hartmannathan commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3047145775
> > Why does GitHub say it cannot be merged? Need to rebase or something?
>
>
>
> All comments must be resolved :-) There is still one open conversation :-)
O
JorgeGzm closed pull request #3120: examples/xedge: Add Xedge example with BAS
integration
URL: https://github.com/apache/nuttx-apps/pull/3120
--
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 spe
JorgeGzm commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3047133142
> > Why does GitHub say it cannot be merged? Need to rebase or something?
>
> All comments must be resolved :-) There is still one open conversation :-)
--
This is an
JorgeGzm commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3047131504
> > Por que o GitHub diz que não é possível mesclar? Precisa fazer rebase ou
algo assim?
>
> Todos os comentários devem ser resolvidos :-) Ainda há uma conversa em
aberto :-)
cederom commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3047084868
> Why does GitHub say it cannot be merged? Need to rebase or something?
All comments must be resolved :-) There is still one open conversation :-)
--
This is an automated messa
hartmannathan commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3047082447
Why does GitHub say it cannot be merged? Need to rebase or something?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
acassis commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3046911721
@xiaoxiang781216 @cederom PTAL
--
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 speci
acassis commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3044723483
@JorgeGzm please submit the suggested modifications
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
JorgeGzm commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3036635060
I followed the qemu-armv8a board tutorial to set up the build environment:
https://nuttx.apache.org/docs/latest/platforms/arm64/qemu/boards/qemu-armv8a/index.html
# Compi
cederom commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3036400714
Yup :-) GCC 14.2 AARCH64 needs to be used :-)
```
% ./tools/configure.sh -B qemu-armv8a:xedge
% gmake -j24 CROSSDEV=aarch64-none-elf-
(..)
Register: ping
Register:
cederom commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3036348494
Hmm I have this build error on FreeBSD, any hints welcome :-)
```
% ./tools/configure.sh -B qemu-armv8a:xedge
% gmake -j24 CROSSDEV=aarch64-none-elf-
(..)
done
Regi
JorgeGzm commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3036139279
@xiaoxiang781216 Could you check if there's anything else that needs to be
fixed.
In the PR https://github.com/apache/nuttx/pull/16665 I added an example of
how to use xedge wi
acassis commented on code in PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#discussion_r2185285286
##
examples/xedge/Kconfig:
##
@@ -0,0 +1,49 @@
+#
+# Xedge IoT Toolkit - NuttX Kconfig integration
+#
+# Xedge is an embedded software toolkit designed to enable hig
acassis commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3032018325
> > > why still contain error in your log?
>
> The two functions longjmp and setjmp, which are part of the standard C
library, are required by Lua. The fact that you get a link e
surfskidude commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3031873023
>> why still contain error in your log?
The two functions longjmp and setjmp, which are part of the standard C
library, are required by Lua. The fact that you get a link erro
xiaoxiang781216 commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3030519801
> > do you follow the suggestion from #3071?
>
> Yes, I tried to implement all the suggestions, please if I forget
something that is violating the nuttx rules tell me.
JorgeGzm commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3030392489
> > ## Testing
> > This routine is incomplete and still needs to be fixed.
I'm trying to talk to @surfskidude to fix the build error.
--
This is an automated message fr
JorgeGzm commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3030376983
> do you follow the suggestion from #3071?
Yes, I tried to implement all the suggestions, please if I forget something
that is violating the nuttx rules tell me.
--
This is a
xiaoxiang781216 commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3030291673
> ## Testing
>
> This routine is incomplete and still needs to be fixed.
>
> ```shell
> ./tools/configure.sh linum-stm32h753bi:netnsh
> ```
>
> Open th
xiaoxiang781216 commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3030288171
do you follow the suggestion from
https://github.com/apache/nuttx-apps/pull/3071?
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
JorgeGzm opened a new pull request, #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120
Create new example application that:
- Integrates BAS (Barracuda Application Server) library
- Automatically downloads BAS and BAS-Resources repositories
- Generates XedgeZip.c for embedded
45 matches
Mail list logo