|
@@ -1,7 +1,6 @@
|
|
|
App(
|
|
App(
|
|
|
appid="dap_link",
|
|
appid="dap_link",
|
|
|
name="DAP Link",
|
|
name="DAP Link",
|
|
|
- description="Enables use of Flipper as a debug probe for ARM devices, implements the CMSIS-DAP protocol",
|
|
|
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
|
entry_point="dap_link_app",
|
|
entry_point="dap_link_app",
|
|
|
requires=[
|
|
requires=[
|
|
@@ -9,7 +8,7 @@ App(
|
|
|
"dialogs",
|
|
"dialogs",
|
|
|
],
|
|
],
|
|
|
stack_size=4 * 1024,
|
|
stack_size=4 * 1024,
|
|
|
- order=20,
|
|
|
|
|
|
|
+ fap_description="Enables use of Flipper as a debug probe for ARM devices, implements the CMSIS-DAP protocol",
|
|
|
fap_icon="dap_link.png",
|
|
fap_icon="dap_link.png",
|
|
|
fap_category="GPIO",
|
|
fap_category="GPIO",
|
|
|
fap_private_libs=[
|
|
fap_private_libs=[
|