This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
6376d90c3d
Branches
Tags
View all branches
nuttx
/
arch
/
arm
History
Simon Filgis
6376d90c3d
In case of SAMV7 it is possible to overwrite the pwm output with 0 or 1 immediately. Changing the dutycycle to 0 or 100 will take effect only on end of cycle, which could be to late for some applications.
...
This solution adds a overwrite flag and value when updating the duty cycle.
2022-11-16 12:07:09 +08:00
..
include
arch/arm: Fix types.h:61:9: error: unknown type name '__UINT32_TYPE__'
2022-11-06 07:14:39 +01:00
src
In case of SAMV7 it is possible to overwrite the pwm output with 0 or 1 immediately. Changing the dutycycle to 0 or 100 will take effect only on end of cycle, which could be to late for some applications.
2022-11-16 12:07:09 +08:00
Kconfig
arm/toolchain: update toolchain comment to avoid confusion
2022-10-25 12:33:46 +08:00