This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
unleashed-firmware
Watch
1
Fork
0
You've already forked unleashed-firmware
mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced
2025-12-12 12:42:30 +04:00
Code
Issues
Activity
Files
f6d4e8fa84fbd57e39a46ea9ce8abd128424a183
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 13:16:34 +03: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 17:50:28 +03:00
void
cli_commands_init
(
Cli
*
cli
)
;
Copy Permalink