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
c535b8f4ce
flipperzero-firmware
/
applications
/
services
/
power
/
power_cli.h
12 lines
113 B
C
Raw
Normal View
History
Unescape
Escape
[FL-1958] U2F prototype (#879) * U2F implementation prototype * U2F data encryption and store, user confirmation request * remove debug prints * fix notification bug in chrome * split u2f_alloc into u2f_init and u2f_alloc * typo fix, furi-hal-trng -> furi-hal-random * rand/srand redefinition * SubGhz: a little bit of Dante. * u2f_data naming fix Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2021-12-22 20:04:08 +00:00
#
pragma once
#
ifdef __cplusplus
extern
"
C
"
{
#
endif
[FL-2627] Flipper applications: SDK, build and debug system (#1387) * Added support for running applications from SD card (FAPs - Flipper Application Packages) * Added plugin_dist target for fbt to build FAPs * All apps of type FlipperAppType.EXTERNAL and FlipperAppType.PLUGIN are built as FAPs by default * Updated VSCode configuration for new fbt features - re-deploy stock configuration to use them * Added debugging support for FAPs with fbt debug & VSCode * Added public firmware API with automated versioning Co-authored-by: hedger <hedger@users.noreply.github.com> Co-authored-by: SG <who.just.the.doctor@gmail.com> Co-authored-by: あく <alleteam@gmail.com>
2022-09-14 16:11:38 +00:00
void
power_on_system_start
(
)
;
[FL-1958] U2F prototype (#879) * U2F implementation prototype * U2F data encryption and store, user confirmation request * remove debug prints * fix notification bug in chrome * split u2f_alloc into u2f_init and u2f_alloc * typo fix, furi-hal-trng -> furi-hal-random * rand/srand redefinition * SubGhz: a little bit of Dante. * u2f_data naming fix Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2021-12-22 20:04:08 +00:00
#
ifdef __cplusplus
}
#
endif
Reference in New Issue
Copy Permalink