Commit Graph

233 Commits

Author SHA1 Message Date
VerstreuteSeele
4c2ace4692 Update messy OFW code 2022-12-24 23:45:16 +01:00
VerstreuteSeele
8140afe54f Update version.py 2022-12-24 23:25:34 +01:00
VerstreuteSeele
f66a3211a6 Merge branch '420' of https://github.com/RogueMaster/flipperzero-firmware-wPlugins into Dev 2022-12-24 20:00:55 +01:00
RogueMaster
7018c0882a Merge branch 'flipperdevices:dev' into 420 2022-12-24 13:25:26 -05:00
Sergey Gavrilov
c2cb14834d [FL-3062] Fix unit tests (#2180)
* SubGHZ unit test: fail if async_tx is not started
* Memgr unit test: fix for multithreaded enviroment
* Unit tests: fix failed_tests count
* Unit tests: remove debug code
* Double update test: increase flipper detection time

Co-authored-by: あく <alleteam@gmail.com>
2022-12-24 23:13:21 +09:00
VerstreuteSeele
5470ea940b Merge branch '420' of https://github.com/RogueMaster/flipperzero-firmware-wPlugins into Dev 2022-12-23 17:59:12 +01:00
RogueMaster
2829f1746b Update version.py 2022-12-23 10:41:23 -05:00
RogueMaster
50de358584 Merge branch 'ofwdev' into 420 2022-12-19 13:02:19 -05:00
RogueMaster
8a426465c8 Merge branch 'UNLEASHED' into 420 2022-12-19 13:01:35 -05:00
Max Andreev
361ca8b750 Rollback new amap workflow (#2152) 2022-12-20 02:09:19 +09:00
MX
fd5b1f1943 Merge branch 'fz-dev' into dev 2022-12-19 19:51:19 +03:00
VerstreuteSeele
383752072d Merge (Dev Commits)[https://github.com/flipperdevices/flipperzero-firmware/commits/dev] 2022-12-19 17:45:02 +01:00
Max Andreev
ef7052fbad Fix new amap workflow (#2151)
* Fix amap workflow
* get_env.py
* Fix amap_analyse.yml
2022-12-20 01:42:06 +09:00
MX
084cdc6ad0 Merge branch 'fz-dev' into dev 2022-12-19 16:57:00 +03:00
Konstantin Volkov
36e15a1352 Doom/Unit_tests flashing proper firmware (#2133)
* doom: should fix all issues, needs review
* fixed flash call and added port
* increased timeout, full flash wasn't completing
* turned serial back
* added unit formatting and force flag for overwriting files
* testing crash
* fixed step names, added release flashing, removed unit_tests from updater tests
* changed checkout method, added step validations
* removed duplicated tag
* fixed styling, stopped relying on shebang lines, removed debug output
* moved format to the end, flash_usb_full copies resourses already
* awaiting flipper after flashing and step status for file move

Co-authored-by: Konstantin Volkov <k.volkov@flipperdevices.com>
Co-authored-by: あく <alleteam@gmail.com>
2022-12-19 22:07:23 +09:00
VerstreuteSeele
dda19d6233 Last for today | FAP updates 2022-12-19 06:28:07 +01:00
RogueMaster
ec35ce5c6a Update version.py 2022-12-10 17:33:25 -05:00
RogueMaster
5adfd734e3 Merge branch 'UNLEASHED' into 420 2022-12-10 16:18:41 -05:00
MX
35a4eef3fc Merge branch 'fz-dev' into dev 2022-12-10 19:30:20 +03:00
Max Andreev
9d728a1c65 Check FL ticket in PR name after merge (#2076)
* Add base
* Add base again
* Test reporting
* Fix reporting
* Fix secrets
* Fix arguments in report
* Remove depricated actions
* Disable reporting on PR

Co-authored-by: あく <alleteam@gmail.com>
2022-12-10 22:10:51 +09:00
RogueMaster
fcdf3e94c5 Update version.py 2022-12-09 16:05:02 -05:00
RogueMaster
18f64f0002 Merge branch 'ofwdev' into 420 2022-12-09 00:24:04 -05:00
MX
8794aad5d0 Merge branch 'fz-dev' into dev 2022-12-08 21:41:45 +03:00
Georgii Surkov
df808be8d7 [FL-3003] Fix logical error in storage script (#2105)
* Fix logical error in storage script
* Fix formatting
2022-12-08 18:31:22 +09:00
RogueMaster
0a9e316bde Update version.py 2022-12-08 00:35:09 -05:00
RogueMaster
d9de018a81 Update version.py 2022-11-30 15:55:15 -05:00
MX
79812a1fe0 Merge branch 'fz-dev' into dev 2022-11-30 02:13:05 +03:00
RogueMaster
9da4c9580d Merge branch 'ofwdev' into 420 2022-11-29 12:38:53 -05:00
Danil Kalashnikov
0ab14c37c9 fbt: add missing Force flag when moving toolchain from temp path (#2044)
Co-authored-by: あく <alleteam@gmail.com>
2022-11-29 22:31:32 +09:00
MX
3d36105142 Merge branch 'fz-dev' into dev 2022-11-28 23:12:17 +03:00
RogueMaster
a486cc898a Merge branch 'ofwdev' into 420 2022-11-28 12:12:22 -05:00
Smooklu
03140e4349 Bluetooth Remote to HID Remote (#2039)
* WIP BT + USB Hid
* Refactoring Submenus/Views
* Changed to bool instead of enum
* Revamp finished
* Removed usb_keyboard
* Renaming device_types that can do USB+BT
* Removed error view
* Renaming folder structure and file names
* Fixed views.h
* Fixed hid.h
* Fixed hid_mouse.c
* Fixed a accidetnal renaming
* Apps: add missing view remove call in hid app destructor
* Hid app: hal abstraction, split into bluetooth and usb remotes. Fbt: customizable icon symbol name.
* Hid app: update usb remote icon
* Hid: single status change routine
* HID App: final touches
* HID App: rename BtHidTikTok to HidTikTok, format sources
* HID App: fix comma in keyboard

Co-authored-by: あく <alleteam@gmail.com>
2022-11-29 01:27:16 +09:00
MX
7829428455 Merge branch 'fz-dev' into dev 2022-11-23 19:21:50 +03:00
MangoTornado
669822cdd2 Fix typos in various outputs (#2032)
* Fix typos in various outputs
* Update u2f_view.c

Co-authored-by: あく <alleteam@gmail.com>
2022-11-23 22:15:08 +09:00
RogueMaster
24f1e7f1c6 Merge pull request #431 from MangoTornado/dev
typos mangoTornado
2022-11-22 00:26:35 -05:00
Andrew
5daa2118b9 Fix typos in various outputs 2022-11-20 22:14:16 -05:00
RogueMaster
ecacba4306 Update version.py 2022-11-16 01:01:45 -05:00
RogueMaster
21ea2a4d04 Merge branch 'ofwdev' into 420 2022-11-12 15:45:39 -05:00
MX
0e338f7964 Merge branch 'fz-dev' into dev 2022-11-12 22:22:38 +03:00
hedger
41de5f3c52 fbt: more fixes for windows environment #2011 2022-11-13 03:28:29 +09:00
hedger
b56fed477a Path handling fixes in toolchain download #2010 2022-11-13 02:22:40 +09:00
MX
950dee48a0 Merge branch 'fz-dev' into dev 2022-11-12 16:43:12 +03:00
RogueMaster
ffbbc7ecde Merge branch 'ofwdev' into 420 2022-11-12 08:35:37 -05:00
hedger
f9730bcafe fbt: lint fixes (#2008)
* lint: exclude "lib" subfolder from naming checks; fbt: moved LINT_SOURCES from literal strings to Dir() nodes
* lint: also exclude hidden directories

Co-authored-by: あく <alleteam@gmail.com>
2022-11-12 19:03:22 +09:00
RogueMaster
08577df934 Update version.py 2022-11-10 20:38:28 -05:00
MX
930b369812 Merge branch 'fz-dev' into dev 2022-11-10 21:38:03 +03:00
RogueMaster
9558edb7bb Merge branch 'ofwdev' into 420 2022-11-10 11:08:30 -05:00
hedger
a959fa32bc fbt: 'target' field for apps; lib debugging support (#1995)
* fbt: added 'target' field to application manifest
* fbt: earlier pagination setup for gdb
* fbt: added LIB_DEBUG flag
* fbt: sdk: added SDK_MAP_FILE_SUBST
2022-11-10 20:55:11 +09:00
MX
684fdc632f Merge branch 'fz-dev' into dev 2022-11-10 06:57:08 +03:00
RogueMaster
9e8fe5f103 Merge branch 'ofwdev' into 420 2022-11-08 23:17:07 -05:00