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
d3528cf001
zephyr
/
samples
/
basic
/
blink_led
/
prj.conf
6 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples/nanokernel: add a sample to utilize PWM on Arduino 101 This adds a sample app to utilize the PWM on Arduino 101 via the pwm_dw driver. Refer to the source file header for more information. Change-Id: I0ad0f24242185b7b99e66445629d676ffde0bba3 Signed-off-by: Daniel Leung <daniel.leung@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-12-23 04:34:27 +08:00
CONFIG_STDOUT_CONSOLE=y
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
CONFIG_PWM_LOG_LEVEL_DBG=y