mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
333707e101
Generic drivers shoud not use architecture related config options like CONFIG_SAMV7_PWM. This commit adds PWM pin overwrite under generic configuration option CONFIG_PWM_OVERWRITE. Now the overwrite can be used on other architectures as well or can be completely disabled for SAMv7. Signed-off-by: Michal Lenc <michallenc@seznam.cz>