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

2020-04-26 Thread Apache Jenkins Server
See Changes: -- [...truncated 4.52 MB...] sched/pthread_setaffinity.d sched/pthread_setschedparam.d sched/pthread_setschedprio.d sched/pthread_setspeci

Re: Where in file header to put short description?

2020-04-26 Thread Nathan Hartman
On Sun, Apr 26, 2020 at 6:32 PM Gregory Nutt wrote: > > > Previously at some point, we discussed optionally putting a short (one > > line) description of a file's purpose somewhere in or near the Apache > > header. Where did we decide to put that (if we decided)? > > > > Thanks, > > Nathan > > >

Re: [ANNOUNCEMENT] Call for Validation of Apache NuttX 9.0.0 (incubating) RC0

2020-04-26 Thread Adam Feuer
Brennan, Cool, thanks for doing that check on Cygwin and WSL. I merged your PR. -adam On Sun, Apr 26, 2020 at 5:40 PM Brennan Ashton wrote: > Adam > I have a PR for the Windows documentation now as well and was able to do a > build both using Cygwin and WSL using the docs. > > Greg, > I did ru

Re: [ANNOUNCEMENT] Call for Validation of Apache NuttX 9.0.0 (incubating) RC0

2020-04-26 Thread Brennan Ashton
Adam I have a PR for the Windows documentation now as well and was able to do a build both using Cygwin and WSL using the docs. Greg, I did run into an issue with sim:nsh with Cygwin that I opened and issue on. Did I do something wrong or do we have a bug to fix in the releases/9.0 branch? https:

Re: Where in file header to put short description?

2020-04-26 Thread Gregory Nutt
Previously at some point, we discussed optionally putting a short (one line) description of a file's purpose somewhere in or near the Apache header. Where did we decide to put that (if we decided)? Thanks, Nathan https://cwiki.apache.org/confluence/display/NUTTX/Coding+Standard#fileorganiza

Where in file header to put short description?

2020-04-26 Thread Nathan Hartman
Previously at some point, we discussed optionally putting a short (one line) description of a file's purpose somewhere in or near the Apache header. Where did we decide to put that (if we decided)? Thanks, Nathan

Re: [ANNOUNCEMENT] Call for Validation of Apache NuttX 9.0.0 (incubating) RC0

2020-04-26 Thread Adam Feuer
Brennan, Awesome, thanks. I merged the PR. Re: incorporating this into the website– sounds great. Ideally we'd add the Companion to the NuttX documentation tree in the repo, and then generate HTML to put on the website. It's great to have docs that are versioned with the source code, so they matc

Re: [ANNOUNCEMENT] Call for Validation of Apache NuttX 9.0.0 (incubating) RC0

2020-04-26 Thread Brennan Ashton
On Sun, Apr 26, 2020 at 12:20 PM Adam Feuer wrote: > Re: quickstart examples, I'm willing to do some for macOS and Linux. Zephyr > has those and they are helpful as long as they are kept up to date. I could > do them for next release. > Adam, I just sent you a PR mostly around adding macOS to th

Re: Broken link? Windows Native kconfig-frontends

2020-04-26 Thread Nathan Hartman
On Sun, Apr 26, 2020 at 3:40 AM Brennan Ashton wrote: > I believe it is in there GitHub here: > https://github.com/uvc-ingenieure/kconfig-frontends and... On Sun, Apr 26, 2020 at 9:24 AM Gregory Nutt wrote: > There is a more recent port here: > http://reclonelabs.com/more-kconfig-awesomeness-fo

Re: [ANNOUNCEMENT] Call for Validation of Apache NuttX 9.0.0 (incubating) RC0

2020-04-26 Thread Adam Feuer
Re: quickstart examples, I'm willing to do some for macOS and Linux. Zephyr has those and they are helpful as long as they are kept up to date. I could do them for next release. What would be a couple of good, well-supported boards? Ideally boards that have USB 2.0 connectivity. I have a Sony Spre

Re: lpc54xx: Debugging I2C and wm8904

2020-04-26 Thread Andrei Stefanescu
Hi Dave, Thank you for your answer. Sorry for the very late reply. I couldn't find a patch for the mimxrt I2C that seemed to solve a similar issue. Moreover, I think that the lpc54_i2c driver is based on the lpc43 driver. However, a weird thing happens. If I change the code inside the wm8904 driv

Re: Is boards/arm/stm32f7/stm32f746-ws Waveshare board?

2020-04-26 Thread Gregory Nutt
So it is derived from the nucleo-144, which is interesting, since it has an 8MHz xtal as well. So far I thought it was derived from stm32f746g-disco, because some files say stm32f746g-disco in their comments, but no idea in which state the nucleo-144 tree was in 2016. This STM32 board configura

Re: Is boards/arm/stm32f7/stm32f746-ws Waveshare board?

2020-04-26 Thread Bernd Walter
On Sun, Apr 26, 2020 at 07:38:44AM -0600, Gregory Nutt wrote: > > >>I recently started playing with the Core746I board from waveshare. > >>It is quite different from the stm32f746g-disco. > >>Seeveral IO are differently, the SDRAM is connected to bank 2, it > >>has a different xtal. > >>The stm32f

Re: Is boards/arm/stm32f7/stm32f746-ws Waveshare board?

2020-04-26 Thread Gregory Nutt
I recently started playing with the Core746I board from waveshare. It is quite different from the stm32f746g-disco. Seeveral IO are differently, the SDRAM is connected to bank 2, it has a different xtal. The stm32f746-ws looks like it could be for the waveshare board. At least the PLL setup mak

Re: [ANNOUNCEMENT] Call for Validation of Apache NuttX 9.0.0 (incubating) RC0

2020-04-26 Thread Gregory Nutt
Windows have many atlernative: Cygwin, MSYS2, WSL and Native. We need select one(less setup, more stable and community favor) to avoid the user lose the focus. It will be great if the selected platform can build and test on Linux/macOS/WIndows. Regarding Windows, I think Native is the best for

Re: Is boards/arm/stm32f7/stm32f746-ws Waveshare board?

2020-04-26 Thread Nathan Hartman
On Sun, Apr 26, 2020 at 6:43 AM Bernd Walter wrote: > I recently started playing with the Core746I board from waveshare. > It is quite different from the stm32f746g-disco. > Seeveral IO are differently, the SDRAM is connected to bank 2, it > has a different xtal. > The stm32f746-ws looks like it

Re: Broken link? Windows Native kconfig-frontends

2020-04-26 Thread Gregory Nutt
In several places, the top-level README.txt mentions a specially modified version of the kconfig-frontends tool that can be used on Native Windows and provides a link: http://uvc.de/posts/linux-kernel-configuration-tool-mconf-under-windows.html There is a more recent port here: http://reclone

Re: Re: Hi,Any body have some idea about both cpu can access TCP/IP stack in CPU like STM32h767

2020-04-26 Thread Xiang Xiao
Sure, I can provide some experience if needed. On Sun, Apr 26, 2020 at 3:54 PM Disruptive Solutions < disruptivesolution...@gmail.com> wrote: > I am interested in Open-Amp and maybe a Zoom webinar would be a nice idea? > I could start something? > > Ben > > Op zo 26 apr. 2020 03:12 schreef stee..

Is boards/arm/stm32f7/stm32f746-ws Waveshare board?

2020-04-26 Thread Bernd Walter
I recently started playing with the Core746I board from waveshare. It is quite different from the stm32f746g-disco. Seeveral IO are differently, the SDRAM is connected to bank 2, it has a different xtal. The stm32f746-ws looks like it could be for the waveshare board. At least the PLL setup makes s

GT911 touch controller

2020-04-26 Thread Bernd Walter
I couldn't find a driver in the tree. I'm asking in case I just oversaw it. Otherwise I have to write it myself. -- B.Walter http://www.bwct.de Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm.

Re: Broken link? Windows Native kconfig-frontends

2020-04-26 Thread Brennan Ashton
On Sat, Apr 25, 2020, 9:02 PM Nathan Hartman wrote: > In several places, the top-level README.txt mentions a specially > modified version of the kconfig-frontends tool that can be used on > Native Windows and provides a link: > > > http://uvc.de/posts/linux-kernel-configuration-tool-mconf-under-w