[nuttx][avr] Issues while building avr (atmega) board example.

2020-07-15 Thread Pavel Ionut
Hello, Basically I'm trying to build the moteino-mega board example and I found some issues. I have prepared a fix for all of these issues, but first of all I want your opinion on one of the issues. Seems like the linux avr-gcc does not include double_t as a type inside the compiler provided , an

Re: [nuttx][avr] Issues while building avr (atmega) board example.

2020-07-16 Thread Pavel Ionut
Hello, I created a PR for the build issue. Will have a go at the CI stuff. Regards. On Thu, Jul 16, 2020 at 5:48 PM Xiang Xiao wrote: > > > > -Original Message- > > From: Pavel Ionut > > Sent: Wednesday, July 15, 2020 6:48 PM > > To: dev@nuttx.apach

Re: [nuttx][avr] Issues while building avr (atmega) board example.

2020-07-16 Thread Pavel Ionut
official releases would be desirable. Regards. On Thu, Jul 16, 2020 at 8:15 PM Pavel Ionut < pavel.ionut.catalin...@gmail.com> wrote: > Hello, > > I created a PR for the build issue. > Will have a go at the CI stuff. > > Regards. > > On Thu, Jul 16, 2020

Re: [nuttx][avr] Issues while building avr (atmega) board example.

2020-07-17 Thread Pavel Ionut
> > Subject: Re: [nuttx][avr] Issues while building avr (atmega) board > example. > > > > Could we put the compilers in a private repository or web server? Maybe > Apache has solved this problem before. > > > > -adam > > > > On Thu, Jul 16, 2020 at 12:21 PM

Out of tree board definition

2020-07-17 Thread Pavel Ionut
Hello, As i read in some posts and scrolled through configure.sh, it should be possible to have a board definition outside the nuttx/boards/** location. My current setup is: apps - (submodule) nuttx - (submodule) board - Makefile - Make.defs - defconfig However, if I do cd nu

Re: Out of tree board definition

2020-07-17 Thread Pavel Ionut
on. Maybe my search terms were wrong. Also, this feature seems to be missing from ./configure.sh -h Regards On Fri, Jul 17, 2020 at 5:07 PM Gregory Nutt wrote: > On 7/17/2020 7:52 AM, Pavel Ionut wrote: > > Hello, > > > > As i read in some posts and scrolled through configure