Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
Sergio Rodriguez d8910a419b pwm: QMSI PWM driver
This creates the QMSI PWM driver which is simply a shim driver based
on the PWM driver provided by QMSI BSP.

In order to enable this driver, the following options should be set:
CONFIG_QMSI_DRIVERS=y
CONFIG_QMSI_INSTALL_PATH="/path/to/libqmsi/directory"
CONFIG_PWM=y
CONFIG_PWM_QMSI=y

Optionally this can be set:
CONFIG_PWM_QMSI_NUM_PORTS=Number of ports available, default is 1

Origin of the file: This file has been created from scratch

Change-Id: Icac90154d020babca1c11147056a3438b84b0d3f
Signed-off-by: Sergio Rodriguez <sergio.sf.rodriguez@intel.com>
2016-03-05 18:22:03 +00:00
arch uart: add ISR callback mechanism for UART drivers 2016-03-05 13:37:57 +00:00
boards uart: add ISR callback mechanism for UART drivers 2016-03-05 13:37:57 +00:00
doc doc: Edit microkernel_timers.rst with better ReST syntax to enhance readability. 2016-03-04 15:09:37 +00:00
drivers pwm: QMSI PWM driver 2016-03-05 18:22:03 +00:00
include uart: add ISR callback mechanism for UART drivers 2016-03-05 13:37:57 +00:00
kernel arch: & kernel: Updated Kconfigs to remove errors in html generation 2016-03-04 13:26:15 +00:00
lib libc-hooks: newlib's heap may use entire unused RAM 2016-02-27 09:57:19 +00:00
misc libc-hooks: newlib's heap may use entire unused RAM 2016-02-27 09:57:19 +00:00
net Bluetooth: Fix typo subscribtions to subscriptions 2016-03-04 11:21:27 +02:00
samples uart: add ISR callback mechanism for UART drivers 2016-03-05 13:37:57 +00:00
scripts sanitycheck: updated footprint numbers 2016-03-05 06:57:32 -05:00
tests test_bitfield: exercise sys_*_bit and sys_bitfield_*_bit 2016-03-04 15:12:07 +00:00
.checkpatch.conf checkpatch: Remove --no-signoff option 2016-02-05 20:25:12 -05:00
.gitattributes
.gitignore gitignore: make sure that SOC specific linker scripts stay visible 2016-03-04 18:31:42 +00:00
.gitreview Add a .gitreview file 2016-02-20 14:25:01 +00:00
.mailmap
Kbuild remove already resolved GENOFFSET_H dependency 2016-02-05 20:25:16 -05:00
Kconfig sanitize use of ARCH/SRCARCH 2016-02-05 20:25:04 -05:00
Kconfig.zephyr kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
LICENSE
Makefile Zephyr 1.1.0 2016-03-05 06:57:40 -05:00
Makefile.inc build: fix parallel builds of applications 2016-02-05 20:25:30 -05:00
zephyr-env.sh zephyr-env.sh: Set correctly $ZEPHYR_BASE in zsh 2016-03-03 14:53:40 +00:00