Re: [DISCUSS] Release Notes

2020-04-03 Thread Nathan Hartman
On Thu, Apr 2, 2020 at 8:11 PM Adam Feuer wrote: > Ok, so let's split up the PRs with the three people we have now, Abdelatif, > Nathan, and me. As new people join, we can give them ranges to look at. > > Let's do features first: > >- Abdelatif: PRs: 1-232 >- Nathan: PRs: 233-465 >-

Re: Problem with imxrt Kconfig file?

2020-04-03 Thread Pelle Windestam
> > depends on IMXRT_DTCM > 0 > > This syntax does not work for older versions of kconfig-frontends. > Try to update your kconfig-frontends or build it yourself from source (eg > from here ttps://bitbucket.org/nuttx/tools/src/master/kconfig-frontends/) > > > Thanks, updating kconfig-frontends did

Re: STM32H7 support

2020-04-03 Thread John Rippetoe
Hi David, Assuming the H7 is a superset of the F7. By comparing the features, as realized by IP blocks, in the F7 to the H7 one can identify the new IP blocks that have not been supported. I see. I wasn't sure if there was some sort of dedicated comparison sheet somewhere that I was

Re: binary loader ELF file size limits

2020-04-03 Thread Alan Carvalho de Assis
Hi Florian, The error -29 is -ESPIPE : Illegal seek. Probably it comes from here: if (offset > iob->io_pktlen) { ioberr("ERROR: offset is past the end of data: %u > %u\n", offset, iob->io_pktlen); return -ESPIPE; } Please try to enable CONFIG_IOB_DEBUG and

binary loader ELF file size limits

2020-04-03 Thread Florian Wehmeyer
Hi all, I need to update my app running on nuttx 8.2 system in a simple way, this is why I've chosen the "Release System with ELF Programs: No Symbol Tables" approach. My problem is the size of my elf file, it is up to 12K. This is basically because I've packed all the features into 1 task

Re: tools/testbuild.sh breaks non-git usage

2020-04-03 Thread Nathan Hartman
On Fri, Apr 3, 2020 at 1:09 AM Xiang Xiao wrote: > Takashi provide a patch fix this issue: > https://github.com/apache/incubator-nuttx/pull/701 > The new behivour is: > 1.The default action restore to "make distclean" > 2.-G option trigger "git clean -xfdq" > Thank you to everyone! This script

Re: Problem with imxrt Kconfig file?

2020-04-03 Thread raiden00pl .
> depends on IMXRT_DTCM > 0 This syntax does not work for older versions of kconfig-frontends. Try to update your kconfig-frontends or build it yourself from source (eg from here ttps://bitbucket.org/nuttx/tools/src/master/kconfig-frontends/) pt., 3 kwi 2020 o 10:30 Pelle Windestam napisaƂ(a):

Problem with imxrt Kconfig file?

2020-04-03 Thread Pelle Windestam
I just tried to configure nuttx (from the master branch) for the stm32f103-minimum:usbnsh board/configuration. But when I run "tools/configure.sh -a ../incubator-nuttx-apps/ stm32f103-minimum:usbnsh" I get the following error: Copy files Select CONFIG_HOST_LINUX=y Refreshing...

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

2020-04-03 Thread Apache Jenkins Server
See Changes: -- [...truncated 1.14 MB...]