8 releases
0.1.8 | Nov 5, 2022 |
---|---|
0.1.7 | Oct 22, 2022 |
#12 in #flipper-zero
28 downloads per month
38KB
567 lines
Flipper Zero Application build utils
Typically for usage from build script.
It do following things:
- Build FAP manifest using fam crate
- Read env var
FLIPPER_SDK_PATH_ENV
- Copy or link (now just link) the output dir where manifest (fam) is to
$FLIPPER_FW_SRC_PATH/applications_user/{fap-id}/
- Same for assets such as icons
After this you can just execute ./fbt firmware_{fap-id}
from the root flipperzero-firmware repository clone.
$FLIPPER_FW_SRC_PATH
should points to working copy of the flipperzero-firmware repository.
Dependencies
~2.8–4MB
~81K SLoC