This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
unleashed-firmware
Watch
2
Star
0
Fork
You've already forked unleashed-firmware
0
mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced
2024-11-23 13:03:13 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
b912cc7991
unleashed-firmware
/
applications
/
cli
/
cli_commands.h
5 lines
67 B
C
Raw
Normal View
History
Unescape
Escape
USB VCP Cli (#237) * Core: ring buffer. * Api: usb vcp. F3: vcp glue code. * Applications: cli draft version. * Cli: basic working version, includes help and version commands * HAL: vcp on f2 * Makefile: update openocd conf * F3: vcp rx with freertos stream * Cli: help * Cli: standard commands, api-hal-uid * Power: cli poweroff.
2020-11-16 10:16:34 +00:00
#
pragma once
#
include
"cli_i.h"
[FL-1138] CLI commands unification (#484) * power_otg command, merge sd_info and sd_status, added small usage instructions for commands with args * remove duplicated sd status string * cli_print_usage added, typo fix
2021-05-24 14:50:28 +00:00
void
cli_commands_init
(
Cli
*
cli
)
;
Reference in a new issue
Copy permalink