Re: NuttX config browser

2020-07-05 Thread Disruptive Solutions
See also http://nuttx.nl. I am using it for a long time already. Just know that, when you want to debug for a hardvault, you still need Eclipse. So it seems. Have fun with it. Ben

RE: NuttX config browser

2020-06-18 Thread Xiang Xiao
hanks Xiang > -Original Message- > From: Maciej Wójcik > Sent: Friday, June 19, 2020 7:14 AM > To: dev@nuttx.apache.org > Subject: Re: NuttX config browser > > They released today mentioned IDE > https://os.mbed.com/blog/entry/mbed-studio-1-release > > It is li

Re: NuttX config browser

2020-06-18 Thread Maciej Wójcik
at online version has the full feature as the local > version because vscode is built from JS, CSS, and HTML. > > > -Original Message- > > From: Maciej Wójcik > > Sent: Monday, June 1, 2020 11:23 AM > > To: dev@nuttx.apache.org > > Subject: Re: NuttX co

Re: NuttX config browser

2020-06-15 Thread Alan Carvalho de Assis
Maciej, >>> >>> Could you have an option to upload a defconfig to see the settings based >>> on >>> it? >>> >>> David >>> >>> -Original Message- >>> From: Maciej Wójcik [mailto:w8j...@gmail.com] >>> S

RE: NuttX config browser

2020-06-01 Thread David Sidrane
Hi Maciej, Could you have an option to upload a defconfig to see the settings based on it? David -Original Message- From: Maciej Wójcik [mailto:w8j...@gmail.com] Sent: Sunday, May 31, 2020 8:23 PM To: dev@nuttx.apache.org Subject: Re: NuttX config browser Hello Alan, A suggestion

RE: NuttX config browser

2020-06-01 Thread Xiang Xiao
t: Monday, June 1, 2020 11:23 AM > To: dev@nuttx.apache.org > Subject: Re: NuttX config browser > > Hello Alan, > > A suggestion: when the user click on the option it should be nice to > > see the Help for that option. > > > Sure, I will add a side pane. > >

Re: NuttX config browser

2020-06-01 Thread Alan Carvalho de Assis
Hi Maciej, On 6/1/20, Maciej Wójcik wrote: > Hello Alan, > > A suggestion: when the user click on the option it should be nice to >> see the Help for that option. > > > Sure, I will add a side pane. > > Regarding online IDE. I was trying few times to switch to online > development. The problem is

Re: NuttX config browser

2020-05-31 Thread Maciej Wójcik
g these to > >> the project would score pretty high (hint, hint, hint)Sent from Samsung > >> tablet. > >> Original message From: Brennan Ashton < > >> bash...@brennanashton.com> Date: 5/31/20 11:04 AM (GMT-06:00) To: > >>

Re: NuttX config browser

2020-05-31 Thread Alan Carvalho de Assis
t; tablet. >> Original message From: Brennan Ashton < >> bash...@brennanashton.com> Date: 5/31/20 11:04 AM (GMT-06:00) To: >> dev@nuttx.apache.org Subject: Re: NuttX config browser On Sun, May 31, >> 2020, 9:17 AM Maciej Wójcik wrote:> That docume

Re: NuttX config browser

2020-05-31 Thread Maciej Wójcik
g > tablet. > Original message From: Brennan Ashton < > bash...@brennanashton.com> Date: 5/31/20 11:04 AM (GMT-06:00) To: > dev@nuttx.apache.org Subject: Re: NuttX config browser On Sun, May 31, > 2020, 9:17 AM Maciej Wójcik wrote:> That document is > old, f

Re: NuttX config browser

2020-05-31 Thread spudaneco
oject would score pretty high (hint, hint, hint)Sent from Samsung tablet. Original message From: Brennan Ashton Date: 5/31/20 11:04 AM (GMT-06:00) To: dev@nuttx.apache.org Subject: Re: NuttX config browser On Sun, May 31, 2020, 9:17 AM Maciej Wójcik wrote:> That documen

Re: NuttX config browser

2020-05-31 Thread Brennan Ashton
On Sun, May 31, 2020, 9:17 AM Maciej Wójcik wrote: > That document is old, from NuttX 8.2 and needs to be updated. > > > Yes, now I remember that there was some page with configuration options. I > think it serves the purpose. It could be auto generated using CI, then it > wouldn't be outdated. S

Re: NuttX config browser

2020-05-31 Thread Gregory Nutt
On 5/31/2020 6:12 AM, Maciej Wójcik wrote: Hello, On many occasions I want to lookup configuration options in NuttX and I found it inconvenient to run `menuconfig` for this. So I quickly created a small web interface and deployed it here http://nuttx-config.nxtlabs.pl It allows browsing

Re: NuttX config browser

2020-05-31 Thread Alan Carvalho de Assis
Hi Maciej, The link is not opening here! BR, Alan On 5/31/20, Maciej Wójcik wrote: > Hello, > > On many occasions I want to lookup configuration options in NuttX and I > found it inconvenient to run `menuconfig` for this. > > So I quickly created a small web interface and deployed it here > >

NuttX config browser

2020-05-31 Thread Maciej Wójcik
Hello, On many occasions I want to lookup configuration options in NuttX and I found it inconvenient to run `menuconfig` for this. So I quickly created a small web interface and deployed it here http://nuttx-config.nxtlabs.pl It allows browsing and simple filtering of configuration entries.