Willy-JL
265473dff6
Better integrate external main apps
2023-03-28 21:23:42 +01:00
Willy-JL
1ddfd4f973
Merge branch 'ul-dev' into xfw-dev
2023-03-21 04:00:12 +00:00
MX
5660111b28
Merge branch 'fz-dev' into dev
2023-03-20 20:04:22 +03:00
Georgii Surkov
0917494a80
[FL-3168] Add one_wire lib to f18, separate ibutton ( #2509 )
...
* Separate ibutton to its own module, add one_wire to f18
* Move onewire cli to a separate app
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-03-21 01:23:17 +09:00
Willy-JL
5910ea0e52
Make subghz remote external
2023-03-14 17:51:23 +00:00
Willy-JL
05d6cbfc6a
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2023-03-06 17:40:02 +00:00
MX
6d0c3eb3b6
Properly rename unirf remix to subghz remote
...
And automatically migrate user files to new folder
2023-03-06 10:32:01 +03:00
Willy-JL
9416d512be
Make xtreme app an external fap
2023-03-05 01:56:44 +00:00
Willy-JL
6c3dfdb1e1
Make subplaylist external
2023-03-04 00:05:26 +00:00
Willy-JL
617700bd15
Move xtreme app to main menu
2023-02-20 19:00:38 +00:00
Willy-JL
355ef763e4
Cleanup main apps manifest
2023-02-20 18:59:39 +00:00
Willy-JL
f3bb068fd7
Rename bad usb to bad kb
2023-02-03 17:43:59 +00:00
Willy-JL
e33023463a
Format
2023-02-02 21:38:45 +00:00
VerstreuteSeele
a026ab37bd
Who tf wrote this, and why? | Biggest stability update ever
...
Bro, what the fuck is this bullshit? I swear imma go cry if I see more shit like that...
2023-01-06 01:45:02 +01:00
jbohack
4f19b0f559
added subghz-playlist to main application menu
2023-01-05 13:06:32 -05:00
VerstreuteSeele
d5c0f4f3a3
Overhaul | 2
2022-12-30 09:01:44 +01:00
RogueMaster
5b7ee8baf0
IR Remote Loader
2022-12-26 16:31:56 -05:00
RogueMaster
a514b64396
faster RFID
2022-11-06 10:00:58 -05:00
RogueMaster
3d030e2d41
GPIO fap it up fap it up
2022-11-04 15:36:33 -04:00
RogueMaster
f14ec22903
Update application.fam
2022-11-04 03:52:53 -04:00
RogueMaster
bfde28cb38
fapssss
2022-11-04 03:31:01 -04:00
ESurge
79d55d5f74
Moved Bad USB to FAP
...
Added Bad USB Dummy Loader for Main Menu
Moved UniRFRemix files back to Main (Not sure why I moved them to Plugins)
2022-11-03 16:42:34 -07:00
ESurge
0ab59f8bf4
Made UniRFRemix a FAP, added a Loader for Main Menu
...
Requires one change in api_symbols.scv
2022-10-21 05:01:12 -07:00
ESurge
244a8456ef
Changed the way loader.c loads Clock/iButton/U2F
...
Added a new variable in application.fam file to add the link to the FAP. It now supports any FAP as long as the application.fam file is formatted correctly and you create a loader "app".
If no link is specified in the application.fam file, it doesn't attempt to load a FAP.
2022-09-21 03:08:32 -07:00
ESurge
c1dcba9549
Merge branch '420' of https://github.com/ESurge/flipperzero-firmware-wPlugins into 420
2022-09-21 01:52:14 -07:00
RogueMaster
55ae6867f4
Merge branch 'UNLEASHED' into 420
2022-09-21 01:53:31 -04:00
MX
d986ef4104
fix nice flor s crash, fix debug pack for debug builds
2022-09-21 06:52:34 +03:00
ESurge
c997e9a819
Added iButton and Clock to Main Menu but they are loaded via FAP Loader.
2022-09-19 19:37:56 -07:00
RogueMaster
9771657a20
Merge remote-tracking branch 'origin/ulululdev' into 420
2022-09-19 03:06:40 -04:00
MX
d85731636f
move spectrum analyzer into plugins, fix debug builds
2022-09-19 04:59:28 +03:00
RogueMaster
c7d8db3ea9
Infrared Back To Internal
2022-09-18 05:17:26 -04:00
RogueMaster
97871c9e33
GPIO back to Internal, try Infrared External
2022-09-18 05:07:15 -04:00
RogueMaster
ae19b8c04a
subghzRemote Back To Internal, GPIO External
2022-09-18 04:51:11 -04:00
RogueMaster
fbd2e2a165
fams
2022-09-18 03:36:57 -04:00
RogueMaster
ac4a9b325e
Update application.fam
2022-09-18 03:35:46 -04:00
RogueMaster
9e4970157a
Update application.fam
2022-09-18 03:35:11 -04:00
MX
3fbaad1488
Merge branch 'fz-dev' into dev
2022-09-14 21:04:04 +03:00
SG
b9a766d909
[FL-2627] Flipper applications: SDK, build and debug system ( #1387 )
...
* Added support for running applications from SD card (FAPs - Flipper Application Packages)
* Added plugin_dist target for fbt to build FAPs
* All apps of type FlipperAppType.EXTERNAL and FlipperAppType.PLUGIN are built as FAPs by default
* Updated VSCode configuration for new fbt features - re-deploy stock configuration to use them
* Added debugging support for FAPs with fbt debug & VSCode
* Added public firmware API with automated versioning
Co-authored-by: hedger <hedger@users.noreply.github.com >
Co-authored-by: SG <who.just.the.doctor@gmail.com >
Co-authored-by: あく <alleteam@gmail.com >
2022-09-15 02:21:03 +09:00
SG
873e1f114b
[FL-2627] Flipper applications: SDK, build and debug system ( #1387 )
2022-09-15 01:11:38 +09:00