This website requires JavaScript.
Explore
Help
Sign In
DarkFlippers
/
unleashed-firmware
Watch
1
Star
1
Fork
0
You've already forked unleashed-firmware
mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced
2024-12-16 09:12:39 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
1ef70c0bb4
unleashed-firmware
/
firmware
/
targets
/
f7
/
platform_specific
/
intrinsic_export.h
12 lines
123 B
C
Raw
Normal View
History
Unescape
Escape
[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 19:11:38 +03:00
#
include
<errno.h>
[FL-2051] BadUSB: new GUI (#844) * [FL-2051] BadUsb: new GUI * add missing assets * skip empty lines and leading spaces * SubGhz: add alignment check to keystore mess with iv routine Co-authored-by: あく <alleteam@gmail.com>
2021-11-26 16:53:51 +03:00
#
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 19:11:38 +03:00
void
__clear_cache
(
void
*
,
void
*
)
;
[FL-2051] BadUSB: new GUI (#844) * [FL-2051] BadUsb: new GUI * add missing assets * skip empty lines and leading spaces * SubGhz: add alignment check to keystore mess with iv routine Co-authored-by: あく <alleteam@gmail.com>
2021-11-26 16:53:51 +03:00
#
ifdef __cplusplus
}
#
endif
Reference in New Issue
Copy Permalink