Commit Graph

395 Commits

Author SHA1 Message Date
RogueMaster a7376e4d31 Merge branch 'dev' into 420 2022-09-19 11:28:03 -04:00
RogueMaster 0039eb2642 Merge branch 'ulul' into 420 2022-09-19 11:27:48 -04:00
Max Lapan d003db0404 SubGhz: Oregon v2.1 decoder (#1678)
* Oregon v2.1 decoder
* Refactor FSM to switch
* Refactor headers
* Format strings
* Unit tests of oregon2
* Cleanups
* Add oregon2 raw data to random_test_raw.sub
* Adjust count of packets detected on random test
* Format sources

Co-authored-by: あく <alleteam@gmail.com>
2022-09-19 23:24:24 +09:00
Nikolay Minaylov d80329b323 [FL-2815, FL-2821] Dummy mode (#1739)
* Dummy mode implementation
* dumb -> dummy
* F7: Add new api_symbols: game icon
* Starting snake game from dummy mode

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-09-19 22:03:42 +09:00
hedger ed385594a3 faploader: more subsystem headers in API table (#1742)
* faploader: more subsystem headers in API table; not counting header entries for SDK version change
* subghz: removed dead function
* Adjusted API version
* hal: removed furi_hal_power_get_system_voltage
* lib: mbedtls: additional flags for .fap linkage
* fbt: rebuilding assets when git commit id changes
* fbt: removed assets rebuild on git commit id change; added explicit dependency for SDK source on compiled assets parts; removed unneeded sdk regeneration runs
* fbt: changed stock plugins to EXTERNAL apps; restored building app as a PLUGIN as a part of main fw as well as a .fap; readme fixes
* fbt: restored certain apps to PLUGIN type
* fbt: app manifests: renamed version->fap_version, added extra fields
* fbt: fixed version processing after rename

Co-authored-by: あく <alleteam@gmail.com>
2022-09-19 21:39:00 +09:00
RogueMaster 9771657a20 Merge remote-tracking branch 'origin/ulululdev' into 420 2022-09-19 03:06:40 -04:00
TasmanDevil f0eedc3243 Update setting_user
Adding the 868.95 frequency for the Sommer device, the `Sommer(fsk476)` protocol was recently added but Flipper could not read it until now.
2022-09-19 08:59:13 +02:00
MX 18b70ac6b5 update universal ir assets
by @amec0e
2022-09-19 05:45:58 +03:00
hedger 51369d6219 fbt: removed assets rebuild on git commit id change; added explicit dependency for SDK source on compiled assets parts; removed unneeded sdk regeneration runs 2022-09-19 05:27:21 +03:00
MX d85731636f move spectrum analyzer into plugins, fix debug builds 2022-09-19 04:59:28 +03:00
RogueMaster 426084dd07 Merge branch 'hedger/faploader-api-1' into 420 2022-09-18 19:54:27 -04:00
RogueMaster 56ecf044df Merge branch 'dev' into 420 2022-09-18 14:35:44 -04:00
MX 6f66f87fab add new frequency to user config 2022-09-18 21:10:08 +03:00
hedger 008cae118b fbt: removed assets rebuild on git commit id change; added explicit dependency for SDK source on compiled assets parts; removed unneeded sdk regeneration runs 2022-09-18 21:25:57 +04:00
RogueMaster 95f0a96538 remove unused icons 2022-09-18 04:54:43 -04:00
RogueMaster 3b23e6e6dd Merge remote-tracking branch 'xMasterX/dev' into 420 2022-09-17 23:15:35 -04:00
MX 0a4cddb84c update assets 2022-09-18 01:53:50 +03:00
RogueMaster 7f0c5dc247 Merge remote-tracking branch 'origin/dev' into 420-newfaps 2022-09-17 03:59:17 -04:00
RogueMaster 0af0581f4c Update manifest.txt 2022-09-17 03:28:07 -04:00
RogueMaster 27970fe4bc Update manifest.txt 2022-09-17 03:27:58 -04:00
RogueMaster ef8754e55d fix up 2022-09-16 18:41:58 -04:00
RogueMaster ac16d5ed9e Merge remote-tracking branch 'origin/uldev' into 420-newfaps 2022-09-16 18:36:11 -04:00
MX 14bd8f2c49 ofw pr: dummy mode
OFW PR 1739 by nminaylov
2022-09-17 00:43:21 +03:00
RogueMaster ec07020812 Delete stm32wb5x_BLE_Stack_light_fw.bin 2022-09-16 16:49:02 -04:00
RogueMaster b186a912c8 more fixes 2022-09-16 16:27:33 -04:00
RogueMaster da658c6b9f games icon 2022-09-16 14:19:35 -04:00
hedger 0e15090629 fbt: rebuilding assets when git commit id changes 2022-09-16 21:16:32 +03:00
MX 1413d7c937 secret
special secret animation by @Svaarich
2022-09-16 21:14:00 +03:00
hedger c59241b9a4 fbt: rebuilding assets when git commit id changes 2022-09-16 20:43:09 +04:00
RogueMaster ab688cdcdd New images and icons 2022-09-16 02:53:20 -04:00
RogueMaster 3d2a621d03 assets and stuff 2022-09-16 02:27:41 -04:00
MX 07301935b5 update universal ac asset
by @amec0e
2022-09-16 02:56:58 +03: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
MX 1b8684eb53 drop games menu, preparing for app loader 2022-09-14 19:32:41 +03:00
SG 873e1f114b [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 01:11:38 +09:00
MX ee6b59ab9d update universal ac asset
by @Amec0e
2022-09-14 02:01:58 +03:00
MX bd594c7134 update mf classic dict and ir universal remote assets 2022-09-13 16:53:48 +03:00
MX 1b6794ce7c update manifest 2022-09-12 02:06:44 +03:00
MX c96bfba95a update slideshow images
author - @Svaarich
2022-09-12 01:18:25 +03:00
Mancha bcb5af1813 Added Brazilian Portuguese keyboard layout
Created the BadUSB keyboard layout for the Brazilian Portuguese ABNT-2 keyboard layout configuration
2022-09-11 14:40:00 -03:00
MX 7930f73a4e introduce example, update changelog/readme 2022-09-10 17:51:13 +03:00
MX 8e986c58c3 disable some debug tools in releases, actually fix tv.ir 2022-09-09 15:25:12 +03:00
MX bbe5c9cae1 fix universal tv, lfrfid gui 2022-09-09 14:33:18 +03:00
MX a3193e3bbd update assets 2022-09-09 02:04:55 +03:00
MX a1f4b8065a fix lfrfid gui and add icon
oops I forgot about multiline element
2022-09-08 23:33:34 +03:00
MX 5e03086d7b Merge branch 'fz-dev' into dev 2022-09-08 19:55:03 +03:00
Nikolay Minaylov 0f6f9ad52e [FL-2753] RFID app port to plain C (#1710)
* LF RFID: port to plain C
* LFRFID debug port to C, new reading screen
* LFRFID debug: fix pvs-studio warnings
* RFID read view: remove unused input callback
* RFID read view: animation update
2022-09-09 01:40:33 +09:00
MX 123bd6fc65 assets 2022-09-08 05:56:58 +03:00
MX 120b5d7c90 update changelog and readme 2022-09-05 19:00:33 +03:00