RE: Add license Kconfig for 3rd party binary blobs?

2022-05-16 Thread alin.jerpe...@sony.com
Hi all, Thanks for finding and reporting the issue I will add a license guard and scout for all other binary files ASAP Best regards Alin -Original Message- From: Tomek CEDRO Sent: den 15 maj 2022 23:40 To: dev@nuttx.apache.org Subject: Re: Add license Kconfig for 3rd party binary bl

Re: Network deadlock and priority inheritance.

2022-05-16 Thread Fotis Panagiotopoulos
Hi Nathan, you are right, changing this flag disables the priority inheritance, in contrast to what I thought initially. Thus, the bug manifests itself only when the semaphore has priority inheritance enabled. I would suspect an issue with the priority inheritance mechanism, and not network itse

Anyone using SAMv7 PWM?

2022-05-16 Thread Petro Karashchenko
Hello, Recently I've tried to use PWM on SAMe70 based board. I tried to execute PWM example from apps. The PWM on SAMv7 seems to be not functional, at least I observe only that pin goes high when PWM start is executed and the goes to low when PWM stop is executed. Is anyone using PWM with SAMv7 b

Re: Anyone using SAMv7 PWM?

2022-05-16 Thread Gregory Nutt
Recently I've tried to use PWM on SAMe70 based board. I tried to execute PWM example from apps. The PWM on SAMv7 seems to be not functional, at least I observe only that pin goes high when PWM start is executed and the goes to low when PWM stop is executed. Is anyone using PWM with SAMv7 based

Re: Anyone using SAMv7 PWM?

2022-05-16 Thread Michal Lenc
Hello, > Recently I've tried to use PWM on SAMe70 based board. I tried to execute > PWM example from apps. The PWM on SAMv7 seems to be not functional, at > least I observe only that pin goes high when PWM start is executed and the > goes to low when PWM stop is executed. what king of c

Re: Anyone using SAMv7 PWM?

2022-05-16 Thread Petro Karashchenko
Hi, I'm using SAME70-QMTECH board. defconfig file is attached. In general additionally to standard NSH config I have added: CONFIG_EXAMPLES_PWM=y CONFIG_PWM=y CONFIG_SAMV7_PWM0=y CONFIG_SAMV7_PWM0_CH2=y and added to my board.h: #define GPIO_PWMC0_H2 GPIO_PWMC0_H2_1 /* PD_22 */ The sam