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
99f64c1e47
zephyr
/
samples
/
basic
/
fade_led
/
prj.conf
6 lines
97 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
samples: fade_led: Add support for hexiwear_k64 The hexiwear_k64 board can drive the leds with a pwm, so update the fade_led sample to work with this board. Jira: ZEP-2025 Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2017-07-25 03:20:42 +08:00
CONFIG_SYS_LOG=y
CONFIG_SYS_LOG_PWM_LEVEL=4