drivers: Add hwinfo API

This commit adds a new hardware info API.
With this API it is possible to read out the device ID.

Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
This commit is contained in:
Alexander Wachter 2018-12-21 11:58:41 +01:00 committed by Anas Nashif
commit 5b59c10fc4
7 changed files with 105 additions and 0 deletions

View file

@ -85,4 +85,6 @@ source "drivers/audio/Kconfig"
source "drivers/neural_net/Kconfig"
source "drivers/hwinfo/Kconfig"
endmenu