Hi NuttXers,
Are you excited about attending the upcoming NuttX International Workshop
2023 at FEEC/Unicamp in Campinas, Brazil? To ensure a smooth journey, it's
essential to plan your travel and accommodation ahead of time.
In this article, we'll provide you with detailed information on how to
Hi,
Now I'm working on PWM.
I see there is at-least one example under apps/examples; however, I noticed
that it isn't part of menuconfig
so before I try to force it, is there a reason why it isn't included as an
example option in menuconfig?
Thanks,
Ed
Nevermind, I'm an idiot...
I didn't have CONFIG_PWM set...
Ed
Hi,
Now I'm working on PWM.
I see there is at-least one example under apps/examples; however, I noticed
that it isn't part of menuconfig
so before I try to force it, is there a reason why it isn't included as an
example option in men
Hi Ed,
Run:
$ make menuconfig
And inside menuconfig type "/" (without quotes) to search for symbols.
You can type PWM, but there are many PWM features so it is better to
search for EXAMPLES_PWM
It will return:
Symbol: EXAMPLES_PWM [=n]
Type : tristate
Prompt: Pulse width modulation (PWM) exam
Yep, thanks Alan,
That's exactly what I did.
I just posted the question too quickly.
My bad...
Ed
Hi Ed,
Run:
$ make menuconfig
And inside menuconfig type "/" (without quotes) to search for symbols.
You can type PWM, but there are many PWM features so it is better to
search for EXAMPLES_PWM
I