mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 18:28:36 -07:00
Dbg stuff
This commit is contained in:
@@ -18,19 +18,20 @@ App(
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Enable apps that you need in DEBUG firmware here:
|
||||||
App(
|
App(
|
||||||
appid="main_apps_default",
|
appid="main_apps_default",
|
||||||
name="Basic applications for main menu",
|
name="Basic applications for main menu",
|
||||||
apptype=FlipperAppType.METAPACKAGE,
|
apptype=FlipperAppType.METAPACKAGE,
|
||||||
provides=[
|
provides=[
|
||||||
#"gpio",
|
# "gpio",
|
||||||
#"ibutton",
|
# "ibutton",
|
||||||
#"infrared",
|
# "infrared",
|
||||||
"lfrfid",
|
"lfrfid",
|
||||||
"nfc",
|
# "nfc",
|
||||||
"subghz",
|
"subghz",
|
||||||
#"bad_usb",
|
# "bad_usb",
|
||||||
#"u2f",
|
# "u2f",
|
||||||
"archive",
|
"archive",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -31,6 +31,9 @@ Check out `documentation/fbt.md` for details on building and flashing firmware.
|
|||||||
|
|
||||||
### Compile everything for development
|
### Compile everything for development
|
||||||
|
|
||||||
|
Edit this file to enable/disable Main apps that you need in DEBUG mode, flash space doesn't allows us to fit them all in DEBUG currently
|
||||||
|
- `applications/main/application.fam`
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
./fbt FIRMWARE_APP_SET=debug_pack updater_package
|
./fbt FIRMWARE_APP_SET=debug_pack updater_package
|
||||||
```
|
```
|
||||||
@@ -52,6 +55,9 @@ Check out `documentation/fbt.md` for details on building and flashing firmware.
|
|||||||
|
|
||||||
### Compile everything for development
|
### Compile everything for development
|
||||||
|
|
||||||
|
Edit this file to enable/disable Main apps that you need in DEBUG mode, flash space doesn't allows us to fit them all in DEBUG currently
|
||||||
|
- `applications/main/application.fam`
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
./fbt.cmd FIRMWARE_APP_SET=debug_pack updater_package
|
./fbt.cmd FIRMWARE_APP_SET=debug_pack updater_package
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user