[FL-2052] New build system based on scons (#1269)
This commit is contained in:
11
applications/gpio/application.fam
Normal file
11
applications/gpio/application.fam
Normal file
@@ -0,0 +1,11 @@
|
||||
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,
|
||||
)
|
Reference in New Issue
Block a user