mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 19:18:35 -07:00
<:Nami2:939038794794020874>
This commit is contained in:
29
applications/external/esp_flasher/application.fam
vendored
Normal file
29
applications/external/esp_flasher/application.fam
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
App(
|
||||
appid="esp_flasher",
|
||||
name="[GPIO] ESP Flasher",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="esp_flasher_app",
|
||||
requires=["gui"],
|
||||
stack_size=4 * 1024,
|
||||
order=90,
|
||||
fap_icon="wifi_10px.png",
|
||||
fap_category="GPIO",
|
||||
fap_private_libs=[
|
||||
Lib(
|
||||
name="esp-serial-flasher",
|
||||
fap_include_paths=["include"],
|
||||
sources=[
|
||||
"src/esp_loader.c",
|
||||
"src/esp_targets.c",
|
||||
"src/md5_hash.c",
|
||||
"src/protocol_common.c",
|
||||
"src/protocol_uart.c",
|
||||
"src/slip.c",
|
||||
],
|
||||
cincludes=["lib/esp-serial-flasher/private_include"],
|
||||
cdefines=["SERIAL_FLASHER_INTERFACE_UART=1", "MD5_ENABLED=1"],
|
||||
),
|
||||
],
|
||||
cdefines=["SERIAL_FLASHER_INTERFACE_UART=1"],
|
||||
fap_icon_assets="assets",
|
||||
)
|
||||
Reference in New Issue
Block a user