Porting NuttX to STM32L431

2020-09-09 Thread Daniel Mesham
Hi I am attempting to port NuttX to the STM32L431CC on a custom board. I have done so by copying the config for the Nucleo-L432KC board, using pretty much the same procedure as described here: https://groups.google.com/g/nuttx/c/3p1ZF1lS8cw/m/FzPVR5omAgAJ. I have made a simple app that toggles

What happened to the nuttx nightly build?

2020-09-09 Thread Masayuki Ishikawa
Hi all, Does anybody know why the nuttx nightly build has stopped since Aug 22? https://builds.apache.org/job/NuttX-Nightly-Build/ Thanks, Masayuki

Re: What happened to the nuttx nightly build?

2020-09-09 Thread Brennan Ashton
The Jenkins was moved to a new system. I did not migrate it yet because we were blocked by INFRA they have now done their end. That said any reason to not just enable the nightly in GitHub instead of managing two build systems? This way MacOS would also be part of the nightly. It is a 2 line chang

Re: What happened to the nuttx nightly build?

2020-09-09 Thread Masayuki Ishikawa
I understand. Thanks, Masayuki On Thu, Sep 10, 2020 at 1:10 PM Brennan Ashton wrote: > The Jenkins was moved to a new system. I did not migrate it yet because we > were blocked by INFRA they have now done their end. > > That said any reason to not just enable the nightly in GitHub instead of >

Re: What happened to the nuttx nightly build?

2020-09-09 Thread Brennan Ashton
I now recall we were using it for the more parallel build debugging which we don't really get on the small GitHub machines, so it probably does make sense. I'll see what I can do tomorrow. Thanks for the reminder. --Brennan On Wed, Sep 9, 2020, 9:21 PM Masayuki Ishikawa wrote: > I understand.