zephyr/ext/hal/qmsi
Geoff Gustafson a9509a757a ext qmsi: Fix underflow in adc sample delay
Sample code such as the adc_simple driver test set a sampling delay of
12, however that caused this calculation to underflow so the real
delay came out to more like 65534.

Signed-off-by: Geoff Gustafson <geoff@linux.intel.com>
2017-08-07 22:26:21 -04:00
..
drivers ext qmsi: Fix underflow in adc sample delay 2017-08-07 22:26:21 -04:00
include ext qmsi: Update QMSI to 1.4 RC3 2017-02-22 14:18:22 +00:00
soc ext qmsi: Update QMSI to 1.4 RC4 2017-03-08 07:02:57 +00:00
Kbuild pinmux: make pinmux_dev the default pinmux driver for quark 2017-01-25 20:43:18 +00:00
Kconfig license: use SPDX identifier for files in ext/ 2017-01-20 20:22:57 -05:00
Makefile ext hal qmsi: Avoid QMSI specific flags when QMSI is not used 2016-11-16 13:57:05 -02:00
README ext qmsi: Update QMSI version on README 2017-04-05 11:04:30 -07:00

README

The sources in this directory are imported from QMSI project
at https://github.com/quark-mcu/qmsi.

Intel® Quark™ Microcontroller Software Interface (QMSI) is a
Hardware Abstraction Layer (HAL) for Intel® Quark™
Microcontroller products. It currently supports the following SoCs:

- Intel® Quark™ D2000 Microcontroller
- Intel® Quark™ SE Microcontroller

The current version supported in Zephyr is QMSI 1.4.
See:

   https://github.com/quark-mcu/qmsi/releases

for more details.