Re: NXView

2020-06-14 Thread Erdem MEYDANLI
> I would think that such an application would be a C++ development and would be usable both on Windows and Linux. << Would it be nice to have an application that utilizes HTML5 and CSS3 for the UI, communicates with the low-level parts of the app via WebSockets? (Lesser C++, but additiona

NuttX Online Workshop

2020-06-14 Thread Alan Carvalho de Assis
Hi Everybody, I hope you are fine and safe! As you probably know the NuttX 2020 Workshop Japan was cancelled because COVID-19. So, we are planing the NuttX Workshop (this time online) to Aug 15-16 2020. If you like to present about some project powered by NuttX, please subscribe to workshop lis

Re: NXView

2020-06-14 Thread Alan Carvalho de Assis
Hi Erdem, On 6/14/20, Erdem MEYDANLI wrote: sic > > I do agree. That would be such an invaluable tool. BTW, speaking of > particular hardware like FT245 gives me an idea. Well, this might sound a > little bit irrelevant, but what about taking it a step further and > developing a mini-SDK (NX-SDK)

Re: [nuttx] Re: NXView

2020-06-14 Thread Gregory Nutt
You sucked me in. It was only $8 to get one here tomorrow... and I am not sure I can find another use for it even if this does not work out. For those following along, you can find the board I am talking about on ebay, amazon, etc.. by looking for "EX-USB FX2LP" I ordered a couple of those fro

Re: NXView

2020-06-14 Thread Gregory Nutt
In the past NuttX used to have a Buildroot that was able to generate the toolchain, etc. It is still around, some time ago David Alessio fixed it. It generates more than that.  It generates most of the tools that you need including kconfig-frontends, genromfs, etc.  And it is easily extende

Re: NXView

2020-06-14 Thread Erdem MEYDANLI
Hi Alan, You are right. NuttX has a more comprehensive scope. For sure, what I proposed requires a lot of work. With or without OpenOCD, what I meant by SDK was a combination of (actively maintained) buildroot and a meta-tool like *West *in Zephyr. Those who haven't heard of Zephyr's meta-too

Re: NXView

2020-06-14 Thread Alan Carvalho de Assis
Hi Erdem, Right, I understood your idea! In fact Maciej already created it, see: https://hackaday.io/project/94372-upm-nuttx-project-manager https://gitlab.com/w8jcik/upm Did you try it? BR, Alan On 6/14/20, Erdem MEYDANLI wrote: > Hi Alan, > > > You are right. NuttX has a more comprehensi

Hold off merging PRs

2020-06-14 Thread spudaneco
I see a few new PRs coming in.  I want to remind everyone that tomorrow we plan the branch for release/9.1.  If committers could hold off merging until that branch is in place, the I think we have a chance for a good release candidate!Thanks! Then, after the branch , if any merges cause issues,

Re: Hold off merging PRs

2020-06-14 Thread Nathan Hartman
On Sun, Jun 14, 2020 at 11:04 PM spudaneco wrote: > I see a few new PRs coming in. I want to remind everyone that tomorrow we > plan the branch for release/9.1. If committers could hold off merging > until that branch is in place, the I think we have a chance for a good > release candidate!Than