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
663eb6cd6d
flipperzero-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 New Issue
Copy Permalink