commit | afc59112a96c884abf39100b06e89bde4effea29 | [log] [tgz] |
---|---|---|
author | Christopher Friedt <cfriedt@meta.com> | Fri Sep 22 15:08:11 2023 -0400 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Nov 28 15:35:39 2023 +0100 |
tree | 3d77782d570c9bb8106e8766edbddc415f3f0bb9 | |
parent | 28dccf236b2e34ad8567db2bf708f472e02ce8ee [diff] |
device: support for mutable devices Add support for mutable devices. Mutable devices are those which can be modified after declaration, in-place, in kernel mode. In order for a device to be mutable, the following must be true * `CONFIG_DEVICE_MUTABLE` must be y-selected * the Devicetree bindings for the device must include `mutable.yaml` * the Devicetree node must include the `zephyr,mutable` property Signed-off-by: Christopher Friedt <cfriedt@meta.com>