/Zephyr-latest/include/zephyr/mgmt/ |
D | hawkbit.h | 15 #warning "<zephyr/mgmt/hawkbit.h> is deprecated, include <zephyr/mgmt/hawkbit/hawkbit.h>, \ 16 <zephyr/mgmt/hawkbit/config.h> and <zephyr/mgmt/hawkbit/autohandler.h> instead." 18 #include <zephyr/mgmt/hawkbit/hawkbit.h> 19 #include <zephyr/mgmt/hawkbit/config.h> 20 #include <zephyr/mgmt/hawkbit/autohandler.h>
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/fs_mgmt_hash_supported/ |
D | testcase.yaml | 8 - mgmt 22 mgmt.mcumgr.fs.mgmt.hash.supported.crc32: 25 mgmt.mcumgr.fs.mgmt.hash.supported.sha256: 28 mgmt.mcumgr.fs.mgmt.hash.supported.all:
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_net_mgmt.c | 56 struct net_mgmt_socket *mgmt = NULL; in znet_mgmt_socket() local 64 mgmt = &mgmt_sockets[i]; in znet_mgmt_socket() 67 if (mgmt == NULL) { in znet_mgmt_socket() 78 mgmt->is_in_use = true; in znet_mgmt_socket() 79 mgmt->proto = proto; in znet_mgmt_socket() 80 mgmt->alloc_timeout = MSG_ALLOC_TIMEOUT; in znet_mgmt_socket() 81 mgmt->wait_timeout = K_FOREVER; in znet_mgmt_socket() 83 zvfs_finalize_typed_fd(fd, mgmt, (const struct fd_op_vtable *)&net_mgmt_sock_fd_op_vtable, in znet_mgmt_socket() 89 static int znet_mgmt_bind(struct net_mgmt_socket *mgmt, in znet_mgmt_bind() argument 100 mgmt->iface = net_if_get_by_index(nm_addr->nm_ifindex); in znet_mgmt_bind() [all …]
|
/Zephyr-latest/subsys/mgmt/ |
D | Kconfig | 7 source "subsys/mgmt/ec_host_cmd/Kconfig" 9 source "subsys/mgmt/mcumgr/Kconfig" 11 source "subsys/mgmt/hawkbit/Kconfig" 13 source "subsys/mgmt/updatehub/Kconfig" 15 source "subsys/mgmt/osdp/Kconfig"
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/enum_mgmt/ |
D | testcase.yaml | 12 - mgmt 16 enum.mgmt: 18 enum.mgmt.shell: 23 enum.mgmt.os: 26 enum.mgmt.shell.os:
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_info/ |
D | testcase.yaml | 20 mgmt.mcumgr.os.info: {} 21 mgmt.mcumgr.os.info.no_hooks: 25 mgmt.mcumgr.os.info.bt: 30 mgmt.mcumgr.os.info.net: 48 mgmt.mcumgr.os.info.build_date: 51 mgmt.mcumgr.os.info.limited_size:
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/smp_client/src/ |
D | smp_transport_stub.c | 9 #include <zephyr/mgmt/mcumgr/smp/smp_client.h> 10 #include <zephyr/mgmt/mcumgr/mgmt/mgmt.h> 12 #include <zephyr/mgmt/mcumgr/transport/smp.h> 13 #include <mgmt/mcumgr/transport/smp_internal.h>
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/img_mgmt_slot_info/ |
D | testcase.yaml | 11 - mgmt 16 img.mgmt.slot.info: {} 17 img.mgmt.slot.info.too.large: 20 img.mgmt.slot.info.dual.slot:
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/src/ |
D | fs_mgmt_hash_checksum_crc32.c | 10 #include <zephyr/mgmt/mcumgr/mgmt/mgmt.h> 11 #include <zephyr/mgmt/mcumgr/grp/fs_mgmt/fs_mgmt_hash_checksum.h> 14 #include <mgmt/mcumgr/grp/fs_mgmt/fs_mgmt_config.h> 15 #include <mgmt/mcumgr/grp/fs_mgmt/fs_mgmt_hash_checksum_crc32.h>
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/ |
D | os_gr_stub.c | 10 #include <zephyr/mgmt/mcumgr/smp/smp_client.h> 11 #include <zephyr/mgmt/mcumgr/mgmt/mgmt.h> 12 #include <zephyr/mgmt/mcumgr/grp/os_mgmt/os_mgmt.h> 13 #include <zephyr/mgmt/mcumgr/grp/os_mgmt/os_mgmt_client.h> 19 #include <mgmt/mcumgr/util/zcbor_bulk.h> 20 #include <mgmt/mcumgr/transport/smp_internal.h>
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/src/ |
D | main.c | 19 #include <zephyr/mgmt/mcumgr/mgmt/mgmt.h> 20 #include <zephyr/mgmt/mcumgr/mgmt/callbacks.h>
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/zephyr_basic/src/ |
D | basic_mgmt.c | 12 #include <zephyr/mgmt/mcumgr/mgmt/mgmt.h> 13 #include <zephyr/mgmt/mcumgr/mgmt/handlers.h> 14 #include <zephyr/mgmt/mcumgr/grp/zephyr/zephyr_basic.h> 112 .mg_group_name = "zephyr basic mgmt",
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/transport_lorawan/ |
D | testcase.yaml | 9 - mgmt 16 mgmt.mcumgr.transport.lorawan: {} 17 mgmt.mcumgr.transport.lorawan.all:
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp_uart.c | 16 #include <zephyr/mgmt/mcumgr/mgmt/mgmt.h> 17 #include <zephyr/mgmt/mcumgr/smp/smp.h> 18 #include <zephyr/mgmt/mcumgr/transport/smp.h> 19 #include <zephyr/mgmt/mcumgr/transport/serial.h> 21 #include <mgmt/mcumgr/transport/smp_internal.h>
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/all_options/ |
D | testcase.yaml | 9 - mgmt 14 mgmt.mcumgr.all.options: {} 15 mgmt.mcumgr.all.options.other:
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/mgmt/ |
D | callbacks.h | 12 #include <zephyr/mgmt/mcumgr/mgmt/mgmt.h> 15 #include <zephyr/mgmt/mcumgr/grp/fs_mgmt/fs_mgmt_callbacks.h> 19 #include <zephyr/mgmt/mcumgr/grp/img_mgmt/img_mgmt_callbacks.h> 23 #include <zephyr/mgmt/mcumgr/grp/os_mgmt/os_mgmt_callbacks.h> 27 #include <zephyr/mgmt/mcumgr/grp/settings_mgmt/settings_mgmt_callbacks.h> 31 #include <zephyr/mgmt/mcumgr/grp/enum_mgmt/enum_mgmt_callbacks.h> 63 * MGMT event callback return value. 84 * @brief Function to be called on MGMT notification/event. 86 * This callback function is used to notify an application or system about a MCUmgr mgmt event. 116 * MGMT event callback group IDs. Note that this is not a 1:1 mapping with #mcumgr_group_t values. [all …]
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/os_mgmt/ |
D | os_mgmt_client.h | 11 #include <zephyr/mgmt/mcumgr/smp/smp_client.h> 25 * @brief OS mgmt client object 37 * @param client OS mgmt client object 46 * @param client OS mgmt client object 58 * @param client OS mgmt client object
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt_client/src/ |
D | os_mgmt_client.c | 19 #include <zephyr/mgmt/mcumgr/mgmt/mgmt.h> 20 #include <zephyr/mgmt/mcumgr/smp/smp.h> 21 #include <zephyr/mgmt/mcumgr/smp/smp_client.h> 22 #include <zephyr/mgmt/mcumgr/transport/smp.h> 23 #include <zephyr/mgmt/mcumgr/grp/os_mgmt/os_mgmt.h> 24 #include <zephyr/mgmt/mcumgr/grp/os_mgmt/os_mgmt_client.h> 26 #include <mgmt/mcumgr/util/zcbor_bulk.h> 27 #include <mgmt/mcumgr/transport/smp_internal.h>
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/ |
D | testcase.yaml | 11 - mgmt 13 mgmt.mcumgr.handler.demo: 19 mgmt.mcumgr.handler.demo.module:
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/src/ |
D | shell_mgmt.c | 10 #include <zephyr/mgmt/mcumgr/mgmt/mgmt.h> 11 #include <zephyr/mgmt/mcumgr/mgmt/handlers.h> 12 #include <zephyr/mgmt/mcumgr/smp/smp.h> 13 #include <zephyr/mgmt/mcumgr/grp/shell_mgmt/shell_mgmt.h> 133 * @brief Translate shell mgmt group error code into MCUmgr error code 171 .mg_group_name = "shell mgmt",
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/img_mgmt_slot_info/src/ |
D | smp_test_util.h | 11 #include <zephyr/mgmt/mcumgr/mgmt/mgmt.h>
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_datetime/ |
D | CMakeLists.txt | 16 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/subsys/mgmt/mcumgr/transport/include/mgmt/mcu… 17 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/subsys/mgmt/mcumgr/grp/os_mgmt/include/)
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/ |
D | img_mgmt_client.h | 11 #include <zephyr/mgmt/mcumgr/grp/img_mgmt/img_mgmt.h> 12 #include <zephyr/mgmt/mcumgr/smp/smp_client.h> 80 * @brief IMG mgmt client upload structure 100 * @brief IMG mgmt client object. 120 * @param client IMG mgmt client object 132 * @param client IMG mgmt client object 147 * @param client IMG mgmt client object 161 * @param client IMG mgmt client object 176 * @param client IMG mgmt client object 187 * @param client IMG mgmt client object
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/cb_notifications/src/ |
D | smp_test_util.h | 11 #include <zephyr/mgmt/mcumgr/mgmt/mgmt.h>
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/smp_version/src/ |
D | smp_test_util.h | 11 #include <zephyr/mgmt/mcumgr/mgmt/mgmt.h>
|