This website requires JavaScript.
Explore
Help
Register
Sign In
liz
/
flipperzero-firmware
Watch
1
Star
0
Fork
0
You've already forked flipperzero-firmware
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1ca98170d9
flipperzero-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 New Issue
Copy Permalink