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 21:13:16 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3bd74b7f01
unleashed-firmware
/
applications
/
services
/
cli
/
cli_commands.h
6 lines
68 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-2520] FW build with -Wextra (#1185) * Fixing compiler warnings with -Wextra * More warnings suppression, WIP * Even more warning fixes * Added new lines at end of text files. * Padding fix * Additional fixes to warnings on different build configurations; added -Wextra to default build pipeline * Fixes for Secplus v1 * -additional warnings * +-Wredundant-decls fixes * FuriHal: print stack overflow task name in console * FuriHal: add missing include Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-05-06 13:37:10 +00:00
void
cli_commands_init
(
Cli
*
cli
)
;
Reference in a new issue
Copy permalink