Searched refs:cold (Results 1 – 21 of 21) sorted by relevance
/Zephyr-latest/soc/intel/intel_adsp/common/ |
D | CMakeLists.txt | 86 --only-section .cold 88 --only-section .module.cold 89 --set-section-flags .module.cold=noload,readonly 90 --rename-section .module.cold=.module 91 ${KERNEL_REMAPPED} ${CMAKE_BINARY_DIR}/zephyr/cold.mod 2>${NULL_FILE} 97 --remove-section .cold 100 --remove-section .module.cold
|
/Zephyr-latest/drivers/sensor/maxim/max6675/ |
D | Kconfig | 10 Enable MAX6675 cold-junction-compensated K-thermocouple to digital
|
/Zephyr-latest/drivers/sensor/maxim/max31855/ |
D | Kconfig | 1 # MAX31855 cold-junction compensated thermocouple-to-digital converter configuration options
|
/Zephyr-latest/subsys/shell/modules/kernel_service/ |
D | reboot.c | 37 SHELL_CMD(cold, NULL, "Cold reboot.", cmd_kernel_reboot_cold),
|
/Zephyr-latest/drivers/pm_cpu_ops/ |
D | psci_shell.c | 67 SHELL_CMD_ARG(cold, NULL, "System cold reset. Usage: <psci cold>", cmd_reboot_cold, 1, 0),
|
D | Kconfig | 38 like 'warm' and 'cold' reset commands.
|
/Zephyr-latest/scripts/west_commands/ |
D | sign.py | 493 cold = None 505 cold = str(b / 'zephyr' / 'cold.mod') 506 with open(cold, 'rb') as f_cold: 509 cold = None 585 if cold is not None: 586 components += [ cold ]
|
/Zephyr-latest/samples/sensor/max6675/ |
D | README.rst | 12 cold-junction-compensated K-thermocouple to digital converter.
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | ace-link.ld | 177 .cold : ALIGN(4096) { 179 *(.cold .cold.* ) 569 .module.cold : { KEEP(*(.module.cold)) } >noload
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_ke1xf.dtsi | 66 sensor-slope-cold = <1564>; 77 sensor-slope-cold = <1564>; 88 sensor-slope-cold = <1564>;
|
D | nxp_k6x.dtsi | 58 sensor-slope-cold = <1620>; 69 sensor-slope-cold = <1620>;
|
D | nxp_mcxc_common.dtsi | 57 sensor-slope-cold = <1620>;
|
/Zephyr-latest/boards/renesas/rzg3s_smarc/doc/ |
D | index.rst | 136 …at SCIF download (SW_MODE[1:4] = OFF, ON, OFF, ON) and Cortex-A55 cold boot (SW_CONFIG[1:6] = OFF,… 231 Before using ``flash`` command, the board must be set to Cortex-M33 cold boot (SW_CONFIG[1:6] = OFF… 232 After flashing, it must be set back to Cortex-A55 cold boot to run.
|
/Zephyr-latest/boards/nxp/imx93_evk/doc/ |
D | index.rst | 217 Currently i.MX93 only support cold reboot and doesn't support warm reboot. 218 Use this configuratiuon to verify cold reboot with :zephyr:code-sample:`shell-module` 232 uart:~$ kernel reboot cold
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | Kconfig | 184 Do a cold reboot after the update.
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-upstream.rst | 190 cold temperatures.
|
/Zephyr-latest/samples/subsys/mgmt/updatehub/ |
D | README.rst | 417 kernel reboot cold
|
/Zephyr-latest/drivers/wifi/nrf_wifi/ |
D | Kconfig.nrfwifi | 652 a RPU cold boot. The application's network connection will be lost during
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.0.rst | 1311 * ``kernel reboot`` shell command without any additional arguments will now do a cold reboot 1312 instead of requiring you to type ``kernel reboot cold``.
|
D | release-notes-3.5.rst | 1483 * new property: ``thermistor-cold-millidegrees``
|
D | release-notes-2.6.rst | 626 * Added MAX6675 cold-junction-compensated K-thermocouple to digital
|