zephyr/drivers/hwinfo
Alexander Wachter 1ed18b8988 drivers: hwinfo: change stm32 device id driver from HAL to LL
Use LL drivers instead of HAL driver because LL driver is available
for all soc while HAL driver is not.

Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
2019-03-09 16:05:20 -05:00
..
CMakeLists.txt drivers: hwinfo: add driver support for NXP i.mx RT device ID 2019-02-07 15:08:18 -06:00
Kconfig drivers: hwinfo: change stm32 device id driver from HAL to LL 2019-03-09 16:05:20 -05:00
hwinfo_handlers.c
hwinfo_imxrt.c drivers: hwinfo: add driver support for NXP i.mx RT device ID 2019-02-07 15:08:18 -06:00
hwinfo_mcux_sim.c drivers: hwinfo: add driver support for kinetis device ID 2019-02-07 15:08:18 -06:00
hwinfo_nrf.c drivers: hwinfo: add driver support for Nordic NRF device ID 2019-02-03 12:07:20 -05:00
hwinfo_shell.c shell: Make sure digits of the device id are rendered with 2 hex digits 2019-03-09 10:05:01 -05:00
hwinfo_stm32.c drivers: hwinfo: change stm32 device id driver from HAL to LL 2019-03-09 16:05:20 -05:00
hwinfo_weak_impl.c