zephyr/drivers/hwinfo
Peter Bigot 82d4fcc1bf drivers: hwinfo: fix ESP32 implementation
Add the missing prefix z_ required to make the ESP32 version override
the weak implementation.

General practice in ESP32 seems to be to use the MAC address, so
extract that in its canonical byte order.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-04-28 15:32:53 -04:00
..
CMakeLists.txt drivers: hwinfo: Add LiteX DNA driver 2019-09-21 21:36:00 +02:00
hwinfo_esp32.c drivers: hwinfo: fix ESP32 implementation 2020-04-28 15:32:53 -04:00
hwinfo_handlers.c kernel: syscalls: Whitespace fixups 2019-09-12 11:31:50 +08:00
hwinfo_imxrt.c drivers: hwinfo: update i.MX implementation byte order 2020-04-22 17:31:56 +02:00
hwinfo_litex.c drivers: litex: Convert litex drivers to new DT_INST macros 2020-03-30 12:49:43 -05:00
hwinfo_mcux_sim.c drivers: hwinfo: update mcux-sim implementation byte order 2020-04-22 17:31:56 +02:00
hwinfo_nrf.c drivers: hwinfo: fix endianness for sam0 and nrf 2020-04-09 19:30:32 +02:00
hwinfo_sam.c drivers: hwinfo: atmel_sam: Replace DT_FLASH define 2020-04-09 08:41:09 -05:00
hwinfo_sam0.c drivers: hwinfo: fix endianness for sam0 and nrf 2020-04-09 19:30:32 +02:00
hwinfo_shell.c cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
hwinfo_stm32.c drivers: hwinfo: update stm32 implementation byte order 2020-04-20 19:04:26 +02:00
hwinfo_weak_impl.c cleanup: include/: move hwinfo.h to drivers/hwinfo.h 2019-06-27 22:55:49 -04:00
Kconfig SoC: stm32: Include LL utilities if HWINFO is selected 2020-02-27 21:14:54 +01:00