NuttX seminar online 1th April 2020 14:30 European time

2020-03-30 Thread Disruptive Solutions
In these Corona days I have the idea to make a online seminar “Getting started with Nuttx”. I also made a VirtualBox image for the participants. I am still learning Nuttx myself, but you learn the most when you teach right? https://us04web.zoom.us/j/361350421?pwd=RGlhUkcxOG5XOUhDYVdINks5eFVrZz09

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

2020-03-30 Thread Apache Jenkins Server
See Changes: -- [...truncated 515.51 KB...] Configuration/Tool: sim/tcpblaster

Re: [DISCUSS] Release Notes

2020-03-30 Thread Adam Feuer
Here's a list of all closed PRs since 2019-11-16, the date of NuttX release 8.2: https://github.com/apache/incubator-nuttx/pulls?q=is%3Apr+is%3Aclosed+closed%3A%3E2019-11-16+ There are 613 closed PRs. This might be motivation to get back to doing them every two months. :) -adam On Sun, Mar 29,

Re: The Release

2020-03-30 Thread Adam Feuer
Ok, I copied that release checklist and put in the wiki here: https://cwiki.apache.org/confluence/display/NUTTX/Release+9.0+Checklist We can edit to check off items as needed. -adam On Sun, Mar 29, 2020 at 2:15 PM Justin Mclean wrote: > Hi, > > I would make a check list like so [1], this one

USB Host drive porting - after enumeration....

2020-03-30 Thread Phani Kumar
Hi Greg and all, I am currently at the last stage of USB Host driver (currently using HID KBD for test) development. If any of you have developed this kind of Host driver/ ported - please let me know, your suggestions/ comments/ observations. It would help me a lot. Currently I am done with the b

Re: CONFIG_SMP_IDLETHREAD_STACKSIZE vs CONFIG_IDLETHREAD_STACKSIZE

2020-03-30 Thread Gregory Nutt
these configs have the following default values: CONFIG_SMP_IDLETHREAD_STACKSIZE=2048 CONFIG_IDLETHREAD_STACKSIZE=1024 is there any rationale of these values? the kconfig help text seems to suggest the opposite; the SMP one should be smaller. Partially.  Yes, there is a reason for the

CONFIG_SMP_IDLETHREAD_STACKSIZE vs CONFIG_IDLETHREAD_STACKSIZE

2020-03-30 Thread Takashi Yamamoto
hi, these configs have the following default values: CONFIG_SMP_IDLETHREAD_STACKSIZE=2048 CONFIG_IDLETHREAD_STACKSIZE=1024 is there any rationale of these values? the kconfig help text seems to suggest the opposite; the SMP one should be smaller.