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
f7009d3a95
zephyr
/
samples
/
basic
/
blink_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: blink_led: Add support for hexiwear_k64 The hexiwear_k64 board can drive the leds with a pwm, so update the blink_led sample to work with this board. Reduces the maximum blinking frequency from 500 Hz to 64 Hz because your eye can't distinguish these higher frequencies (the led appears solidly on). Increases the minimum blinking frequency from 0.5 Hz to 1 Hz because the mcux pwm driver can't handle frequencies less than 1 Hz. Jira: ZEP-2025 Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2017-07-25 01:49:59 +08:00
CONFIG_SYS_LOG=y
CONFIG_SYS_LOG_PWM_LEVEL=4