Go to file
Andre Guedes 635351bcdd drivers: Add infrastructure for QMSI drivers
This patch introduces the infrastructure required to enable QMSI drivers.
QMSI drivers are shim drivers based on drivers provided by QMSI BSP. The
BSP provides a static library (libqmsi) which implements several drivers
for peripherals from Intel MCUs.

Next patch will introduce the first QMSI driver (watchdog driver) which
will rely on the infrastructure introduced by this patch.

Change-Id: Ic7da5d0249af0629eef8c91d124a153f84d4a76e
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:25:15 -05:00
arch kbuild: Move CONFIG_STACK_CANARIES check 2016-02-05 20:25:15 -05:00
boards quark-se: Add the development board support 2016-02-05 20:25:15 -05:00
doc doc: Change README to reflect new API documentation. 2016-02-05 20:25:15 -05:00
drivers drivers: Add infrastructure for QMSI drivers 2016-02-05 20:25:15 -05:00
include device: add a new macro to obtain the device object symbol name 2016-02-05 20:25:15 -05:00
kernel nano_timers: Simplify nano_xxx_timer_test() API family 2016-02-05 20:25:15 -05:00
lib Add isgraph()/isprint()/isxdigit()/toupper() 2016-02-05 20:25:06 -05:00
misc kconfig: add mising option TASK_DEBUG 2016-02-05 20:25:13 -05:00
net nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
samples nano_timers: Simplify nano_xxx_timer_test() API family 2016-02-05 20:25:15 -05:00
scripts release: Update sanitycheck footprint data 2016-02-05 20:25:14 -05:00
.checkpatch.conf checkpatch: Remove --no-signoff option 2016-02-05 20:25:12 -05:00
.gitattributes
.gitignore gitignore: Add vim temporary files 2016-02-05 20:25:14 -05:00
.mailmap
Kbuild strip MDEF_FILE_PATH variable 2016-02-05 20:25:13 -05:00
Kconfig
Kconfig.zephyr
LICENSE
Makefile drivers: Add infrastructure for QMSI drivers 2016-02-05 20:25:15 -05:00
Makefile.inc dequote and strip CONF_FILE variable and minor variable cleanup 2016-02-05 20:25:13 -05:00
zephyr-env.sh