RE: Roadmap?

2020-08-05 Thread Xiang Xiao
I would see the automation test on the roadmap, thanks. > -Original Message- > From: Matias N. > Sent: Wednesday, August 5, 2020 4:59 AM > To: dev@nuttx.apache.org > Subject: Re: Roadmap? > > Having a (public) roadmap is very good idea, it guides and organizes efforts > over time and al

Re: Roadmap?

2020-08-05 Thread Maciej Wójcik
1) More opinionated documentation a) In particular clear instructions: – where to get compilers for C/C++ – how to setup project with an application outside of nuttx, and clear [apps], [libs], [board], [nuttx] structure – how to set up your own board These questions are recurring. The

Re: Roadmap?

2020-08-05 Thread Matias N.
On Wed, Aug 5, 2020, at 13:35, Maciej Wójcik wrote: > 1) More opinionated documentation > a) In particular clear instructions: > – where to get compilers for C/C++ > – how to setup project with an application outside of nuttx, and clear > [apps], [libs], [board], [nuttx] structure > –

Build failed in Jenkins: NuttX-Nightly-Build #243

2020-08-05 Thread Apache Jenkins Server
See Changes: -- Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. [EnvInject] - Preparing an environment for the build. [EnvInject] - Keeping Jenkin

Re: Build failed in Jenkins: NuttX-Nightly-Build #243

2020-08-05 Thread Brennan Ashton
I'm fixing this and restarting the job. There was a change in the Docker file and the Jenkins job needed to get updated to match. --Brennan On Wed, Aug 5, 2020 at 5:39 PM Apache Jenkins Server wrote: > > See > > Changes: >

Jenkins build is back to normal : NuttX-Nightly-Build #244

2020-08-05 Thread Apache Jenkins Server
See

Re: Nuttx was found to be a strange error compiling on Macos

2020-08-05 Thread Nii Jyeni
Thanks Alan, I re-downloaded the source code and the problem was solved.It's a bit strange. > 2020年8月3日 下午10:04,Nii Jyeni 写道: > > OS:MacOS > Nuttx:nightly > Arm-none-eabi-gcc:7.3.1 > > … > arning: /Library/Developer/CommandLineTools/usr/bin/ranlib: warning for > library: libbinfmt.a the table

ADC Examples error?

2020-08-05 Thread Nii Jyeni
I found a strange problem when using the latest source code to test the ADC example. The analog value can be obtained when the ADC example is run for the first time. When the ADC example is run again, it is blocked and it looks like it is dead. But send Ctrl+C to the console can terminate it. O