Searched refs:hwinfo (Results 1 – 23 of 23) sorted by relevance
/Zephyr-Core-3.5.0/drivers/hwinfo/ |
D | Kconfig | 9 Enable hwinfo driver. 22 Enable hwinfo Shell for testing. 25 bool "TI SimpleLink CC13xx/CC26xx hwinfo driver" 29 Enable TI SimpleLink CC13xx/CC26xx hwinfo driver. 61 bool "STM32 hwinfo" 65 Enable STM32 hwinfo driver. 73 Enable Nordic NRF hwinfo driver. 80 Enable NXP kinetis mcux RCM hwinfo driver. 87 Enable NXP kinetis mcux SIM hwinfo driver. 94 Enable NXP i.MX mcux SRC hwinfo driver. [all …]
|
D | CMakeLists.txt | 3 zephyr_syscall_header(${ZEPHYR_BASE}/include/zephyr/drivers/hwinfo.h)
|
D | hwinfo_shell.c | 196 SHELL_CMD_ARG_REGISTER(hwinfo, &sub_hwinfo, "HWINFO commands", NULL, 2, 0);
|
/Zephyr-Core-3.5.0/boards/riscv/adp_xc7k_ae350/ |
D | adp_xc7k_ae350_defconfig | 17 # hwinfo driver options
|
/Zephyr-Core-3.5.0/dts/arm/silabs/ |
D | efr32mg24.dtsi | 216 hwinfo: hwinfo { label 217 compatible = "silabs,gecko-hwinfo";
|
/Zephyr-Core-3.5.0/doc/hardware/peripherals/ |
D | index.rst | 33 hwinfo.rst
|
/Zephyr-Core-3.5.0/drivers/ |
D | CMakeLists.txt | 41 add_subdirectory_ifdef(CONFIG_HWINFO hwinfo)
|
D | Kconfig | 35 source "drivers/hwinfo/Kconfig"
|
/Zephyr-Core-3.5.0/boards/arm/beagle_bcf/doc/ |
D | index.rst | 57 | HWINFO | on-chip | hwinfo |
|
/Zephyr-Core-3.5.0/drivers/modem/ |
D | modem_cellular.c | 84 uint8_t hwinfo[64]; member 292 strncpy(data->hwinfo, argv[1], sizeof(data->hwinfo) - 1); in modem_cellular_chat_on_cgmm()
|
/Zephyr-Core-3.5.0/boards/arm/atsame54_xpro/doc/ |
D | index.rst | 82 | Serial Number | on-chip | hwinfo |
|
/Zephyr-Core-3.5.0/boards/arm/cc1352p1_launchxl/doc/ |
D | index.rst | 61 | HWINFO | on-chip | hwinfo |
|
/Zephyr-Core-3.5.0/boards/arm/cc1352r1_launchxl/doc/ |
D | index.rst | 60 | HWINFO | on-chip | hwinfo |
|
/Zephyr-Core-3.5.0/boards/arm/cc26x2r1_launchxl/doc/ |
D | index.rst | 60 | HWINFO | on-chip | hwinfo |
|
/Zephyr-Core-3.5.0/boards/xtensa/olimex_esp32_evb/doc/ |
D | index.rst | 59 | EFUSE | on-chip | hwinfo, device ID |
|
/Zephyr-Core-3.5.0/boards/arm/cc1352r_sensortag/doc/ |
D | index.rst | 68 | HWINFO | on-chip | hwinfo |
|
/Zephyr-Core-3.5.0/ |
D | CODEOWNERS | 332 /drivers/hwinfo/ @alexanderwachter 645 /include/zephyr/drivers/hwinfo.h @alexanderwachter 930 /tests/drivers/hwinfo/ @alexanderwachter
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-2.3.rst | 71 * The identifier data structure for hwinfo drivers is clarified. Drivers are 76 The changes have an impact on users that use the hwinfo API to identify 1162 * :github:`23444` - drivers: hwinfo: shell command "hwinfo devid" output ignores endianness
|
D | release-notes-1.14.rst | 814 * hwinfo: Added new hwinfo API and drivers 1415 * :github:`13884` - [Coverity CID :190929]Integer handling issues in /tests/drivers/hwinfo/api/src/…
|
D | release-notes-2.2.rst | 758 * :github:`22979` - drivers: hwinfo: Build fails on some SoC
|
D | release-notes-3.3.rst | 759 * hwinfo 3379 * :github:`51435` - tests-ci : drivers: hwinfo: api test Failed
|
D | release-notes-3.1.rst | 1632 * :github:`43870` - test:ci:lpcxpresso55s06: hwinfo test meet hardfault
|
D | release-notes-3.2.rst | 2137 * :github:`48447` - ``hwinfo devid`` does not work correctly for NXP devices using ``nxp,lpc-uid`` …
|