Lines Matching full:hawkbit
12 #include <zephyr/mgmt/hawkbit/hawkbit.h>
13 #include <zephyr/mgmt/hawkbit/config.h>
14 #include <zephyr/mgmt/hawkbit/autohandler.h>
18 LOG_MODULE_DECLARE(hawkbit, CONFIG_HAWKBIT_LOG_LEVEL);
26 shell_info(sh, "Starting hawkBit run..."); in cmd_run()
57 shell_error(sh, "hawkBit not initialized"); in cmd_run()
96 shell_info(sh, "Init hawkBit ..."); in cmd_init()
157 SHELL_CMD(addr, NULL, "Set hawkBit server address", cmd_set_addr),
158 SHELL_CMD(port, NULL, "Set hawkBit server port", cmd_set_port),
160 SHELL_CMD(ddi_token, NULL, "Set hawkBit DDI Security token", cmd_set_token),
167 SHELL_CMD(info, NULL, "Dump hawkBit information", cmd_info),
168 SHELL_CMD(init, NULL, "Initialize hawkBit", cmd_init),
169 SHELL_CMD(run, NULL, "Trigger an hawkBit update run", cmd_run),
170 SHELL_CMD(reset, NULL, "Reset the hawkBit action id", cmd_reset),
172 SHELL_CMD(set, &sub_hawkbit_set, "Set hawkBit settings", NULL),
176 SHELL_CMD_REGISTER(hawkbit, &sub_hawkbit, "hawkBit commands", NULL);