This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
6653fd945f
zephyr
/
samples
/
basic
/
rgb_led
/
prj.conf
4 lines
42 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: pwm: use new API and add rgb led app Add a new pwm app (rgb led) using the new API. Following the recent pwm RFC, all existing APIs will be deprecated. Two new APIs will be added. The changes for the new APIs and the required driver function have been posted. To demonstrate the usage of the new PWM APIs, this app to drive a rgb led is added. It will use the new API pwm_pin_set_usec(). This app will be located in a new sub directory. Jira: ZEP-745 ZEP-1029 Origin: Original Change-Id: If8e5d8ab22dcf8b7cf3665e38949715c61ca9c03 Signed-off-by: Baohong Liu <baohong.liu@intel.com>
2016-10-19 06:35:20 +08:00
CONFIG_PRINTK=y
CONFIG_PWM=y
driver: pwm: use new logger move PWM driver to use new logger. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-09-23 09:02:55 +08:00
CONFIG_LOG=y