04e50c9f89
* fbt: replaced debug dir paths with FBT_DEBUG_DIR * scripts: updated requirements.txt * fbt: fixed wrong import * fbt: removed delayed import for file2image * fbt: added UPDATE_BUNDLE_DIR internal var * fbt: cleaner internal management of extapps * applications: added fap_libs for core apps to link with resources when building with --extra-ext-apps * fbt: removed deprecation stub for faps * fbt: added quotation for icons build cmd * fbt: reworked BUILD_DIR & fap work dir handling; fap debug: using debug elf path from fbt * fbt: explicit LIB_DIST_DIR
13 lines
237 B
Plaintext
13 lines
237 B
Plaintext
App(
|
|
appid="gpio",
|
|
name="GPIO",
|
|
apptype=FlipperAppType.APP,
|
|
entry_point="gpio_app",
|
|
cdefines=["APP_GPIO"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
icon="A_GPIO_14",
|
|
order=50,
|
|
fap_libs=["assets"],
|
|
)
|