mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 16:53:45 +00:00
15 lines
445 B
Text
15 lines
445 B
Text
App(
|
|
appid="swd_probe",
|
|
name="SWD Probe",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="swd_probe_app_main",
|
|
requires=["notification", "gui", "storage", "dialogs", "cli"],
|
|
stack_size=2 * 1024,
|
|
order=10,
|
|
fap_icon="icons/app.png",
|
|
fap_category="GPIO",
|
|
fap_icon_assets="icons",
|
|
fap_author="@g3gg0 & (fixes by @xMasterX)",
|
|
fap_version="1.0",
|
|
fap_description="ARM SWD (Single Wire Debug) Probe",
|
|
)
|