KETCube
|
This file contains the KETCube core commandline definitions. More...
#include <stddef.h>
#include "ketCube_cfg.h"
#include "ketCube_common.h"
#include "ketCube_resetMan.h"
#include "ketCube_rtc.h"
Macros | |
#define | __KETCUBE_CORE_CMD_H |
Functions | |
void | ketCube_core_CMD_FactoryDefaults (void) |
Erase EEPROM configuration - set factory defaults. More... | |
void | ketCube_core_CMD_startBootloader (void) |
Initialize STM32 MCU to allow bootloader startup. More... | |
void | ketCube_core_CMD_showVersion (void) |
Show KETCube version and build info. More... | |
void | ketCube_core_CMD_showUptime (void) |
Show KETCube uptime. More... | |
Variables | |
ketCube_terminal_cmd_t | ketCube_terminal_commands_core [] |
ketCube_terminal_cmd_t | ketCube_terminal_commands_driver [] |
This file contains the KETCube core commandline definitions.
Developed by: The SmartCampus Team Department of Technologies and Measurement www.smartcampus.cz | www.zcu.cz
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal with the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.
#define __KETCUBE_CORE_CMD_H |