-
Hi @uLipe , is there any chance we get the update for 6-PWM BLDC driver for same purpose?
-
-
I was looking at PWM driver API interface because of one project and some possible changes have come to my mind. The current API utilizes two structures, `pwm_info_s` and `pwm_chan_s` with the latter …
-
pwm driver for the buzzer and servo motors.
-
**unable to configure PWM on teensy 4.1**
i am trying the "samples/basic/servo_motor" example for teensy41 board, below have attached the overlay for teensy41 but when i build the same i get error.…
-
```
> make driver/input/imx53_tablet
In file included from /data/genode-world/src/driver/input/imx53_tablet/egalax_ts.h:23,
from /data/genode-world/src/driver/input/imx53_tablet/…
-
Write ARM STM32F103 PWM driver supports:
- initiation function : errorType (void)
- change configuration : errorType (parameterID, newValue)
- change duty cycle : errorType (newDutyCycle)
- change fre…
-
As discussed in [#5469](https://github.com/zephyrproject-rtos/zephyr/pull/5469#issuecomment-373422463), current PWM API prevents dynamic prescaler computation.
Indeed, using get_cycles_per_sec in p…
-
构建时遇到如下错误:
```
drivers/pwm/pwm-phytium.c: In function ‘pwm_phytium_free’:
drivers/pwm/pwm-phytium.c:112:31: error: implicit declaration of function ‘pwm_get_chip_data’; did you mean ‘irq_get_chip…
-
While trying to get several servos to work, we noticed that the `MuxPwm` might be a little too restrictive. I am opening this issue first, as we might be wrong about this and we would like some feedba…