Re: pwm examples...

2023-07-17 Thread Ed Sutter
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

Re: pwm examples...

2023-07-17 Thread Alan C. Assis
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

Re: pwm examples...

2023-07-17 Thread Ed Sutter
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

pwm examples...

2023-07-17 Thread Ed Sutter
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