sensor: Add nRF5 temperature driver.

Basic interrupt driven driver for the nRF5 onboard temperature sensor.

Change-Id: Id0ac303293b8e8b8285b19bcda31284ee6617105
Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
This commit is contained in:
Marcus Shawcroft 2016-11-23 20:28:28 +00:00 committed by Anas Nashif
commit a94437c03c
6 changed files with 199 additions and 0 deletions

View file

@ -43,4 +43,11 @@ config NUM_IRQ_PRIO_BITS
int
default 2
if SENSOR
config TEMP_NRF5
def_bool y
endif # SENSOR
endif # SOC_SERIES_NRF51X