Re: First time contributor PRs will need approval to run CI

2021-04-22 Thread Alin Jerpelea
Thanks for sharing Regards Alin On Fri, Apr 23, 2021, 05:31 Nathan Hartman wrote: > On Thu, Apr 22, 2021 at 11:26 PM Brennan Ashton > > wrote: > > > Just as a heads up Github has implemented a change to help combat spam > > accounts using our CI resources for crypto mining and the like. I >

Re: First time contributor PRs will need approval to run CI

2021-04-22 Thread Nathan Hartman
On Thu, Apr 22, 2021 at 11:26 PM Brennan Ashton wrote: > Just as a heads up Github has implemented a change to help combat spam > accounts using our CI resources for crypto mining and the like. I > don't know of any cases of this happening to this project, but many > other projects have been

First time contributor PRs will need approval to run CI

2021-04-22 Thread Brennan Ashton
Just as a heads up Github has implemented a change to help combat spam accounts using our CI resources for crypto mining and the like. I don't know of any cases of this happening to this project, but many other projects have been hit with this. Going forward the first time someone submits a PR a

Re: [ANNOUNCE] Apache NuttX (incubating) 10.0.1 and 9.1.1 Release

2021-04-22 Thread Masayuki Ishikawa
Brennan, thanks for the updates. On Thu, Apr 22, 2021 at 2:27 PM Brennan Ashton wrote: > On Wed, Apr 21, 2021 at 5:59 PM Masayuki Ishikawa > wrote: > > > > Hi, Brennan > > > > Sorry to reply to the old email but I noticed that the following tags > are missing in the github repositories. > > >

Re: Error with stm32f4discovery:usbnsh

2021-04-22 Thread Masayuki Ishikawa
Hi, all, I noticed that we need to backport the following PRs to the nuttx-10.0 branch. https://github.com/apache/incubator-nuttx/pull/2540 https://github.com/apache/incubator-nuttx-apps/pull/521 https://github.com/apache/incubator-nuttx-apps/pull/523 So, I've just added the backport/10.0 label

Re: DALI Interface Proposal

2021-04-22 Thread murat tologlu
I forgot to say: Machester encoder is just an exclusive or gate, manchester decoder is also an exclusive or gate ! If you ex-or the clock and the data then you get the manchester encoded code. At the receiver side, if you start and synchronize a same frequency free running clock with the

Re: DALI Interface Proposal

2021-04-22 Thread murat tologlu
This topic is your expertise ! On 2021/04/22 16:49:30, Gregory Nutt wrote: > > > Both the Microchip solution and the example I've mentioned above uses the > > UART to communicate with DALI Interface. I think we can consider the same. > > > A better design would be independent of the physical

Re: DALI Interface Proposal

2021-04-22 Thread Gregory Nutt
Both the Microchip solution and the example I've mentioned above uses the UART to communicate with DALI Interface. I think we can consider the same. A better design would be independent of the physical transport layer .

Re: DALI Interface Proposal

2021-04-22 Thread murat tologlu
Both the Microchip solution and the example I've mentioned above uses the UART to communicate with DALI Interface. I think we can consider the same. On 2021/04/22 15:56:51, murat tologlu wrote: > One of the best brief explanation of the Dali protocol is in Microchip TB3200 > Technical Brief

Re: DALI Interface Proposal

2021-04-22 Thread murat tologlu
One of the best brief explanation of the Dali protocol is in Microchip TB3200 Technical Brief (https://www.microchip.com/wwwAppNotes/AppNotes.aspx?appnote=en606182), also, DALI introduction on page 8 of this (

Re: Error with stm32f4discovery:usbnsh

2021-04-22 Thread Alan Carvalho de Assis
Hi Max, it appears you are using an outdated NuttX and/or board config During the compilation using out .config I got some errors: In file included from nuttxspace/nuttx/sched/mqueue/mqueue.h:38, from group/group_leave.c:44: nuttxspace/nuttx/include/nuttx/mqueue.h:103:26:

Re: Error with stm32f4discovery:usbnsh

2021-04-22 Thread Max Kriegleder
Yes, I am getting this error. NuttShell (NSH) NuttX-10.1.0 nsh> nsh: nsh_session: readline failed: 9 I haven't used NuttX on this board for a while, so I cannot say when this broke. I have attached the .config file, should be the auto-generated config file based on

Re: [VOTE] Apache NuttX 10.1.0 (incubating) RC0 release

2021-04-22 Thread Alin Jerpelea
It is perfect timing! I will cut RC1 with the fixes tonight Thanks Alin On Thu, Apr 22, 2021, 16:12 Nathan Hartman wrote: > On Thu, Apr 22, 2021 at 2:54 AM Alin Jerpelea wrote: > > > Hi Brennan, > > I think that we should backport them and I will cut RC1 > > Thanks > > Alin > > > > If I'm

Re: [VOTE] Apache NuttX 10.1.0 (incubating) RC0 release

2021-04-22 Thread Nathan Hartman
On Thu, Apr 22, 2021 at 2:54 AM Alin Jerpelea wrote: > Hi Brennan, > I think that we should backport them and I will cut RC1 > Thanks > Alin If I'm not too late, I fixed up the ReleaseNotes a little bit in PR-3570 > > > On Thu, Apr 22, 2021, 08:30 Brennan Ashton > wrote: > > > Alin, > >

Re: Using NuttX with custom bootloader

2021-04-22 Thread Sebastien Lorquet
Sorry, forgot to say that of course, VTOR is updated by the bootloader prior to jumping into the OS. BOOTCODE __attribute__((naked, noreturn)) void __boot_app(void)   {     __asm__ __volatile__ ("\t"     /* load SP (from 08004000) */     "movw r0, #0x4000  \n\t"    

Re: Using NuttX with custom bootloader

2021-04-22 Thread Sebastien Lorquet
Hello I did that and it works in a consumer product with a stm32 since, well, 2018 I think. Also in an open source product. my board uses a custom linker script that locates the start of the flash a bit farther than the usual start (one stm32 block or 16k IIRC) . Then I compile nuttx as

Re: [VOTE] Apache NuttX 10.1.0 (incubating) RC0 release

2021-04-22 Thread Alin Jerpelea
Hi Brennan, I think that we should backport them and I will cut RC1 Thanks Alin On Thu, Apr 22, 2021, 08:30 Brennan Ashton wrote: > Alin, > I think we should consider if we want to backport these into the > 10.1.0 release. I am still running more tests myself on all the > hardware I have, but

Re: [VOTE] Apache NuttX 10.1.0 (incubating) RC0 release

2021-04-22 Thread Brennan Ashton
Alin, I think we should consider if we want to backport these into the 10.1.0 release. I am still running more tests myself on all the hardware I have, but these seemed important to at least consider. https://github.com/apache/incubator-nuttx/pull/3586