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:
parent
a213fb4e27
commit
a94437c03c
6 changed files with 199 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue