Navigating Your Way to NuttX International Workshop 2023 in Campinas, Brazil: A Comprehensive Guide

2023-07-17 Thread Tiago Medicci Serrano
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

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

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

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