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
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
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
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
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
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